Home
last modified time | relevance | path

Searched refs:newLauncherEvent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java25 import static com.android.launcher3.logging.LoggerUtils.newLauncherEvent;
128 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP), in logAppLaunch()
146 LauncherEvent event = newLauncherEvent(newTouchAction(action), // TAP or SWIPE or FLING in logTaskLaunchOrDismiss()
172 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP), in logNotificationLaunch()
190 LauncherEvent event = newLauncherEvent(newCommandAction(command), srcTarget); in logActionCommand()
210 LauncherEvent event = newLauncherEvent(newCommandAction(command), in logActionCommand()
236 LauncherEvent event = newLauncherEvent(newTouchAction(action), in logActionOnControl()
246 ? newLauncherEvent(newTouchAction(action), newTarget(Target.Type.CONTROL)) in logActionOnControl()
247 : newLauncherEvent(newTouchAction(action), newTarget(Target.Type.CONTROL), in logActionOnControl()
263 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Type.TOUCH), in logActionTapOutside()
[all …]
DLoggerUtils.java249 public static LauncherEvent newLauncherEvent(Action action, Target... srcTargets) { in newLauncherEvent() method in LoggerUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DUserEventDispatcherExtension.java21 import static com.android.launcher3.logging.LoggerUtils.newLauncherEvent;
83 LauncherLogProto.LauncherEvent event = newLauncherEvent(action, target); in logActionTip()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java22 import static com.android.launcher3.logging.LoggerUtils.newLauncherEvent;
323 getUserEventDispatcher().dispatchUserEvent(newLauncherEvent( in logCommand()