Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1899 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local
1900 final int centerRight = centerLeft + centerViewsWidth; in onLayout()
1901 if (centerLeft < left) { in onLayout()
1902 centerLeft = left; in onLayout()
1904 centerLeft -= centerRight - right; in onLayout()
1909 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1905 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local
1906 final int centerRight = centerLeft + centerViewsWidth; in onLayout()
1907 if (centerLeft < left) { in onLayout()
1908 centerLeft = left; in onLayout()
1910 centerLeft -= centerRight - right; in onLayout()
1915 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()