Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java26 private int mLastDensity; field in InterestingConfigChanges
41 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
43 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appops/
H A DAppOpsCategory.java70 int mLastDensity; field in AppOpsCategory.InterestingConfigChanges
74 boolean densityChanged = mLastDensity != res.getDisplayMetrics().densityDpi; in applyNewConfig()
77 mLastDensity = res.getDisplayMetrics().densityDpi; in applyNewConfig()