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.java43 import static com.android.launcher3.logging.LoggerUtils.newCommandAction;
184 newCommandAction(command), newContainerTarget(containerType)); in logActionCommand()
193 LauncherEvent event = newLauncherEvent(newCommandAction(command), in logActionCommand()
DLoggerUtils.java173 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;
303 newCommandAction(command), in logCommand()