Searched refs:recentsButton (Results 1 – 2 of 2) sorted by relevance
154 UiObject2 recentsButton = device.wait(Until.findObject(recentsSelector), FIND_TIMEOUT); in longPressRecents() local155 assertNotNull("Unable to find recents button", recentsButton); in longPressRecents()156 recentsButton.click(LONG_PRESS_TIMEOUT); in longPressRecents()
653 ButtonDispatcher recentsButton = mNavigationBarView.getRecentsButton(); in prepareNavigationBarView() local654 recentsButton.setOnClickListener(this::onRecentsClick); in prepareNavigationBarView()655 recentsButton.setOnTouchListener(this::onRecentsTouch); in prepareNavigationBarView()656 recentsButton.setLongClickable(true); in prepareNavigationBarView()657 recentsButton.setOnLongClickListener(this::onLongPressBackRecents); in prepareNavigationBarView()