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

  /frameworks/base/services/input/
InputReader.h 194 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
198 // The transition from PRESS to SWIPE gesture mode can only occur when the
205 // The transition from PRESS to SWIPE gesture mode can only occur when the
213 // Without acceleration, a full swipe of the touch pad diagonal in movement mode
220 // Without acceleration, a full swipe of the touch pad diagonal in zoom mode
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 174 .put(AccountColumns.SettingsColumns.SWIPE, Integer.class)
585 * Integer column containing a value matching one of the constants from {@link Swipe}
587 public static final String SWIPE = "swipe";
    [all...]

Completed in 1787 milliseconds