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

  /packages/apps/Settings/src/com/android/settings/password/
ScreenLockType.java 30 SWIPE(
81 * {@link #SWIPE} and not {@link #NONE}.
97 return ScreenLockType.SWIPE;
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 94 AnimationState.SWIPE,
106 int SWIPE = 3; // A special state in which text and icon follows the finger movement
107 int SETTLE = 4; // A short animation to reset from swipe and prepare for hint or bounce
141 // a value for finger swipe progress. -1 or less for "reject"; 1 or more for "accept".
163 if (animationState == AnimationState.SWIPE || animationState == AnimationState.HINT) {
266 if (animationState == AnimationState.SWIPE && getContext() != null && isVisible()) {
273 setAnimationState(AnimationState.SWIPE);
421 // Fade out the "swipe up to answer". It only takes 1 slot to complete the fade.
424 // Fade out the "swipe down to dismiss" at the same time. Don't ever increase its alpha
429 // Move swipe text back to zero
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 147 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
151 // The transition from PRESS to SWIPE gesture mode can only occur when the
158 // The transition from PRESS to SWIPE gesture mode can only occur when the
166 // Without acceleration, a full swipe of the touch pad diagonal in movement mode
173 // Without acceleration, a full swipe of the touch pad diagonal in zoom mode
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 218 .put(AccountColumns.SettingsColumns.SWIPE, Integer.class)
641 * Integer column containing a value matching one of the constants from {@link Swipe}
643 public static final String SWIPE = "swipe";
    [all...]

Completed in 935 milliseconds