Searched refs:layoutRight (Results 1 – 1 of 1) sorted by relevance
230 int layoutRight = isRtl ? width - start : end; in onLayout() local232 child.layout(layoutLeft, childTop, layoutRight, childTop + childHeight); in onLayout()