Home
last modified time | relevance | path

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

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