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