Searched refs:newAction (Results 1 – 3 of 3) sorted by relevance
231 public static Action newAction(int type) { in newAction() method in LoggerUtils238 Action a = newAction(Action.Type.COMMAND); in newCommandAction()244 Action a = newAction(Action.Type.TOUCH); in newTouchAction()
19 import static com.android.launcher3.logging.LoggerUtils.newAction;270 LauncherEvent event = newLauncherEvent(newAction(Action.Type.TIP), in logActionBounceTip()
363 private void forwardFakeMotionEvent(MotionEvent original, int newAction) { in forwardFakeMotionEvent() argument365 newEvent.setAction(newAction); in forwardFakeMotionEvent()