Searched refs:SimpleItemAnimator (Results 1 – 11 of 11) sorted by relevance
26 import android.support.v7.widget.SimpleItemAnimator;205 ((SimpleItemAnimator)getItemAnimator()).setSupportsChangeAnimations(false); in BaseGridView()
23 abstract public class SimpleItemAnimator extends RecyclerView.ItemAnimator { class
36 public class DefaultItemAnimator extends SimpleItemAnimator {
111 ((SimpleItemAnimator) (mRecyclerView.getItemAnimator())).setSupportsChangeAnimations(true); in testFocusRecoveryInChange()154 ((SimpleItemAnimator) (mRecyclerView.getItemAnimator())).setSupportsChangeAnimations(true); in testFocusRecoveryInTypeChange()
62 ((SimpleItemAnimator)(mRecyclerView.getItemAnimator())).setSupportsChangeAnimations(true); in keepFocusAfterChangeAnimation()866 ((SimpleItemAnimator) mRecyclerView.getItemAnimator()).setSupportsChangeAnimations( in changeAnimTest()961 ((SimpleItemAnimator) mRecyclerView.getItemAnimator()).setSupportsChangeAnimations( in testChangeWithPayload()
262 ((SimpleItemAnimator) rv.getItemAnimator()).setSupportsChangeAnimations(true); in movingAGroupOffScreenForAddedItems()
2059 ((SimpleItemAnimator)recyclerView.getItemAnimator()).setSupportsChangeAnimations(true); in recycleScrapTest()
113 public class DefaultItemAnimator extends android.support.v7.widget.SimpleItemAnimator {710 …public abstract class SimpleItemAnimator extends android.support.v7.widget.RecyclerView.ItemAnimat…711 ctor public SimpleItemAnimator();
116 public class DefaultItemAnimator extends android.support.v7.widget.SimpleItemAnimator {738 …public abstract class SimpleItemAnimator extends android.support.v7.widget.RecyclerView.ItemAnimat…739 ctor public SimpleItemAnimator();
1255 your base class to <code>SimpleItemAnimator</code> and your code should work as before.1256 … The <code>SimpleItemAnimator</code> class provides the old API by wrapping the new API.</li>1263 if (animator instanceof SimpleItemAnimator) {1264 ((SimpleItemAnimator) animator).setSupportsChangeAnimations(false);