Home
last modified time | relevance | path

Searched refs:mPageScrolls (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java125 private int[] mPageScrolls; field in PagedView
800 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()