Searched defs:SWIPE_RIGHT (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Camera2/src_pd/com/google/common/logging/ | ||
H A D | eventprotos.java | 36 public static final int SWIPE_RIGHT = 10000; field in class:eventprotos.NavigationChange.InteractionCause |
/packages/apps/Camera2/src/com/android/camera/app/ | ||
H A D | CameraAppUI.java | 492 private final static int SWIPE_RIGHT = 4; field in class:CameraAppUI 753 setSwipeState(SWIPE_RIGHT); 999 } else if (swipeState == SWIPE_RIGHT) { |
Completed in 875 milliseconds