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