Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/composable/
DBouncerContentTest.kt101 doubleClick(position = centerLeft) in doubleClick_swapSide()
/frameworks/base/core/java/android/widget/
DToolbar.java2021 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local
2022 final int centerRight = centerLeft + centerViewsWidth; in onLayout()
2023 if (centerLeft < left) { in onLayout()
2024 centerLeft = left; in onLayout()
2026 centerLeft -= centerRight - right; in onLayout()
2031 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()