Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java7718 public boolean isSmoothScrolling() { in isSmoothScrolling() method in RecyclerView.LayoutManager
9103 return isSmoothScrolling() || parent.isComputingLayout(); in onRequestChildFocus()