Home
last modified time | relevance | path

Searched refs:recentsButton (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java659 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView() local
660 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()
661 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()
662 recentsButton.setLongClickable(true); in prepareNavigationBarView()
663 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in prepareNavigationBarView()