Searched refs:mPageScrolls (Results 1 – 2 of 2) sorted by relevance
127 @Nullable protected int[] mPageScrolls = null; field in PagedView717 return mPageScrolls != null && mPageScrolls.length == getChildCount(); in isPageScrollsInitialized()742 int[] pageScrolls = mPageScrolls; in onLayout()752 mPageScrolls = pageScrolls; in onLayout()1217 if (!isPageScrollsInitialized() || index >= mPageScrolls.length || index < 0) { in getScrollForPage()1220 return mPageScrolls[index]; in getScrollForPage()1227 if (!isPageScrollsInitialized() || index >= mPageScrolls.length || index < 0) { in getLayoutTransitionOffsetForPage()1233 int baselineX = mPageScrolls[index] + scrollOffset; in getLayoutTransitionOffsetForPage()
2341 int distanceFromScreenStart = Math.abs(mPageScrolls[i] - scaledScroll); in getDestinationPage()