Searched refs:mLastDensity (Results 1 – 2 of 2) sorted by relevance
165 int mLastDensity; field in LoaderCustom.InterestingConfigChanges169 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()172 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
167 int mLastDensity; field in LoaderCustomSupport.InterestingConfigChanges171 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()174 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()