HomeSort by relevance Sort by last modified time
    Searched refs:getRecentsButton (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 249 public ButtonDispatcher getRecentsButton() {
403 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE);
550 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon);
717 dumpButton(pw, "rcnt", getRecentsButton());
NavigationBarGestureHelper.java 174 View recentsButton = mNavigationBarView.getRecentsButton().getCurrentView();
PhoneStatusBar.java     [all...]

Completed in 687 milliseconds