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

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
ListUpdateCallback.java 30 void onInserted(int position, int count);
BatchingListUpdateCallback.java 59 mWrapped.onInserted(mLastEventPosition, mLastEventCount);
73 public void onInserted(int position, int count) {
SortedList.java 110 * {@link Callback#onInserted(int, int)}.
205 mCallback.onInserted(0, newSize);
291 mCallback.onInserted(mMergedSize - itemCount, itemCount);
311 mCallback.onInserted(mMergedSize - 1, 1);
339 * {@link Callback#onInserted(int, int)} only once with the proper item count. If an event
411 mCallback.onInserted(index, 1);
753 * convert individual <code>onInserted(index, 1)</code> calls into one
754 * <code>onInserted(index, N)</code> if items are added into consecutive indices. This change
784 public void onInserted(int position, int count) {
785 mBatchingListUpdateCallback.onInserted(position, count)
    [all...]
DiffUtil.java 661 public void onInserted(int position, int count) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
SortedListAdapterCallback.java 41 public void onInserted(int position, int count) {
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListBatchedCallbackTest.java 62 public void onInserted() {
63 mBatchedCallback.onInserted(3, 4);
66 verify(mMockCallback).onInserted(3, 4);
SortedListTest.java 56 public abstract void onInserted(int position, int count);
74 public void onInserted(int position, int count) {
77 mInsertedCallback.onInserted(position, count);
560 public void onInserted(int position, int count) {
566 assertIntegrity(5, "onInserted(" + position + ", " + count + ")");
595 public void onInserted(int position, int count) {
598 assertIntegrity(++expectedSize, "onInserted(" + position + ")");
619 public void onInserted(int position, int count) {
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 133 public void onInserted(int position, int count) {
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 133 public void onInserted(int position, int count) {
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmAdapter.java 133 public void onInserted(int position, int count) {
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 102 milliseconds