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