Searched refs:mAllAppsTouchRunnable (Results 1 – 1 of 1) sorted by relevance
100 private Runnable mAllAppsTouchRunnable; field in TaskbarView280 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()