Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsViewController.java156 void onAllAppsAnimationPending(PendingAnimation animation, boolean toAllApps) { in onAllAppsAnimationPending() method in TaskbarAllAppsViewController.TaskbarAllAppsCallbacks
157 mSearchSessionController.onAllAppsAnimationPending(animation, toAllApps, mShowKeyboard); in onAllAppsAnimationPending()
DTaskbarSearchSessionController.kt56 open fun onAllAppsAnimationPending( in startLifecycle() method in com.android.launcher3.taskbar.allapps.TaskbarSearchSessionController
DTaskbarAllAppsSlideInView.java128 mAllAppsCallbacks.onAllAppsAnimationPending(animation, isOpening); in onOpenCloseAnimationPending()