Searched refs:getBackButton (Results 1 – 9 of 9) sorted by relevance
112 public Button getBackButton() { in getBackButton() method in NavigationBar127 getBackButton().setOnClickListener(this); in setNavigationBarListener()135 if (view == getBackButton()) { in onClick()
102 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()
334 TestHelper.assertViewVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleTrue()344 TestHelper.assertViewNotVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleFalse()
219 ButtonDispatcher backButton = getBackButton(); in onBackAltCleared()225 getBackButton().setAlpha(0); in onBackAltCleared()532 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView759 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()
377 buttonDispatcher = mNavigationBarView.getBackButton();1123 ButtonDispatcher backButton = mNavigationBarView.getBackButton(); in updateScreenPinningGestures()
94 mNavigationBar.getBackButton().performClick(); in testSetNavigationBarListener()
133 protected FooterButton getBackButton() { in getBackButton() method in StorageWizardBase
293 public View getBackButton() { in getBackButton() method in CarSetupWizardLayout
329 public View getBackButton() { in getBackButton() method in CarSetupWizardBaseLayout