Home
last modified time | relevance | path

Searched defs:addButton (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DButtonFooterMixin.java68 public Button addButton(CharSequence text, @StyleRes int theme) { in addButton() method in ButtonFooterMixin
84 public Button addButton(@StringRes int text, @StyleRes int theme) { in addButton() method in ButtonFooterMixin
96 public Button addButton(Button button) { in addButton() method in ButtonFooterMixin
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DContextualButtonGroup.java43 public void addButton(@NonNull ContextualButton button) { in addButton() method in ContextualButtonGroup
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSegmentedButtons.java81 public void addButton(int labelResId, int contentDescriptionResId, Object value) { in addButton() method in SegmentedButtons
/frameworks/base/core/tests/coretests/src/android/util/
DScrollViewScenario.java128 public Params addButton(final String text, float heightRatio) { in addButton() method in ScrollViewScenario.Params