Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1234 private Context mStandaloneContext; field in SplashscreenContentDrawer.HighResIconProvider
1259 if (mStandaloneContext == null) { in loadFromStandalone()
1261 mStandaloneContext = mSharedContext.createConfigurationContext(defConfig); in loadFromStandalone()
1262 mStandaloneIconProvider = new IconProvider(mStandaloneContext); in loadFromStandalone()
1266 resources = mStandaloneContext.getPackageManager() in loadFromStandalone()