Home
last modified time | relevance | path

Searched refs:shouldGoToNextView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/view/
DRecentsRecyclerView.java89 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