Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreen.java141 private OnExitAnimationListener mExitAnimationListener; field in SplashScreen.SplashScreenImpl
159 mExitAnimationListener = listener; in setOnExitAnimationListener()
172 mExitAnimationListener = null; in clearOnExitAnimationListener()
270 if (impl.mExitAnimationListener == null) { in dispatchOnExitAnimation()
274 impl.mExitAnimationListener.onSplashScreenExit(view); in dispatchOnExitAnimation()
281 return impl != null && impl.mExitAnimationListener != null; in containsExitListener()