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/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java163 int mLastDensity; field in class:LoaderCustomSupport.InterestingConfigChanges
167 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi;
170 mLastDensity = res.getDisplayMetrics().densityDpi;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java163 int mLastDensity; field in class:LoaderCustomSupport.InterestingConfigChanges
167 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi;
170 mLastDensity = res.getDisplayMetrics().densityDpi;

Completed in 89 milliseconds