Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreenView.java265 if (mIconDrawable instanceof SplashScreenView.IconAnimateListener in build()
492 if (!(iconDrawable instanceof IconAnimateListener)) { in initIconAnimation()
495 IconAnimateListener aniDrawable = (IconAnimateListener) iconDrawable; in initIconAnimation()
642 if (background instanceof SplashScreenView.IconAnimateListener) { in releaseIconHost()
643 ((SplashScreenView.IconAnimateListener) background).stopAnimation(); in releaseIconHost()
686 public interface IconAnimateListener { interface in SplashScreenView
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java286 implements SplashScreenView.IconAnimateListener {