Home | History | Annotate | Download | only in widget

Lines Matching defs:indexOf

43      * Used by {@link #indexOf(Object)} when he item cannot be found in the list.
133 * {@link #indexOf(Object)} before you update the object.
670 * final int position = mSortedList.indexOf(item);
675 * mSortedList.indexOf(item) will not be able to find the item. This is why the code above
727 public int indexOf(T item) {