Searched refs:mLastDensity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java26 private int mLastDensity; field in class:InterestingConfigChanges
41 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi;
43 mLastDensity = res.getDisplayMetrics().densityDpi;
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java165 int mLastDensity; field in class:LoaderCustomSupport.InterestingConfigChanges
169 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi;
172 mLastDensity = res.getDisplayMetrics().densityDpi;
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java165 int mLastDensity; field in class:LoaderCustomSupport.InterestingConfigChanges
169 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi;
172 mLastDensity = res.getDisplayMetrics().densityDpi;

Completed in 294 milliseconds