Searched refs:centerLeft (Results 1 – 2 of 2) sorted by relevance
1874 int centerLeft = parentCenter - halfCenterViewsWidth; in onLayout() local1875 final int centerRight = centerLeft + centerViewsWidth; in onLayout()1876 if (centerLeft < left) { in onLayout()1877 centerLeft = left; in onLayout()1879 centerLeft -= centerRight - right; in onLayout()1884 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()