Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.java37 private final Configuration mLastConfig = new Configuration(); field in ConfigurationControllerImpl
89 if ((mLastConfig.updateFrom(newConfig) & ActivityInfo.CONFIG_ASSETS_PATHS) != 0) { in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java138 private Configuration mLastConfig; field in RecentsActivity
342 mLastConfig = new Configuration(Utilities.getAppConfiguration(this)); in onCreate()
513 mLastConfig.orientation != newDeviceConfiguration.orientation, in onConfigurationChanged()
514 mLastConfig.densityDpi != newDeviceConfiguration.densityDpi, numStackTasks > 0)); in onConfigurationChanged()
516 mLastConfig.updateFrom(newDeviceConfiguration); in onConfigurationChanged()
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DLoaderCustomSupport.java210 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges(); field in LoaderCustomSupport.AppListLoader
304 boolean configChange = mLastConfig.applyNewConfig(getContext().getResources()); in onStartLoading()