Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DInterestingConfigChanges.java31 private int mLastDensity; field in InterestingConfigChanges
54 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
56 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsCategory.java70 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges
74 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
77 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()