Home
last modified time | relevance | path

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

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