Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3290 mState.mFocusedSubChildId = getDeepestFocusedViewWithId(focusedVh.itemView); in saveFocusInfo()
3410 private int getDeepestFocusedViewWithId(View view) { in getDeepestFocusedViewWithId() method in RecyclerView