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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java223 * prevent recycling or ItemAnimator not implementing the contract properly. ({@link
324 ItemAnimator mItemAnimator = new DefaultItemAnimator();
372 private ItemAnimator.ItemAnimatorListener mItemAnimatorListener =
1625 * Note: Running ItemAnimator is not stopped automatically, it's caller's
1626 * responsibility to call ItemAnimator.end().
2546 * Sets the {@link ItemAnimator} that will handle animations involving changes
2549 * enabled for the RecyclerView depends on the ItemAnimator and whether
2553 * @param animator The ItemAnimator being set. If null, no animations will occur
2556 public void setItemAnimator(ItemAnimator animator) {
2653 * Gets the current ItemAnimator fo
9697 public static abstract class ItemAnimator { class in class:RecyclerView
[all...]

Completed in 74 milliseconds