Home
last modified time | relevance | path

Searched refs:removeButton (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DModeSwitchesControllerTest.java67 mModeSwitchesController.removeButton(Display.DEFAULT_DISPLAY); in tearDown()
83 mModeSwitchesController.removeButton(Display.DEFAULT_DISPLAY); in testRemoveButton()
85 verify(mModeSwitch).removeButton(); in testRemoveButton()
H A DIWindowMagnificationConnectionTest.java179 verify(mModeSwitchesController).removeButton(TEST_DISPLAY); in removeMagnificationButton()
H A DMagnificationModeSwitchTest.java142 mMagnificationModeSwitch.removeButton(); in tearDown()
149 mMagnificationModeSwitch.removeButton(); in removeButton_buttonIsShowing_removeViewAndUnregisterComponentCallbacks()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DModeSwitchesController.java83 void removeButton(int displayId) { in removeButton() method in ModeSwitchesController
89 magnificationModeSwitch.removeButton(); in removeButton()
H A DMagnificationModeSwitch.java182 .withEndAction(() -> removeButton()) in MagnificationModeSwitch()
205 removeButton(); in applyResourcesValuesWithDensityChanged()
265 void removeButton() { in removeButton() method in MagnificationModeSwitch
398 removeButton(); in handleSingleTap()
H A DWindowMagnification.java299 mModeSwitchesController.removeButton(displayId); in removeMagnificationButton()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DContextualButtonGroup.java54 public void removeButton(@IdRes int buttonResId) { in removeButton() method in ContextualButtonGroup
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java483 mContextualButtonGroup.removeButton(R.id.rotate_suggestion); in updateRotationButton()