Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java1128 ? this::onLongPressBackRecents in updateScreenPinningGestures()
1130 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in updateScreenPinningGestures()
1271 private boolean onLongPressBackRecents(View v) { in onLongPressBackRecents() method in NavigationBar