Home
last modified time | relevance | path

Searched refs:TransitionDrawable (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java43 public class TransitionDrawable extends LayerDrawable implements Drawable.Callback { class
82 public TransitionDrawable(Drawable[] layers) { in TransitionDrawable() method in TransitionDrawable
92 TransitionDrawable() { in TransitionDrawable() method in TransitionDrawable
96 private TransitionDrawable(TransitionState state, Resources res) { in TransitionDrawable() method in TransitionDrawable
100 private TransitionDrawable(TransitionState state, Drawable[] layers) { in TransitionDrawable() method in TransitionDrawable
264 TransitionState(TransitionState orig, TransitionDrawable owner, Resources res) { in TransitionState()
270 return new TransitionDrawable(this, (Resources) null); in newDrawable()
275 return new TransitionDrawable(this, res); in newDrawable()
H A DDrawableInflater.java157 return new TransitionDrawable(); in inflateFromTag()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java22 import android.graphics.drawable.TransitionDrawable;
32 private final TransitionDrawable mBackground;
39 mBackground = (TransitionDrawable) detail.getBackground(); in QSDetailClipper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java52 import android.graphics.drawable.TransitionDrawable;
857 TransitionDrawable transitionDrawable = new TransitionDrawable( in bindArtworkAndColors()
1016 private void scaleTransitionDrawableLayer(TransitionDrawable transitionDrawable, int layer, in scaleTransitionDrawableLayer()
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java32 import android.graphics.drawable.TransitionDrawable;
2978 if (d != null && d instanceof TransitionDrawable) { in keyPressed()
2980 ((TransitionDrawable) d).startTransition( in keyPressed()
2983 ((TransitionDrawable) d).resetTransition(); in keyPressed()
3598 if (d != null && d instanceof TransitionDrawable) { in run()
3600 ((TransitionDrawable) d).startTransition(longPressTimeout); in run()
3602 ((TransitionDrawable) d).resetTransition(); in run()
4227 if (d != null && d instanceof TransitionDrawable) { in onTouchUp()
4228 ((TransitionDrawable) d).resetTransition(); in onTouchUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanelTest.kt38 import android.graphics.drawable.TransitionDrawable
688 assertTrue(drawableCaptor.allValues[1] is TransitionDrawable)
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt7777 …/TransitionDrawable$TransitionState;-><init>(Landroid/graphics/drawable/TransitionDrawable$Transit…
7778 HSPLandroid/graphics/drawable/TransitionDrawable$TransitionState;->getChangingConfigurations()I
7779 HSPLandroid/graphics/drawable/TransitionDrawable;-><init>([Landroid/graphics/drawable/Drawable;)V
7780 HSPLandroid/graphics/drawable/TransitionDrawable;->createConstantState(Landroid/graphics/drawable/L…
7781 …le/TransitionDrawable;->draw(Landroid/graphics/Canvas;)V+]Landroid/graphics/drawable/TransitionDra…
7782 HSPLandroid/graphics/drawable/TransitionDrawable;->setCrossFadeEnabled(Z)V
7783 HSPLandroid/graphics/drawable/TransitionDrawable;->startTransition(I)V
25069 Landroid/graphics/drawable/TransitionDrawable$TransitionState;
25070 Landroid/graphics/drawable/TransitionDrawable;
H A Dpreloaded-classes2285 android.graphics.drawable.TransitionDrawable$TransitionState
2286 android.graphics.drawable.TransitionDrawable
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt7780 …/TransitionDrawable$TransitionState;-><init>(Landroid/graphics/drawable/TransitionDrawable$Transit…
7781 HSPLandroid/graphics/drawable/TransitionDrawable$TransitionState;->getChangingConfigurations()I
7782 HSPLandroid/graphics/drawable/TransitionDrawable;-><init>([Landroid/graphics/drawable/Drawable;)V
7783 HSPLandroid/graphics/drawable/TransitionDrawable;->createConstantState(Landroid/graphics/drawable/L…
7784 …le/TransitionDrawable;->draw(Landroid/graphics/Canvas;)V+]Landroid/graphics/drawable/TransitionDra…
7785 HSPLandroid/graphics/drawable/TransitionDrawable;->setCrossFadeEnabled(Z)V
7786 HSPLandroid/graphics/drawable/TransitionDrawable;->startTransition(I)V
35176 Landroid/graphics/drawable/TransitionDrawable$TransitionState;
35177 Landroid/graphics/drawable/TransitionDrawable;
H A Dpreloaded-classes2289 android.graphics.drawable.TransitionDrawable$TransitionState
2290 android.graphics.drawable.TransitionDrawable
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17434 …/TransitionDrawable$TransitionState;-><init>(Landroid/graphics/drawable/TransitionDrawable$Transit…
17435 Landroid/graphics/drawable/TransitionDrawable;-><init>()V
17436 Landroid/graphics/drawable/TransitionDrawable;-><init>(Landroid/graphics/drawable/TransitionDrawabl…
17437 Landroid/graphics/drawable/TransitionDrawable;-><init>(Landroid/graphics/drawable/TransitionDrawabl…
17439 Landroid/graphics/drawable/TransitionDrawable;->mDuration:I
17440 Landroid/graphics/drawable/TransitionDrawable;->mFrom:I
17442 Landroid/graphics/drawable/TransitionDrawable;->mReverse:Z
17443 Landroid/graphics/drawable/TransitionDrawable;->mStartTimeMillis:J
17444 Landroid/graphics/drawable/TransitionDrawable;->mTransitionState:I
17445 Landroid/graphics/drawable/TransitionDrawable;->showSecondLayer()V
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17313 …public class TransitionDrawable extends android.graphics.drawable.LayerDrawable implements android…
17314 ctor public TransitionDrawable(android.graphics.drawable.Drawable[]);