Searched refs:overrideContext (Results 1 – 1 of 1) sorted by relevance
2381 final Context overrideContext = context.createConfigurationContext(overrideConfig); in addSplashScreen() local2382 overrideContext.setTheme(theme); in addSplashScreen()2383 final TypedArray typedArray = overrideContext.obtainStyledAttributes( in addSplashScreen()2386 if (resId != 0 && overrideContext.getDrawable(resId) != null) { in addSplashScreen()2392 context = overrideContext; in addSplashScreen()