Searched refs:logStateChangeAction (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 45 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/ |
D | NavBarToHomeTouchController.java | 244 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in logStateChange()
|
D | NoButtonQuickSwitchTouchController.java | 431 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in onAnimationToStateCompleted()
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UserEventDispatcher.java | 314 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() method in UserEventDispatcher
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 564 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in logReachedState()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | BaseSwipeUpHandlerV2.java | 902 UserEventDispatcher.newInstance(mContext).logStateChangeAction( in doLogGesture()
|