Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DUserEventDispatcherExtension.java45 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() method in UserEventDispatcherExtension
50 super.logStateChangeAction(action, dir, downX, downY, srcChildTargetType, in logStateChangeAction()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java244 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in logStateChange()
DNoButtonQuickSwitchTouchController.java431 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in onAnimationToStateCompleted()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java314 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() method in UserEventDispatcher
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java564 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in logReachedState()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java902 UserEventDispatcher.newInstance(mContext).logStateChangeAction( in doLogGesture()