Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreen.java138 class SplashScreenImpl implements SplashScreen { class
145 public SplashScreenImpl(Context context) { in SplashScreenImpl() method in SplashScreen.SplashScreenImpl
209 private final ArrayList<SplashScreenImpl> mImpls = new ArrayList<>();
227 private void addImpl(SplashScreenImpl impl) { in addImpl()
233 private void removeImpl(SplashScreenImpl impl) { in removeImpl()
239 private SplashScreenImpl findImpl(IBinder token) { in findImpl()
241 for (SplashScreenImpl impl : mImpls) { in findImpl()
252 final SplashScreenImpl impl = findImpl(token); in tokenDestroyed()
266 final SplashScreenImpl impl = findImpl(token); in dispatchOnExitAnimation()
280 final SplashScreenImpl impl = findImpl(token); in containsExitListener()
/frameworks/base/core/java/android/app/
DActivity.java1866 mSplashScreen = new SplashScreen.SplashScreenImpl(this); in getOrCreateSplashScreen()