Searched refs:mLastDensity (Results 1 – 1 of 1) sorted by relevance
80 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges84 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()87 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()