Searched refs:centerLeft (Results 1 – 1 of 1) sorted by relevance
2021 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local2022 final int centerRight = centerLeft + centerViewsWidth; in onLayout()2023 if (centerLeft < left) { in onLayout()2024 centerLeft = left; in onLayout()2026 centerLeft -= centerRight - right; in onLayout()2031 centerLeft = layoutChildLeft(mTempViews.get(i), centerLeft, collapsingMargins, in onLayout()