Searched refs:mLastConfig (Results 1 - 4 of 4) sorted by relevance

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

Completed in 100 milliseconds