HomeSort by relevance Sort by last modified time
    Searched defs:SWIPE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
SwipePinchDetector.java 12 * Helper class for disambiguating whether to treat a two-finger gesture as a swipe or a pinch.
20 SWIPE,
54 /** Returns whether a swipe is in progress. */
56 return mState == State.SWIPE;
67 * swipe or a pinch, further 2-finger motion-events will be ignored. When a different event is
123 // soon that SWIPE never gets triggered.
126 // cannot be equal to the touch-slop, because in that case, SWIPE would rarely be detected.
129 // SWIPE to be detected. Doubling the radius is an arbitrary choice that works well.
153 // Both fingers have moved, so determine SWIPE/PINCH status. If the fingers have moved in
154 // the same direction, this is a SWIPE, otherwise it's a PINCH. This can be measured b
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 198 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
202 // The transition from PRESS to SWIPE gesture mode can only occur when the
209 // The transition from PRESS to SWIPE gesture mode can only occur when the
217 // Without acceleration, a full swipe of the touch pad diagonal in movement mode
224 // Without acceleration, a full swipe of the touch pad diagonal in zoom mode
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 175 .put(AccountColumns.SettingsColumns.SWIPE, Integer.class)
584 * Integer column containing a value matching one of the constants from {@link Swipe}
586 public static final String SWIPE = "swipe";
    [all...]

Completed in 585 milliseconds