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()
70 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges74 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()77 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()