Searched refs:newAction (Results 1 – 2 of 2) sorted by relevance
144 public static Action newAction(int type) { in newAction() method in LoggerUtils151 Action a = newAction(Action.Type.COMMAND); in newCommandAction()157 Action a = newAction(Action.Type.TOUCH); in newTouchAction()
19 import static com.android.launcher3.logging.LoggerUtils.newAction;264 Action action = newAction(actionType); in logActionOnControl()289 LauncherEvent event = newLauncherEvent(newAction(Action.Type.TIP), in logActionBounceTip()