Searched refs:layoutLeft (Results 1 – 1 of 1) sorted by relevance
191 int layoutLeft = left; in onLayout() local199 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()202 int ltrLeft = layoutLeft; in onLayout()203 layoutLeft = getWidth() - layoutRight; in onLayout()206 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()