Home
last modified time | relevance | path

Searched refs:mLastDensity (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsCategory.java80 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges
84 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
87 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()