Searched refs:recentsButton (Results 1 – 1 of 1) sorted by relevance
1132 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in updateScreenPinningGestures() local1138 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in updateScreenPinningGestures()1141 recentsButton.setOnLongClickListener(null); in updateScreenPinningGestures()1145 recentsButton.setLongClickable(pinningActive); in updateScreenPinningGestures()1155 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView() local1156 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()1157 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()