Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java2022 final int centerRight = centerLeft + centerViewsWidth; in onLayout() local
2025 } else if (centerRight > right) { in onLayout()
2026 centerLeft -= centerRight - right; in onLayout()