Home
last modified time | relevance | path

Searched refs:addButton (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DButtonAboveTallInternalSelectionView.java41 params.addButton("howdy", 0.1f) in init()
43 .addButton("below", 0.1f); in init()
H A DTallTextAboveButton.java29 .addButton("button", 0.2f); in init()
H A DButtonsWithTallTextViewInBetween.java45 params.addButton("top button", 0.2f) in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
H A DUserSwitcherViewBinder.kt65 val addButton: View = view.requireViewById(R.id.add)
77 addButton.setOnClickListener { viewModel.onOpenMenuButtonClicked() }
98 … launch { viewModel.isOpenMenuButtonVisible.collect { addButton.isVisible = it } }
110 anchorView = addButton,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNavigationBarContextTest.java90 mGroup.addButton(mBtn0); in setup()
91 mGroup.addButton(mBtn1); in setup()
92 mGroup.addButton(mBtn2); in setup()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java128 public Params addButton(final String text, float heightRatio) { in addButton() method in ScrollViewScenario.Params
147 addButton(textPrefix + i, heightRatio); in addButtons()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java81 public void addButton(int labelResId, int contentDescriptionResId, Object value) { in addButton() method in SegmentedButtons
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DContextualButtonGroup.java43 public void addButton(@NonNull ContextualButton button) { in addButton() method in ContextualButtonGroup
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java291 mContextualButtonGroup.addButton(imeSwitcherButton); in NavigationBarView()
292 mContextualButtonGroup.addButton(accessibilityButton); in NavigationBarView()
488 mContextualButtonGroup.addButton(mRotationContextButton); in updateRotationButton()