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.java343 } else if (getRecentsButton().isVisible() && mRecentsButtonBounds.contains(x, y)) { in onInterceptTouchEvent()
403 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView
440 return getRecentsButton().getVisibility() == View.VISIBLE; in isRecentsButtonVisible()
688 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE); in updateNavButtonIcons()
929 updateButtonLocationOnScreen(getRecentsButton(), mRecentsButtonBounds); in onLayout()
982 getRecentsButton().setImageDrawable(mDockedStackExists ? mDockedIcon : mRecentIcon); in updateRecentsIcon()
1208 dumpButton(pw, "rcnt", getRecentsButton()); in dump()
DNavigationBarGestureHelper.java190 View recentsButton = mNavigationBarView.getRecentsButton().getCurrentView(); in handleDragActionDownEvent()
DNavigationBarFragment.java748 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView()
897 ? mNavigationBarView.getRecentsButton() in onLongPressNavigationButtons()