Searched refs:mPageScrolls (Results 1 – 2 of 2) sorted by relevance
122 protected int[] mPageScrolls; field in PagedView612 if (mPageScrolls == null || childCount != mPageScrolls.length) { in onLayout()613 mPageScrolls = new int[childCount]; in onLayout()623 boolean isScrollChanged = getPageScrolls(mPageScrolls, true, SIMPLE_SCROLL_LOGIC); in onLayout()1081 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getScrollForPage()1084 return mPageScrolls[index]; in getScrollForPage()1091 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getLayoutTransitionOffsetForPage()1097 int baselineX = mPageScrolls[index] + scrollOffset; in getLayoutTransitionOffsetForPage()
1486 if (mPageScrolls == null || childCount != mPageScrolls.length) { in getDestinationPage()1495 int distanceFromScreenStart = Math.abs(mPageScrolls[i] - scaledScroll); in getDestinationPage()