Searched refs:layoutLeft (Results 1 – 1 of 1) sorted by relevance
198 int layoutLeft = left; in onLayout() local202 end = layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()210 end = layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()215 end = layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()218 int ltrLeft = layoutLeft; in onLayout()219 layoutLeft = getWidth() - layoutRight; in onLayout()222 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()