Searched refs:IconAnimateListener (Results 1 – 2 of 2) sorted by relevance
265 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
286 implements SplashScreenView.IconAnimateListener {