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

  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 67 private static final int SLIDE = 1;
310 if (mRemoveMode == SLIDE && ev.getX() > r.right * 3 / 4) {
401 if (mRemoveMode == SLIDE) {
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 213 static final boolean SLIDE = false;
281 if (SLIDE) {
310 - (SLIDE ? 0 : FADE_TIME) // start moving before the fade

Completed in 644 milliseconds