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

  /packages/apps/Launcher3/protos/
launcher_log.proto 114 SWIPE = 3;
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationMainView.java 143 LauncherLogProto.Action.Touch.SWIPE,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 30 import com.android.mail.providers.UIProvider.Swipe;
93 public final int swipe; field in class:Settings
132 swipe = DEFAULT;
156 swipe = inParcel.readInt();
185 swipe = cursor.getInt(cursor.getColumnIndex(SettingsColumns.SWIPE));
219 swipe = json.optInt(SettingsColumns.SWIPE, sDefault.swipe);
268 json.put(SettingsColumns.SWIPE, swipe)
    [all...]
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...]
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 222 Action.Touch.SWIPE,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 377 accountMap.put(SettingsColumns.SWIPE, 1);
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h 141 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
145 // The transition from PRESS to SWIPE gesture mode can only occur when the
152 // The transition from PRESS to SWIPE gesture mode can only occur when the
160 // Without acceleration, a full swipe of the touch pad diagonal in movement mode
167 // Without acceleration, a full swipe of the touch pad diagonal in zoom mode
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 511 milliseconds