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.java115 protected int[] mPageScrolls; field in PagedView
565 if (mPageScrolls == null || childCount != mPageScrolls.length) { in onLayout()
566 mPageScrolls = new int[childCount]; in onLayout()
576 if (getPageScrolls(mPageScrolls, true, SIMPLE_SCROLL_LOGIC)) { in onLayout()
1006 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getScrollForPage()
1009 return mPageScrolls[index]; in getScrollForPage()
1016 if (mPageScrolls == null || index >= mPageScrolls.length || index < 0) { in getLayoutTransitionOffsetForPage()
1022 int baselineX = mPageScrolls[index] + scrollOffset; in getLayoutTransitionOffsetForPage()