Searched refs:mPageScrolls (Results 1 – 1 of 1) sorted by relevance
125 private int[] mPageScrolls; field in PagedView800 if (mPageScrolls == null || childCount != mChildCountOnLastLayout) { in onLayout()801 mPageScrolls = new int[childCount]; in onLayout()824 mPageScrolls[i] = childLeft - scrollOffsetLeft - offsetX; in onLayout()1297 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getScrollForPage()1300 return mPageScrolls[index]; in getScrollForPage()1307 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getLayoutTransitionOffsetForPage()1318 int baselineX = mPageScrolls[index] + scrollOffset + getViewportOffsetX(); in getLayoutTransitionOffsetForPage()