Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarView.java150 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView
264 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()
273 getBackButton().setVisibility(View.VISIBLE); in updateNavButtonIcons()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java211 ButtonDispatcher backButton = getBackButton(); in onBackAltCleared()
217 getBackButton().setAlpha(0); in onBackAltCleared()
416 public ButtonDispatcher getBackButton() { in getBackButton() method in NavigationBarView
618 getBackButton().setImageDrawable(backIcon); in updateNavButtonIcons()
667 getBackButton().setVisibility(disableBack ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()
1148 dumpButton(pw, "back", getBackButton()); in dump()
H A DNavigationBar.java1271 ButtonDispatcher backButton = mView.getBackButton(); in updateScreenPinningGestures()
1829 region, touchRegionCache, mView.getBackButton(), inScreenSpace, useNearestRegion); in getButtonLocations()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java234 when(mNavigationBarView.getBackButton()).thenReturn(mBackButton); in setup()