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()
80 mCarSetupWizardCompatLayout.getBackButton().performClick(); in testSetBackButtonListener()81 Mockito.verify(spyListener).onClick(mCarSetupWizardCompatLayout.getBackButton()); in testSetBackButtonListener()94 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetBackButtonVisibleTrue()109 View backButton = spyCarSetupWizardCompatLayout.getBackButton(); in testSetBackButtonVisibleFalse()
333 TestHelper.assertViewVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleTrue()343 TestHelper.assertViewNotVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleFalse()
184 ButtonDispatcher backButton = getBackButton(); in onBackAltCleared()190 getBackButton().setAlpha(0); in onBackAltCleared()404 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView604 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()647 getBackButton().setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()829 updateButtonLocation(getBackButton(), mBackButtonBounds, true); in onLayout()1108 dumpButton(pw, "back", getBackButton()); in dump()
209 buttonDispatcher = mNavigationBarView.getBackButton();638 ButtonDispatcher backButton = mNavigationBarView.getBackButton(); in updateScreenPinningGestures()659 ButtonDispatcher backButton = mNavigationBarView.getBackButton(); in prepareNavigationBarView()
94 mNavigationBar.getBackButton().performClick(); in testSetNavigationBarListener()
268 when(view.getBackButton()).thenReturn(mock(ButtonDispatcher.class)); in inflate()
286 public View getBackButton() { in getBackButton() method in CarSetupWizardBaseLayout
298 public View getBackButton() { in getBackButton() method in CarSetupWizardLayout