Searched refs:mExitAnimationListener (Results 1 – 1 of 1) sorted by relevance
141 private OnExitAnimationListener mExitAnimationListener; field in SplashScreen.SplashScreenImpl159 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()