Searched refs:elementWidthPx (Results 1 – 1 of 1) sorted by relevance
362 final int elementWidthPx = in updateCaptionInsets() local365 calculateBoundingRect(element, elementWidthPx, captionInsetsRect); in updateCaptionInsets()474 int elementWidthPx, @NonNull Rect captionRect) { in calculateBoundingRect() argument477 return new Rect(0, 0, elementWidthPx, captionRect.height()); in calculateBoundingRect()480 return new Rect(captionRect.width() - elementWidthPx, 0, in calculateBoundingRect()