Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java416 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView
445 return getRecentsButton().getVisibility() == View.VISIBLE; in isRecentsButtonVisible()
649 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()
921 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon); in updateRecentsIcon()
1138 dumpButton(pw, "rcnt", getRecentsButton()); in dump()
DNavigationBar.java1300 ButtonDispatcher recentsButton = mView.getRecentsButton(); in updateScreenPinningGestures()
1323 ButtonDispatcher recentsButton = mView.getRecentsButton(); in prepareNavigationBarView()
1543 ? mView.getRecentsButton() : mView.getHomeButton(); in onLongPressNavigationButtons()
1915 updateButtonLocation(region, touchRegionCache, mView.getRecentsButton(), inScreenSpace, in getButtonLocations()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarTest.java246 when(mNavigationBarView.getRecentsButton()).thenReturn(mRecentsButton); in setup()