Searched refs:layoutTop (Results 1 – 1 of 1) sorted by relevance
205 val layoutTop = top in updateBounds() constant206 setLeftTopRightBottom(layoutLeft, layoutTop, layoutLeft + currentState.width, in updateBounds()207 layoutTop + currentState.height) in updateBounds()235 val layoutTop = top in calculateViewState() constant236 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) in calculateViewState()