Searched refs:mLastDensity (Results 1 – 2 of 2) sorted by relevance
26 private int mLastDensity; field in InterestingConfigChanges41 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()43 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
165 int mLastDensity; field in LoaderCustomSupport.InterestingConfigChanges169 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()172 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()