Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2418 if (mLayout == null || !mLayout.onAddFocusables(this, views, direction, focusableMode)) { in addFocusables()
9046 public boolean onAddFocusables(RecyclerView recyclerView, ArrayList<View> views, in onAddFocusables() method in RecyclerView.LayoutManager