Searched refs:recentsButton (Results 1 – 1 of 1) sorted by relevance
659 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView() local660 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()661 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()662 recentsButton.setLongClickable(true); in prepareNavigationBarView()663 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in prepareNavigationBarView()