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

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Swipe.java 29 * Executes different swipe types to given positions.
31 public enum Swipe implements Swiper {
53 private static final String TAG = Swipe.class.getSimpleName();
55 /** The number of motion events to send for each swipe. */
58 /** Length of time a "fast" swipe should last for, in milliseconds. */
61 /** Length of time a "slow" swipe should last for, in milliseconds. */
92 Log.e(TAG, "Injection of move event as part of the swipe failed. Sending cancel event.");
105 Log.e(TAG, "Injection of up event as part of the swipe failed. Sending cancel event.");
  /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 635 milliseconds