Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetails.java90 private final List<RadioWithImagePreference> mAspectRatioPreferences = new ArrayList<>(); field in UserAspectRatioDetails
244 mAspectRatioPreferences.add(pref); in addPreference()
248 for (RadioWithImagePreference pref : mAspectRatioPreferences) { in updateAllPreferences()