Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java716 protected boolean isPageScrollsInitialized() { in isPageScrollsInitialized() method in PagedView
725 if (isPageScrollsInitialized()) { in runOnPageScrollsInitialized()
744 if (!isPageScrollsInitialized()) { in onLayout()
1217 if (!isPageScrollsInitialized() || index >= mPageScrolls.length || index < 0) { in getScrollForPage()
1227 if (!isPageScrollsInitialized() || index >= mPageScrolls.length || index < 0) { in getLayoutTransitionOffsetForPage()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1732 protected boolean isPageScrollsInitialized() { in isPageScrollsInitialized() method in RecentsView
1733 return super.isPageScrollsInitialized() && mLoadPlanEverApplied; in isPageScrollsInitialized()
1755 if (isPageScrollsInitialized()) { in applyLoadPlan()
1927 if (isPageScrollsInitialized()) { in applyLoadPlan()
2329 if (!isPageScrollsInitialized()) { in getDestinationPage()