Searched refs:mPageScrolls (Results 1 – 1 of 1) sorted by relevance
115 protected int[] mPageScrolls; field in PagedView564 if (mPageScrolls == null || childCount != mPageScrolls.length) { in onLayout()565 mPageScrolls = new int[childCount]; in onLayout()575 if (getPageScrolls(mPageScrolls, true, SIMPLE_SCROLL_LOGIC)) { in onLayout()1002 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getScrollForPage()1005 return mPageScrolls[index]; in getScrollForPage()1012 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getLayoutTransitionOffsetForPage()1018 int baselineX = mPageScrolls[index] + scrollOffset; in getLayoutTransitionOffsetForPage()