Searched refs:newAction (Results 1 – 2 of 2) sorted by relevance
232 public static Action newAction(int type) { in newAction() method in LoggerUtils239 Action a = newAction(Action.Type.COMMAND); in newCommandAction()245 Action a = newAction(Action.Type.TOUCH); in newTouchAction()
19 import static com.android.launcher3.logging.LoggerUtils.newAction;293 LauncherEvent event = newLauncherEvent(newAction(Action.Type.TIP), in logActionBounceTip()