Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerViewAccessibilityDelegate.java39 return mRecyclerView.hasPendingAdapterUpdates(); in shouldIgnore()
DRecyclerView.java3863 public boolean hasPendingAdapterUpdates() { in hasPendingAdapterUpdates() method in RecyclerView
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java599 assertTrue(mRecyclerView.hasPendingAdapterUpdates()); in assertPendingUpdatesAndLayout()
603 assertFalse(mRecyclerView.hasPendingAdapterUpdates()); in assertPendingUpdatesAndLayout()
625 assertTrue(mRecyclerView.hasPendingAdapterUpdates()); in testHasPendingUpdatesBeforeFirstLayout()
634 assertFalse(mRecyclerView.hasPendingAdapterUpdates()); in testNoPendingUpdatesAfterLayout()
/frameworks/support/v7/recyclerview/api/
D22.1.0.txt210 method public boolean hasPendingAdapterUpdates();
D22.2.0.txt255 method public boolean hasPendingAdapterUpdates();
D22.2.1.txt258 method public boolean hasPendingAdapterUpdates();
D23.txt285 method public boolean hasPendingAdapterUpdates();
Dcurrent.txt285 method public boolean hasPendingAdapterUpdates();