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/navigationbar/
DNavigationBar.java1132 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in updateScreenPinningGestures() local
1138 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in updateScreenPinningGestures()
1141 recentsButton.setOnLongClickListener(null); in updateScreenPinningGestures()
1145 recentsButton.setLongClickable(pinningActive); in updateScreenPinningGestures()
1155 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView() local
1156 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()
1157 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()