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

  /external/replicaisland/src/com/replica/replicaisland/
SortConstants.java 33 public static final int FADE = 200;
HudSystem.java 459 render.scheduleForDraw(bitmap, Vector2.ZERO, SortConstants.FADE, false);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
SgvAnimationHelper.java 42 // Fade in all new views
43 FADE,
53 FADE,
300 * Add animations to fade a view from the specified start alpha value to end value.
327 * Add animations to fade a view from the specified start alpha value to end value.
StaggeredGridView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 177 // just fade out and in.
178 mTimersList.setAnimationMode(AnimationIn.FADE, AnimationOut.FADE);
181 AnimationIn.FLY_IN_NEW_VIEWS, AnimationOut.FADE);
    [all...]

Completed in 207 milliseconds