HomeSort by relevance Sort by last modified time
    Searched defs:endBatchedUpdates (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
SortedList.java 213 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() {
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListTest.java 191 mList.endBatchedUpdates();
702 mList.endBatchedUpdates();
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 44 milliseconds