Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1903 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local
1904 final int centerRight = centerLeft + centerViewsWidth; in onLayout()
1905 if (centerLeft < left) { in onLayout()
1906 centerLeft = left; in onLayout()
1908 centerLeft -= centerRight - right; in onLayout()
1913 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()
/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()