Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DRecyclerViewCaptureHelper.java87 View anchor = findChildNearestTarget(recyclerView, requestedContainerBounds); in onScrollRequested()
147 static View findChildNearestTarget(ViewGroup parent, Rect targetRect) { in findChildNearestTarget() method in RecyclerViewCaptureHelper