Searched refs:centerLeft (Results 1 – 2 of 2) sorted by relevance
1903 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local1904 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()
1899 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local1900 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()