Home
last modified time | relevance | path

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

/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()