Searched refs:layoutRight (Results 1 – 1 of 1) sorted by relevance
192 int layoutRight = right; in onLayout() local198 layoutRight = getWidth() - paddingEnd; in onLayout()199 layoutLeft = layoutRight - child.getMeasuredWidth(); in onLayout()203 layoutLeft = getWidth() - layoutRight; in onLayout()204 layoutRight = getWidth() - ltrLeft; in onLayout()206 child.layout(layoutLeft, top, layoutRight, bottom); in onLayout()