Searched refs:getRecentsButton (Results 1 – 3 of 3) sorted by relevance
412 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView445 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()
1272 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()
231 when(mNavigationBarView.getRecentsButton()).thenReturn(mRecentsButton); in setup()