Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java89 if (!view.mAdapterHelper.hasPendingUpdates()) { in collectPrefetchPositionsFromView()
DAdapterHelper.java458 boolean hasPendingUpdates() { in hasPendingUpdates() method in AdapterHelper
DRecyclerView.java1590 if (!mAdapterHelper.hasPendingUpdates()) { in consumePendingUpdateOperations()
1614 } else if (mAdapterHelper.hasPendingUpdates()) { in consumePendingUpdateOperations()
4623 || mAdapterHelper.hasPendingUpdates(); in hasPendingAdapterUpdates()
4883 if (!mAdapterHelper.hasPendingUpdates()) { in onChanged()