HomeSort by relevance Sort by last modified time
    Searched refs:SLIDE (Results 1 - 4 of 4) 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 245 static final boolean SLIDE = false;
312 if (SLIDE) {
341 - (SLIDE ? 0 : FADE_TIME) // start moving before the fade
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
SgvAnimationHelper.java 59 SLIDE,
278 * Slide a view out of view from the start to end position, fading the view out as it
289 * Slide a view out of view from the start to end position, fading the view out as it
StaggeredGridView.java     [all...]

Completed in 160 milliseconds