Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java100 private Runnable mAllAppsTouchRunnable; field in TaskbarView
280 mAllAppsTouchRunnable = () -> { in init()
713 mAllAppsTouchRunnable, mAllAppsButtonTouchDelayMs); in onAllAppsButtonTouch()
723 MAIN_EXECUTOR.getHandler().removeCallbacks(mAllAppsTouchRunnable); in cancelAllAppsButtonTouch()
743 if (!MAIN_EXECUTOR.getHandler().hasCallbacks(mAllAppsTouchRunnable) in onAllAppsButtonLongClick()