Searched refs:mLastDensity (Results 1 – 2 of 2) sorted by relevance
31 private int mLastDensity; field in InterestingConfigChanges54 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()56 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
70 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges74 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()77 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()