Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java1272 ButtonDispatcher recentsButton = mView.getRecentsButton(); in updateScreenPinningGestures() local
1278 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in updateScreenPinningGestures()
1281 recentsButton.setOnLongClickListener(null); in updateScreenPinningGestures()
1285 recentsButton.setLongClickable(mScreenPinningActive); in updateScreenPinningGestures()
1295 ButtonDispatcher recentsButton = mView.getRecentsButton(); in prepareNavigationBarView() local
1296 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()
1297 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()