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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 80 setKeyButtonViewQuiescentAlpha(mView.getRecentsButton(), alpha, animate);
98 backAlpha = maxVisibleQuiescentAlpha(backAlpha, mView.getRecentsButton());
NavigationBarView.java 249 public View getRecentsButton() {
312 ((ImageView)getRecentsButton()).setImageDrawable(mVertical ? mRecentLandIcon : mRecentIcon);
361 getRecentsButton().setVisibility(disableRecent ? View.INVISIBLE : View.VISIBLE);
461 mDelegateHelper.setInitialTouchRegion(getHomeButton(), getBackButton(), getRecentsButton());
616 dumpButton(pw, "rcnt", getRecentsButton());

Completed in 37 milliseconds