Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java122 protected int[] mPageScrolls; field in PagedView
612 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1486 if (mPageScrolls == null || childCount != mPageScrolls.length) { in getDestinationPage()
1495 int distanceFromScreenStart = Math.abs(mPageScrolls[i] - scaledScroll); in getDestinationPage()