Searched refs:getRecentsButton (Results 1 – 3 of 3) sorted by relevance
400 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView433 return getRecentsButton().getVisibility() == View.VISIBLE; in isRecentsButtonVisible()649 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()831 updateButtonLocation(getRecentsButton(), mRecentsButtonBounds, false); in onLayout()895 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon); in updateRecentsIcon()1110 dumpButton(pw, "rcnt", getRecentsButton()); in dump()
653 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView()799 ? mNavigationBarView.getRecentsButton() in onLongPressNavigationButtons()
270 when(view.getRecentsButton()).thenReturn(mock(ButtonDispatcher.class)); in inflate()