Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DInterestingConfigChanges.java25 int mLastDensity; field in InterestingConfigChanges
29 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
32 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
DAppOpsCategory.java72 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges
76 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
79 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DInterestingConfigChanges.java28 int mLastDensity; field in InterestingConfigChanges
32 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
35 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()