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.java1300 ButtonDispatcher recentsButton = mView.getRecentsButton(); in updateScreenPinningGestures() local
1306 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in updateScreenPinningGestures()
1309 recentsButton.setOnLongClickListener(null); in updateScreenPinningGestures()
1313 recentsButton.setLongClickable(mScreenPinningActive); in updateScreenPinningGestures()
1323 ButtonDispatcher recentsButton = mView.getRecentsButton(); in prepareNavigationBarView() local
1324 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()
1325 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()