Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerViewAccessibilityDelegate.java39 return mRecyclerView.hasPendingAdapterUpdates(); in shouldIgnore()
DGapWorker.java94 if (!view.hasPendingAdapterUpdates()) { in collectPrefetchPositionsFromView()
DRecyclerView.java4621 public boolean hasPendingAdapterUpdates() { in hasPendingAdapterUpdates() method in RecyclerView