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 | 228 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in logStateChange()
|
D | NoButtonQuickSwitchTouchController.java | 438 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in onAnimationToStateCompleted()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 534 mLauncher.getUserEventDispatcher().logStateChangeAction(logAction, in logReachedState()
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UserEventDispatcher.java | 318 public void logStateChangeAction(int action, int dir, int downX, int downY, in logStateChangeAction() method in UserEventDispatcher
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | WindowTransformSwipeHandler.java | 850 UserEventDispatcher.newInstance(mContext).logStateChangeAction( in doLogGesture()
|