Home
last modified time | relevance | path

Searched refs:newCommandAction (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java20 import static com.android.launcher3.logging.LoggerUtils.newCommandAction;
214 LauncherEvent event = newLauncherEvent(newCommandAction(command), srcTarget); in logActionCommand()
234 LauncherEvent event = newLauncherEvent(newCommandAction(command), in logActionCommand()
420 Action action = newCommandAction(actionTouch); in logActionBack()
DLoggerUtils.java150 public static Action newCommandAction(int command) { in newCommandAction() method in LoggerUtils
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java19 import static com.android.launcher3.logging.LoggerUtils.newCommandAction;
324 newCommandAction(command), in logCommand()