Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreen.java135 class SplashScreenImpl implements SplashScreen { class
142 public SplashScreenImpl(Context context) { in SplashScreenImpl() method in SplashScreen.SplashScreenImpl
206 private final ArrayList<SplashScreenImpl> mImpls = new ArrayList<>();
224 private void addImpl(SplashScreenImpl impl) { in addImpl()
230 private void removeImpl(SplashScreenImpl impl) { in removeImpl()
236 private SplashScreenImpl findImpl(IBinder token) { in findImpl()
238 for (SplashScreenImpl impl : mImpls) { in findImpl()
249 final SplashScreenImpl impl = findImpl(token); in tokenDestroyed()
263 final SplashScreenImpl impl = findImpl(token); in dispatchOnExitAnimation()
277 final SplashScreenImpl impl = findImpl(token); in containsExitListener()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java1757 mSplashScreen = new SplashScreen.SplashScreenImpl(this); in getOrCreateSplashScreen()