Searched refs:mExitAnimationListener (Results 1 – 1 of 1) sorted by relevance
138 private OnExitAnimationListener mExitAnimationListener; field in SplashScreen.SplashScreenImpl156 mExitAnimationListener = listener; in setOnExitAnimationListener()169 mExitAnimationListener = null; in clearOnExitAnimationListener()267 if (impl.mExitAnimationListener == null) { in dispatchOnExitAnimation()271 impl.mExitAnimationListener.onSplashScreenExit(view); in dispatchOnExitAnimation()278 return impl != null && impl.mExitAnimationListener != null; in containsExitListener()