Searched refs:layoutLeft (Results 1 – 1 of 1) sorted by relevance
163 int layoutLeft = left; in onLayout() local171 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()174 int ltrLeft = layoutLeft; in onLayout()175 layoutLeft = getWidth() - layoutRight; in onLayout()178 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()