Searched refs:getBackButton (Results 1 – 10 of 10) sorted by relevance
112 public Button getBackButton() { in getBackButton() method in NavigationBar127 getBackButton().setOnClickListener(this); in setNavigationBarListener()135 if (view == getBackButton()) { in onClick()
102 getBackButton().setLongClickable(false); in NavigationBarView()154 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView268 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()277 getBackButton().setVisibility(View.VISIBLE); in updateNavButtonIcons()
106 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()
380 TestHelper.assertViewVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleTrue()390 TestHelper.assertViewNotVisible(mCarSetupWizardLayout.getBackButton()); in testSetBackButtonVisibleFalse()
94 mNavigationBar.getBackButton().performClick(); in testSetNavigationBarListener()
216 ButtonDispatcher backButton = getBackButton(); in onBackAltCleared()222 getBackButton().setAlpha(0); in onBackAltCleared()420 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView598 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()647 getBackButton().setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()1135 dumpButton(pw, "back", getBackButton()); in dump()
1299 ButtonDispatcher backButton = mView.getBackButton(); in updateScreenPinningGestures()1331 ButtonDispatcher backButton = mView.getBackButton(); in prepareNavigationBarView()1912 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations()
290 public View getBackButton() { in getBackButton() method in CarSetupWizardLayout
361 public View getBackButton() { in getBackButton() method in CarSetupWizardBaseLayout
249 when(mNavigationBarView.getBackButton()).thenReturn(mBackButton); in setup()