Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java165 int mLastDensity; field in LoaderCustom.InterestingConfigChanges
169 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
172 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java167 int mLastDensity; field in LoaderCustomSupport.InterestingConfigChanges
171 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
174 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()