Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarSearchSessionController.kt54 open fun handleBackInvoked(): Boolean = false in startLifecycle() method in com.android.launcher3.taskbar.allapps.TaskbarSearchSessionController
DTaskbarAllAppsViewController.java153 return mSearchSessionController.handleBackInvoked(); in handleSearchBackInvoked()