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