Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java139 public static final EventLogArray TOUCH_INTERACTION_LOG = field in TouchInteractionService
510 TOUCH_INTERACTION_LOG.addLog("onMotionEvent", event.getActionMasked()); in onInputEvent()
516 TOUCH_INTERACTION_LOG.addLog("setInputConsumer", mConsumer.getType()); in onInputEvent()
725 TOUCH_INTERACTION_LOG.dump("", pw); in dump()
738 TOUCH_INTERACTION_LOG.clear(); in onCommand()
DWindowTransformSwipeHandler.java36 import static com.android.quickstep.TouchInteractionService.TOUCH_INTERACTION_LOG;
803 TOUCH_INTERACTION_LOG.addLog("startRecentsAnimationCallback", targetSet.apps.length); in onRecentsAnimationStart()
814 TOUCH_INTERACTION_LOG.addLog("cancelRecentsAnimation"); in onRecentsAnimationCanceled()
1234 TOUCH_INTERACTION_LOG.addLog("finishRecentsAnimation", false); in resumeLastTask()
1274 TOUCH_INTERACTION_LOG.addLog("finishRecentsAnimation", true); in startNewTask()
1423 TOUCH_INTERACTION_LOG.addLog("finishRecentsAnimation", true); in finishCurrentTransitionToRecents()
1432 TOUCH_INTERACTION_LOG.addLog("finishRecentsAnimation", true); in finishCurrentTransitionToHome()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOverviewInputConsumer.java19 import static com.android.quickstep.TouchInteractionService.TOUCH_INTERACTION_LOG;
102 TOUCH_INTERACTION_LOG.addLog("startQuickstep"); in onMotionEvent()
DOverviewWithoutFocusInputConsumer.java24 import static com.android.quickstep.TouchInteractionService.TOUCH_INTERACTION_LOG;
146 TOUCH_INTERACTION_LOG.addLog("startQuickstep"); in finishTouchTracking()
DOtherActivityInputConsumer.java30 import static com.android.quickstep.TouchInteractionService.TOUCH_INTERACTION_LOG;
318 TOUCH_INTERACTION_LOG.addLog("startQuickstep");
333 TOUCH_INTERACTION_LOG.addLog("startRecentsAnimation");