Searched defs:startTransition (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java25 * the first and second layer. To start the transition, call {@link #startTransition(int)}. To
109 public void startTransition(int durationMillis) { method in class:TransitionDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java240 public void startTransition(LayoutTransition transition, ViewGroup container, method in class:TabletTicker
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java949 listener.startTransition(LayoutTransition.this, parent, child,
1247 listener.startTransition(this, parent, child, APPEARING);
1353 listener.startTransition(this, parent, child, DISAPPEARING);
1451 public void startTransition(LayoutTransition transition, ViewGroup container, method in interface:LayoutTransition.TransitionListener

Completed in 2559 milliseconds