Searched refs:ListChanges (Results 1 – 1 of 1) sorted by relevance
/frameworks/data-binding/library/src/main/java/android/databinding/ |
D | ListChangeRegistry.java | 26 ListChangeRegistry.ListChanges> { 27 private static final Pools.SynchronizedPool<ListChanges> sListChanges = 37 ObservableList, ListChanges> NOTIFIER_CALLBACK = new CallbackRegistry.NotifierCallback< 38 ObservableList.OnListChangedCallback, ObservableList, ListChanges>() { 41 ObservableList sender, int notificationType, ListChanges listChanges) { 80 ListChanges listChanges = acquire(start, 0, count); in notifyChanged() 92 ListChanges listChanges = acquire(start, 0, count); in notifyInserted() 105 ListChanges listChanges = acquire(from, to, count); in notifyMoved() 117 ListChanges listChanges = acquire(start, 0, count); in notifyRemoved() 121 private static ListChanges acquire(int start, int to, int count) { in acquire() [all …]
|