Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java723 public void runOnPageScrollsInitialized(Runnable callback) { in runOnPageScrollsInitialized() method in PagedView
912 runOnPageScrollsInitialized(() -> { in onViewRemoved() method
1426 runOnPageScrollsInitialized( in onTouchEvent()
1433 runOnPageScrollsInitialized( in onTouchEvent()
1436 runOnPageScrollsInitialized(this::snapToDestination); in onTouchEvent()
1459 runOnPageScrollsInitialized(this::onNotSnappingToPageInFreeScroll); in onTouchEvent()
1474 runOnPageScrollsInitialized(this::snapToDestination); in onTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java547 mRecentsView.runOnPageScrollsInitialized(this::linkRecentsViewScroll); in onActivityInit()
1124 mRecentsView.runOnPageScrollsInitialized(handleNormalGestureEndCallback);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1904 runOnPageScrollsInitialized(() -> { in applyLoadPlan() method
2871 runOnPageScrollsInitialized(() -> setCurrentPage(getRunningTaskIndex())); in showCurrentTask()