Searched refs:ActionButtonsPreference (Results 1 – 2 of 2) sorted by relevance
55 public class ActionButtonsPreference extends Preference { class78 public ActionButtonsPreference(Context context, AttributeSet attrs, in ActionButtonsPreference() method in ActionButtonsPreference89 public ActionButtonsPreference(Context context, AttributeSet attrs) { in ActionButtonsPreference() method in ActionButtonsPreference94 public ActionButtonsPreference(Context context) { in ActionButtonsPreference() method in ActionButtonsPreference230 public ActionButtonsPreference setButton1Visible(boolean isVisible) { in setButton1Visible()272 public ActionButtonsPreference setButton1Enabled(boolean isEnabled) { in setButton1Enabled()283 public ActionButtonsPreference setButton1OnClickListener( in setButton1OnClickListener()295 public ActionButtonsPreference setButton2Visible(boolean isVisible) { in setButton2Visible()348 public ActionButtonsPreference setButton2OnClickListener( in setButton2OnClickListener()413 public ActionButtonsPreference setButton3OnClickListener( in setButton3OnClickListener()[all …]
45 private ActionButtonsPreference mPref;53 mPref = new ActionButtonsPreference(mContext); in setUp()362 public static ActionButtonsPreference createMock() { in createMock()363 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()