Searched refs:SplashScreenImpl (Results 1 – 2 of 2) sorted by relevance
138 class SplashScreenImpl implements SplashScreen { class145 public SplashScreenImpl(Context context) { in SplashScreenImpl() method in SplashScreen.SplashScreenImpl209 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()
1866 mSplashScreen = new SplashScreen.SplashScreenImpl(this); in getOrCreateSplashScreen()