Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1229 private final Context mSharedContext; field in SplashscreenContentDrawer.HighResIconProvider
1238 mSharedContext = context; in HighResIconProvider()
1252 drawable = mSharedContext.getPackageManager().getDefaultActivityIcon(); in getIcon()
1260 final Configuration defConfig = mSharedContext.getResources().getConfiguration(); in loadFromStandalone()
1261 mStandaloneContext = mSharedContext.createConfigurationContext(defConfig); in loadFromStandalone()