Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerViewAccessibilityDelegate.java39 return mRecyclerView.hasPendingAdapterUpdates(); in shouldIgnore()
DRecyclerView.java4304 public boolean hasPendingAdapterUpdates() { in hasPendingAdapterUpdates() method in RecyclerView
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseGridView.java580 if (vh == null || hasPendingAdapterUpdates()) { in setSelectedPositionSmooth()
605 if (vh == null || hasPendingAdapterUpdates()) { in setSelectedPosition()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java163 assertTrue(rv.hasPendingAdapterUpdates()); in detachAttachGetReady()
166 assertFalse(rv.hasPendingAdapterUpdates()); in detachAttachGetReady()
1248 assertTrue(mRecyclerView.hasPendingAdapterUpdates()); in assertPendingUpdatesAndLayoutTest()
1252 assertFalse(mRecyclerView.hasPendingAdapterUpdates()); in assertPendingUpdatesAndLayoutTest()
1275 assertTrue(mRecyclerView.hasPendingAdapterUpdates()); in hasPendingUpdatesBeforeFirstLayout()
1284 assertFalse(mRecyclerView.hasPendingAdapterUpdates()); in noPendingUpdatesAfterLayout()
/frameworks/support/v7/recyclerview/api/
D22.1.0.txt210 method public boolean hasPendingAdapterUpdates();
D22.2.1.txt258 method public boolean hasPendingAdapterUpdates();
D22.2.0.txt255 method public boolean hasPendingAdapterUpdates();
D23.0.0.txt285 method public boolean hasPendingAdapterUpdates();
D23.1.0.txt285 method public boolean hasPendingAdapterUpdates();
Dcurrent.txt295 method public boolean hasPendingAdapterUpdates();
D23.1.1.txt285 method public boolean hasPendingAdapterUpdates();