Searched refs:recentsButton (Results 1 – 1 of 1) sorted by relevance
1300 ButtonDispatcher recentsButton = mView.getRecentsButton(); in updateScreenPinningGestures() local1306 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() local1324 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()1325 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()