Searched refs:mLastDensity (Results 1 – 3 of 3) sorted by relevance
25 int mLastDensity; field in InterestingConfigChanges29 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()32 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
72 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges76 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()79 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
28 int mLastDensity; field in InterestingConfigChanges32 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()35 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()