Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DNavigationBar.java112 public Button getBackButton() { in getBackButton() method in NavigationBar
127 getBackButton().setOnClickListener(this); in setNavigationBarListener()
135 if (view == getBackButton()) { in onClick()
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
H A DCarSetupWizardCompatLayoutTest.java102 mCarSetupWizardCompatLayout.getBackButton().performClick(); in testSetBackButtonListener()
103 Mockito.verify(spyListener).onClick(mCarSetupWizardCompatLayout.getBackButton()); in testSetBackButtonListener()
130 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetBackButtonVisibleTrue()
151 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetBackButtonVisibleFalse()
172 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetCloseButtonVisibleTrue()
H A DBaseCompatActivityTest.java334 TestHelper.assertViewVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleTrue()
344 TestHelper.assertViewNotVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleFalse()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java219 ButtonDispatcher backButton = getBackButton(); in onBackAltCleared()
225 getBackButton().setAlpha(0); in onBackAltCleared()
532 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView
759 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()
806 getBackButton().setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()
1044 updateButtonLocation(getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations()
1353 dumpButton(pw, "back", getBackButton()); in dump()
H A DNavigationBar.java377 buttonDispatcher = mNavigationBarView.getBackButton();
1123 ButtonDispatcher backButton = mNavigationBarView.getBackButton(); in updateScreenPinningGestures()
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
H A DNavigationBarMixinTest.java94 mNavigationBar.getBackButton().performClick(); in testSetNavigationBarListener()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardBase.java133 protected FooterButton getBackButton() { in getBackButton() method in StorageWizardBase
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
H A DCarSetupWizardLayout.java293 public View getBackButton() { in getBackButton() method in CarSetupWizardLayout
H A DCarSetupWizardBaseLayout.java329 public View getBackButton() { in getBackButton() method in CarSetupWizardBaseLayout