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

  /frameworks/base/core/java/android/animation/
LayoutTransition.java 49 * the transition may want different animations for the changing items depending on whether
50 * they are changing due to an appearing or disappearing event, so there is one animation for
51 * each of these variations of the changing event. Most of the API of this class is concerned
74 * moving as a result of the layout event) as well as the values that are changing (such as the
92 * particular issue by disabling the 'changing' animations by setting the CHANGE_APPEARING
99 * A flag indicating the animation that runs on those items that are changing
105 * A flag indicating the animation that runs on those items that are changing
123 * A flag indicating the animation that runs on those items that are changing
128 public static final int CHANGING = 4;
178 * before fading it. Same for the changing animation when disappearing; it waits for the ite
    [all...]
  /development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
LayoutTransChanging.java 82 transition.enableTransitionType(LayoutTransition.CHANGING);
111 // Size changes will cause a LayoutTransition animation if the CHANGING
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 349 mCircleLayoutTransition.enableTransitionType(LayoutTransition.CHANGING);
687 mCircleLayoutTransition.setStartDelay(LayoutTransition.CHANGING, 0);
696 mCircleLayoutTransition.setStartDelay(LayoutTransition.CHANGING, startDelay);
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 100 milliseconds