Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DLoggerUtils.java231 public static Action newAction(int type) { in newAction() method in LoggerUtils
238 Action a = newAction(Action.Type.COMMAND); in newCommandAction()
244 Action a = newAction(Action.Type.TOUCH); in newTouchAction()
DUserEventDispatcher.java19 import static com.android.launcher3.logging.LoggerUtils.newAction;
270 LauncherEvent event = newLauncherEvent(newAction(Action.Type.TIP), in logActionBounceTip()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java363 private void forwardFakeMotionEvent(MotionEvent original, int newAction) { in forwardFakeMotionEvent() argument
365 newEvent.setAction(newAction); in forwardFakeMotionEvent()