Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DNavigationBar.java112 public Button getBackButton() { in getBackButton() method in NavigationBar
127 getBackButton().setOnClickListener(this); in setNavigationBarListener()
135 if (view == getBackButton()) { in onClick()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarView.java102 getBackButton().setLongClickable(false); in NavigationBarView()
154 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView
268 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()
277 getBackButton().setVisibility(View.VISIBLE); in updateNavButtonIcons()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/
DCarSetupWizardCompatLayoutTest.java106 mCarSetupWizardCompatLayout.getBackButton().performClick(); in testSetBackButtonListener()
107 Mockito.verify(spyListener).onClick(mCarSetupWizardCompatLayout.getBackButton()); in testSetBackButtonListener()
134 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetBackButtonVisibleTrue()
155 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetBackButtonVisibleFalse()
176 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetCloseButtonVisibleTrue()
DBaseCompatActivityTest.java380 TestHelper.assertViewVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleTrue()
390 TestHelper.assertViewNotVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleFalse()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DNavigationBarMixinTest.java94 mNavigationBar.getBackButton().performClick(); in testSetNavigationBarListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java216 ButtonDispatcher backButton = getBackButton(); in onBackAltCleared()
222 getBackButton().setAlpha(0); in onBackAltCleared()
420 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView
598 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()
647 getBackButton().setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()
1135 dumpButton(pw, "back", getBackButton()); in dump()
DNavigationBar.java1299 ButtonDispatcher backButton = mView.getBackButton(); in updateScreenPinningGestures()
1331 ButtonDispatcher backButton = mView.getBackButton(); in prepareNavigationBarView()
1912 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardLayout.java290 public View getBackButton() { in getBackButton() method in CarSetupWizardLayout
DCarSetupWizardBaseLayout.java361 public View getBackButton() { in getBackButton() method in CarSetupWizardBaseLayout
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarTest.java249 when(mNavigationBarView.getBackButton()).thenReturn(mBackButton); in setup()