Home
last modified time | relevance | path

Searched refs:mLastDensity (Results 1 – 2 of 2) sorted by relevance

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