Home | History | Annotate | Download | only in databinding

Lines Matching defs:to

10  * Unless required by applicable law or agreed to in writing, software
50 callback.onItemRangeMoved(sender, listChanges.start, listChanges.to,
101 * @param to The index of where the element was moved to.
104 public void notifyMoved(ObservableList list, int from, int to, int count) {
105 ListChanges listChanges = acquire(from, to, count);
113 * @param start The index of the first element to be removed.
121 private static ListChanges acquire(int start, int to, int count) {
127 listChanges.to = to;
148 public int to;