Searched refs:overrideContext (Results 1 – 1 of 1) sorted by relevance
2377 final Context overrideContext = context.createConfigurationContext(overrideConfig); in addSplashScreen() local2378 overrideContext.setTheme(theme); in addSplashScreen()2379 final TypedArray typedArray = overrideContext.obtainStyledAttributes( in addSplashScreen()2382 if (resId != 0 && overrideContext.getDrawable(resId) != null) { in addSplashScreen()2388 context = overrideContext; in addSplashScreen()