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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8047 * @param oldItem true if this is the old item that was changed, false if
8050 public final void dispatchChangeFinished(ViewHolder item, boolean oldItem) { argument
8051 onChangeFinished(item, oldItem);
8090 * @param oldItem true if this is the old item that was changed, false if
8093 public final void dispatchChangeStarting(ViewHolder item, boolean oldItem) { argument
8094 onChangeStarting(item, oldItem);
8262 * @param oldItem true if this is the old item that was changed, false if
8265 public void onChangeStarting(ViewHolder item, boolean oldItem) {} argument
8274 * @param oldItem true if this is the old item that was changed, false if
8277 public void onChangeFinished(ViewHolder item, boolean oldItem) {} argument
[all...]

Completed in 223 milliseconds