Home
last modified time | relevance | path

Searched refs:getRecentsButton (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java412 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView
445 return getRecentsButton().getVisibility() == View.VISIBLE; in isRecentsButtonVisible()
669 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()
940 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon); in updateRecentsIcon()
1151 dumpButton(pw, "rcnt", getRecentsButton()); in dump()
H A DNavigationBar.java1272 ButtonDispatcher recentsButton = mView.getRecentsButton(); in updateScreenPinningGestures()
1295 ButtonDispatcher recentsButton = mView.getRecentsButton(); in prepareNavigationBarView()
1458 ? mView.getRecentsButton() : mView.getHomeButton(); in onLongPressNavigationButtons()
1832 updateButtonLocation(region, touchRegionCache, mView.getRecentsButton(), inScreenSpace, in getButtonLocations()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java231 when(mNavigationBarView.getRecentsButton()).thenReturn(mRecentsButton); in setup()