Searched refs:getRecentsButton (Results 1 – 3 of 3) sorted by relevance
343 } else if (getRecentsButton().isVisible() && mRecentsButtonBounds.contains(x, y)) { in onInterceptTouchEvent()403 public ButtonDispatcher getRecentsButton() { in getRecentsButton() method in NavigationBarView440 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()
190 View recentsButton = mNavigationBarView.getRecentsButton().getCurrentView(); in handleDragActionDownEvent()
748 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView()897 ? mNavigationBarView.getRecentsButton() in onLongPressNavigationButtons()