ObservableArrayListTest.java | 30 private static final int CHANGE = 1; 50 mNotifications.add(new ListChange(CHANGE, start, count)); 71 public ListChange(int change, int start, int count) { 76 this.change = change; 79 public ListChange(int change, int from, int to, int count) { 84 this.change = change; 95 public final int change; field in class:ObservableArrayListTest.ListChange 160 ListChange change = mNotifications.get(0) local 179 ListChange change = mNotifications.get(1); local 196 ListChange change = mNotifications.get(0); local 213 ListChange change = mNotifications.get(0); local 225 ListChange change = mNotifications.get(0); local 241 ListChange change = mNotifications.get(0); local 253 ListChange change = mNotifications.get(0); local 270 ListChange change = mNotifications.get(0); local [all...] |