Searched refs:notifyInserted (Results 1 - 6 of 6) sorted by relevance

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableArrayList.java118 mListeners.notifyInserted(this, start, count);
H A DListChangeRegistry.java91 public void notifyInserted(ObservableList list, int start, int count) { method in class:ListChangeRegistry
/frameworks/support/paging/common/src/main/java/androidx/paging/
H A DContiguousPagedList.java255 notifyInserted(0, count);
271 notifyInserted(0, addedCount);
290 notifyInserted(endPosition + changedCount, addedCount);
H A DTiledPagedList.java161 notifyInserted(0, count);
H A DPagedList.java695 void notifyInserted(int position, int count) { method in class:PagedList
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DListChangeRegistryTest.java154 mListChangeRegistry.notifyInserted(null, expectedStart, expectedCount);

Completed in 107 milliseconds