Searched defs:endBatchedUpdates (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java213 endBatchedUpdates();
337 * {@link #endBatchedUpdates()}. For example, if you add multiple items in a loop
343 * After running your data updates, you <b>must</b> call {@link #endBatchedUpdates()}
355 * mSortedList.endBatchedUpdates();
381 public void endBatchedUpdates() { method in class:SortedList

Completed in 178 milliseconds