Home
last modified time | relevance | path

Searched refs:layoutLeft (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt235 val layoutLeft = left in updateBounds() constant
237 setLeftTopRightBottom(layoutLeft, layoutTop, layoutLeft + currentState.width, in updateBounds()
265 val layoutLeft = left in calculateViewState() constant
267 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) in calculateViewState()
/frameworks/base/core/java/android/view/
DNotificationTopLineView.java226 int layoutLeft = isRtl ? width - end : start; in onLayout() local
229 child.layout(layoutLeft, childTop, layoutRight, childTop + childHeight); in onLayout()