Searched refs:layoutRight (Results 1 – 1 of 1) sorted by relevance
211 int layoutRight; in onLayout() local218 layoutRight = end - mContentEndMargin; in onLayout()220 layoutRight = end - params.getMarginEnd(); in onLayout()222 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()228 layoutRight = right; in onLayout()233 layoutLeft = getWidth() - layoutRight; in onLayout()234 layoutRight = getWidth() - ltrLeft; in onLayout()236 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()