/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UserEventDispatcher.java | 180 public void logActionCommand(int command, Target srcTarget) { in logActionCommand() method in UserEventDispatcher 181 logActionCommand(command, srcTarget, null); in logActionCommand() 184 public void logActionCommand(int command, int srcContainerType, int dstContainerType) { in logActionCommand() method in UserEventDispatcher 185 logActionCommand(command, newContainerTarget(srcContainerType), in logActionCommand() 189 public void logActionCommand(int command, Target srcTarget, Target dstTarget) { in logActionCommand() method in UserEventDispatcher 209 public void logActionCommand(int command, View itemView, int srcContainerType) { in logActionCommand() method in UserEventDispatcher
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 164 public final void logActionCommand(int command) { in logActionCommand() method in BaseWidgetSheet 167 mLauncher.getUserEventDispatcher().logActionCommand(command, target); in logActionCommand()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AbstractFloatingView.java | 141 public abstract void logActionCommand(int command); in logActionCommand() method in AbstractFloatingView 155 logActionCommand(Action.Command.BACK); in onBackPressed()
|
D | Launcher.java | 877 getUserEventDispatcher().logActionCommand(Action.Command.STOP, in onStop() 907 getUserEventDispatcher().logActionCommand(Action.Command.RESUME, in handleDeferredResume() 1391 ued.logActionCommand(Action.Command.HOME_INTENT, target, in onNewIntent()
|
D | AppWidgetResizeFrame.java | 542 public void logActionCommand(int command) { in logActionCommand() method in AppWidgetResizeFrame
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ListenerView.java | 69 public void logActionCommand(int command) { in logActionCommand() method in ListenerView
|
D | BottomUserEducationView.java | 70 public void logActionCommand(int command) { in logActionCommand() method in BottomUserEducationView
|
D | Snackbar.java | 170 public void logActionCommand(int command) { in logActionCommand() method in Snackbar
|
D | OptionsPopupView.java | 110 public void logActionCommand(int command) { in logActionCommand() method in OptionsPopupView
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | LauncherActivityControllerHelper.java | 92 launcher.getUserEventDispatcher().logActionCommand(
|
D | OverviewCommandHelper.java | 142 activity.getUserEventDispatcher().logActionCommand( in run()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 161 public void logActionCommand(int command) { in logActionCommand() method in PopupContainerWithArrow 162 mLauncher.getUserEventDispatcher().logActionCommand( in logActionCommand()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 203 activity.getUserEventDispatcher().logActionCommand( in onActivityReady()
|
D | LauncherActivityControllerHelper.java | 449 launcher.getUserEventDispatcher().logActionCommand(
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | DiscoveryBounce.java | 127 public void logActionCommand(int command) { in logActionCommand() method in DiscoveryBounce
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | AllAppsTipView.java | 108 public void logActionCommand(int command) { in logActionCommand() method in AllAppsTipView
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 173 launcher.getUserEventDispatcher().logActionCommand(Action.Command.BACK,
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskMenuView.java | 138 public void logActionCommand(int command) { in logActionCommand() method in TaskMenuView
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 1437 public void logActionCommand(int command) { 1438 mLauncher.getUserEventDispatcher().logActionCommand(
|