Searched refs:TransitionDrawable (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java41 public class TransitionDrawable extends LayerDrawable implements Drawable.Callback { class in inherits:LayerDrawable,Drawable.Callback
77 public TransitionDrawable(Drawable[] layers) { method in class:TransitionDrawable
85 * @see #TransitionDrawable(Drawable[])
87 TransitionDrawable() { method in class:TransitionDrawable
91 private TransitionDrawable(TransitionState state, Resources res) { method in class:TransitionDrawable
95 private TransitionDrawable(TransitionState state, Drawable[] layers) { method in class:TransitionDrawable
235 TransitionState(TransitionState orig, TransitionDrawable owner,
242 return new TransitionDrawable(this, (Resources)null);
247 return new TransitionDrawable(this, res);
H A DDrawable.java755 drawable = new TransitionDrawable();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java27 import android.graphics.drawable.TransitionDrawable;
1612 if (d != null && d instanceof TransitionDrawable) {
1614 ((TransitionDrawable) d).startTransition(
1617 ((TransitionDrawable) d).resetTransition();
2010 if (d != null && d instanceof TransitionDrawable) {
2012 ((TransitionDrawable) d).startTransition(longPressTimeout);
2014 ((TransitionDrawable) d).resetTransition();
2392 if (d != null && d instanceof TransitionDrawable) {
2393 ((TransitionDrawable) d).resetTransition();

Completed in 59 milliseconds