Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1900 final int centerRight = centerLeft + centerViewsWidth; in onLayout() local
1903 } else if (centerRight > right) { in onLayout()
1904 centerLeft -= centerRight - right; in onLayout()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1906 final int centerRight = centerLeft + centerViewsWidth; in onLayout() local
1909 } else if (centerRight > right) { in onLayout()
1910 centerLeft -= centerRight - right; in onLayout()