Home
last modified time | relevance | path

Searched defs:newAction (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DLoggerUtils.java231 public static Action newAction(int type) { in newAction() method in LoggerUtils
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java363 private void forwardFakeMotionEvent(MotionEvent original, int newAction) { in forwardFakeMotionEvent()