Searched refs:layoutLeft (Results 1 – 2 of 2) sorted by relevance
235 val layoutLeft = left in updateBounds() constant237 setLeftTopRightBottom(layoutLeft, layoutTop, layoutLeft + currentState.width, in updateBounds()265 val layoutLeft = left in calculateViewState() constant267 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) in calculateViewState()
226 int layoutLeft = isRtl ? width - end : start; in onLayout() local229 child.layout(layoutLeft, childTop, layoutRight, childTop + childHeight); in onLayout()