Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DRadioWithImagePreference.java35 public class RadioWithImagePreference extends CheckBoxPreference { class
46 void onRadioButtonClicked(RadioWithImagePreference emiter); in onRadioButtonClicked()
61 public RadioWithImagePreference(Context context, AttributeSet attrs, int defStyle) { in RadioWithImagePreference() method in RadioWithImagePreference
73 public RadioWithImagePreference(Context context, AttributeSet attrs) { in RadioWithImagePreference() method in RadioWithImagePreference
83 public RadioWithImagePreference(Context context) { in RadioWithImagePreference() method in RadioWithImagePreference
DUserAspectRatioDetails.java65 RadioWithImagePreference.OnClickListener {
90 private final List<RadioWithImagePreference> mAspectRatioPreferences = new ArrayList<>();
115 public void onRadioButtonClicked(@NonNull RadioWithImagePreference selected) { in onRadioButtonClicked()
232 final RadioWithImagePreference pref = findPreference(key); in addPreference()
248 for (RadioWithImagePreference pref : mAspectRatioPreferences) { in updateAllPreferences()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetailsTest.java83 private RadioWithImagePreference mRadioButtonPref;
99 mRadioButtonPref = new RadioWithImagePreference(mContext); in setUp()