Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreen.java138 private OnExitAnimationListener mExitAnimationListener; field in SplashScreen.SplashScreenImpl
156 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()