Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreenView.java279 if (mIconDrawable instanceof SplashScreenView.IconAnimateListener in build()
490 if (!(iconDrawable instanceof IconAnimateListener)) { in initIconAnimation()
493 IconAnimateListener aniDrawable = (IconAnimateListener) iconDrawable; in initIconAnimation()
593 if (background instanceof SplashScreenView.IconAnimateListener) { in releaseIconHost()
594 ((SplashScreenView.IconAnimateListener) background).stopAnimation(); in releaseIconHost()
681 public interface IconAnimateListener { interface in SplashScreenView
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java268 implements SplashScreenView.IconAnimateListener {