Searched refs:setSupportsChangeAnimations (Results 1 – 15 of 15) sorted by relevance
58 public void setSupportsChangeAnimations(boolean supportsChangeAnimations) { in setSupportsChangeAnimations() method in 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()
1610 animator.setSupportsChangeAnimations(true); in duplicateAdapterPositionTest()2059 ((SimpleItemAnimator)recyclerView.getItemAnimator()).setSupportsChangeAnimations(true); in recycleScrapTest()
205 ((SimpleItemAnimator)getItemAnimator()).setSupportsChangeAnimations(false); in BaseGridView()
272 method public void setSupportsChangeAnimations(boolean);
327 method public void setSupportsChangeAnimations(boolean);
383 method public void setSupportsChangeAnimations(boolean);
379 method public void setSupportsChangeAnimations(boolean);
416 method public void setSupportsChangeAnimations(boolean);
737 method public void setSupportsChangeAnimations(boolean);
765 method public void setSupportsChangeAnimations(boolean);
1259 <pre>recyclerView.getItemAnimator().setSupportsChangeAnimations(false)</pre>1264 ((SimpleItemAnimator) animator).setSupportsChangeAnimations(false);