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;
144 LauncherEvent event = newLauncherEvent(action, targets); in logAppLaunch()
158 LauncherEvent event = newLauncherEvent(newTouchAction(action), // TAP or SWIPE or FLING in logTaskLaunchOrDismiss()
185 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP), in logNotificationLaunch()
214 LauncherEvent event = newLauncherEvent(newCommandAction(command), srcTarget); in logActionCommand()
234 LauncherEvent event = newLauncherEvent(newCommandAction(command), in logActionCommand()
274 LauncherEvent event = newLauncherEvent(action, targets); in logActionOnControl()
282 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Type.TOUCH), in logActionTapOutside()
289 LauncherEvent event = newLauncherEvent(newAction(Action.Type.TIP), in logActionBounceTip()
300 LauncherEvent event = newLauncherEvent(newTouchAction(action), in logActionOnContainer()
[all …]
DLoggerUtils.java162 public static LauncherEvent newLauncherEvent(Action action, Target... srcTargets) { in newLauncherEvent() method in LoggerUtils
172 public static LauncherEvent newLauncherEvent(Action action, ArrayList<Target> targets) { in newLauncherEvent() method in LoggerUtils
175 return newLauncherEvent(action, targetsArray); in newLauncherEvent()
/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()