Searched refs:BackgroundPreference (Results 1 – 3 of 3) sorted by relevance
37 public class BackgroundPreference extends Preference { class41 public BackgroundPreference(@NonNull Context context, in BackgroundPreference() method in BackgroundPreference49 R.styleable.BackgroundPreference); in BackgroundPreference()54 public BackgroundPreference(@NonNull Context context, @Nullable AttributeSet attrs, in BackgroundPreference() method in BackgroundPreference59 public BackgroundPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in BackgroundPreference() method in BackgroundPreference65 public BackgroundPreference(@NonNull Context context) { in BackgroundPreference() method in BackgroundPreference
31 public class ArrowPreference extends BackgroundPreference {
56 private BackgroundPreference mPreference;60 mPreference = new BackgroundPreference(mContext); in setUp()