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/
DNavigationBarTransitions.java84 setKeyButtonViewQuiescentAlpha(mView.getRecentsButton(), alpha, animate); in applyMode()
102 backAlpha = maxVisibleQuiescentAlpha(backAlpha, mView.getRecentsButton()); in applyBackButtonQuiescentAlpha()
DNavigationBarView.java254 public View getRecentsButton() { in getRecentsButton() method in NavigationBarView
317 ((ImageView)getRecentsButton()).setImageDrawable(mVertical ? mRecentLandIcon : mRecentIcon); in setNavigationIconHints()
371 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE); in setDisabledFlags()
479 mDelegateHelper.setInitialTouchRegion(getHomeButton(), getBackButton(), getRecentsButton()); in onLayout()
650 dumpButton(pw, "rcnt", getRecentsButton()); in dump()
DPhoneStatusBar.java1181 mNavigationBarView.getRecentsButton().setOnClickListener(mRecentsClickListener); in prepareNavigationBarView()
1182 mNavigationBarView.getRecentsButton().setOnTouchListener(mRecentsPreloadOnTouchListener); in prepareNavigationBarView()
1183 mNavigationBarView.getRecentsButton().setLongClickable(true); in prepareNavigationBarView()
1184 mNavigationBarView.getRecentsButton().setOnLongClickListener(mLongPressBackRecentsListener); in prepareNavigationBarView()
4121 && !mNavigationBarView.getRecentsButton().isPressed()) {