Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java133 final Drawable lastDrawable = iv.getDrawable(); in updateIcon() local
134 if (lastDrawable instanceof Animatable2) { in updateIcon()
135 ((Animatable2) lastDrawable).clearAnimationCallbacks(); in updateIcon()