Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DAdapterHelper.java460 boolean hasPendingUpdates() { in hasPendingUpdates() method in AdapterHelper
DRecyclerView.java1482 if (!mAdapterHelper.hasPendingUpdates()) { in consumePendingUpdateOperations()
1503 } else if (mAdapterHelper.hasPendingUpdates()) { in consumePendingUpdateOperations()
4306 || mAdapterHelper.hasPendingUpdates(); in hasPendingAdapterUpdates()
4562 if (!mAdapterHelper.hasPendingUpdates()) { in onChanged()