Searched defs:oldItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8584 * @param oldItem true if this is the old item that was changed, false if
8587 public final void dispatchChangeFinished(ViewHolder item, boolean oldItem) { argument
8588 onChangeFinished(item, oldItem);
8627 * @param oldItem true if this is the old item that was changed, false if
8630 public final void dispatchChangeStarting(ViewHolder item, boolean oldItem) { argument
8631 onChangeStarting(item, oldItem);
8799 * @param oldItem true if this is the old item that was changed, false if
8802 public void onChangeStarting(ViewHolder item, boolean oldItem) {} argument
8811 * @param oldItem true if this is the old item that was changed, false if
8814 public void onChangeFinished(ViewHolder item, boolean oldItem) {} argument
[all...]

Completed in 43 milliseconds