Searched refs:layoutLeft (Results 1 – 1 of 1) sorted by relevance
210 int layoutLeft; in onLayout() local222 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()223 end = layoutLeft - params.getMarginStart(); in onLayout()227 layoutLeft = left; in onLayout()232 int ltrLeft = layoutLeft; in onLayout()233 layoutLeft = getWidth() - layoutRight; in onLayout()236 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()