Searched refs:getRecentsButton (Results 1 – 3 of 3) sorted by relevance
445 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView478 return getRecentsButton().getVisibility() == View.VISIBLE; in isRecentsButtonVisible()710 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()933 updateButtonLocation(getRecentsButton(), mRecentsButtonBounds, false); in onLayout()997 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon); in updateRecentsIcon()1223 dumpButton(pw, "rcnt", getRecentsButton()); in dump()
981 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView()1128 ? mNavigationBarView.getRecentsButton() in onLongPressNavigationButtons()
324 when(view.getRecentsButton()).thenReturn(mock(ButtonDispatcher.class)); in inflate()