Searched refs:shouldGoToNextView (Results 1 – 1 of 1) sorted by relevance
89 boolean shouldGoToNextView = shouldGoToNextView(direction); in focusSearch()98 if (focused == taskDismissButton && shouldGoToNextView) { in focusSearch()101 if (focused == taskThumbnail && !shouldGoToNextView) { in focusSearch()111 shouldGoToNextView ? ++position : --position, /* tryScrolling= */ true); in focusSearch()148 return shouldGoToNextView(direction) in getNextFocusView()163 private boolean shouldGoToNextView(int direction) { in shouldGoToNextView() method in RecentsRecyclerView