Searched refs:layoutRight (Results 1 – 1 of 1) sorted by relevance
205 int layoutRight; in onLayout() local214 layoutRight = end - mContentEndMargin; in onLayout()216 layoutRight = end - params.getMarginEnd(); in onLayout()218 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()224 layoutRight = right; in onLayout()229 layoutLeft = getWidth() - layoutRight; in onLayout()230 layoutRight = getWidth() - ltrLeft; in onLayout()232 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()