Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DBackgroundPreference.java37 public class BackgroundPreference extends Preference { class
41 public BackgroundPreference(@NonNull Context context, in BackgroundPreference() method in BackgroundPreference
49 R.styleable.BackgroundPreference); in BackgroundPreference()
54 public BackgroundPreference(@NonNull Context context, @Nullable AttributeSet attrs, in BackgroundPreference() method in BackgroundPreference
59 public BackgroundPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in BackgroundPreference() method in BackgroundPreference
65 public BackgroundPreference(@NonNull Context context) { in BackgroundPreference() method in BackgroundPreference
DArrowPreference.java31 public class ArrowPreference extends BackgroundPreference {
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DBackgroundPreferenceTest.java56 private BackgroundPreference mPreference;
60 mPreference = new BackgroundPreference(mContext); in setUp()