Searched defs:mLastConfiguration (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java24 private final Configuration mLastConfiguration = new Configuration(); field in class:InterestingConfigChanges
39 int configChanges = mLastConfiguration.updateFrom(
40 Configuration.generateDelta(mLastConfiguration, res.getConfiguration()));
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java63 private final Configuration mLastConfiguration = new Configuration(); field in class:PowerUI
90 mLastConfiguration.setTo(mContext.getResources().getConfiguration());
116 // Safe to modify mLastConfiguration here as it's only updated by the main thread (here).
117 if ((mLastConfiguration.updateFrom(newConfig) & mask) != 0) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java162 final Configuration mLastConfiguration = new Configuration(); field in class:LoaderCustomSupport.InterestingConfigChanges
166 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java162 final Configuration mLastConfiguration = new Configuration(); field in class:LoaderCustomSupport.InterestingConfigChanges
166 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());

Completed in 156 milliseconds