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/statusbar/phone/
DNavigationBarView.java445 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView
478 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()
DNavigationBarFragment.java981 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView()
1128 ? mNavigationBarView.getRecentsButton() in onLongPressNavigationButtons()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java324 when(view.getRecentsButton()).thenReturn(mock(ButtonDispatcher.class)); in inflate()