Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1874 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local
1875 final int centerRight = centerLeft + centerViewsWidth; in onLayout()
1876 if (centerLeft < left) { in onLayout()
1877 centerLeft = left; in onLayout()
1879 centerLeft -= centerRight - right; in onLayout()
1884 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/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()