Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java277 mAllAppsButton.setOnTouchListener(this::onAllAppsButtonTouch); in init()
708 private boolean onAllAppsButtonTouch(View view, MotionEvent ev) { in onAllAppsButtonTouch() method in TaskbarView