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