HomeSort by relevance Sort by last modified time
    Searched refs:SWIPE (Results 1 - 7 of 7) 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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 30 import com.android.mail.providers.UIProvider.Swipe;
92 public final int swipe; field in class:Settings
131 swipe = DEFAULT;
155 swipe = inParcel.readInt();
183 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
217 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
266 json.put(SettingsColumns.SWIPE, swipe)
    [all...]
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...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
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/protos/mock/
MockUiProvider.java 377 accountMap.put(SettingsColumns.SWIPE, 1);
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 104 milliseconds