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

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableArrayList.java79 notifyRemove(0, oldSize);
86 notifyRemove(index, 1);
113 notifyRemove(fromIndex, toIndex - fromIndex);
122 private void notifyRemove(int start, int count) { method in class:ObservableArrayList

Completed in 160 milliseconds