Searched refs:getItemAnimator (Results 1 – 11 of 11) sorted by relevance
38 return rv.getItemAnimator()!!.isRunning()51 (getItemAnimator() == null || !getItemAnimator()!!.isRunning())) {
269 if (mRecyclerView.getItemAnimator()!!.isRunning()) {271 mRecyclerView.getItemAnimator()!!.isRunning(
68 ((SimpleItemAnimator) mRecyclerView.getItemAnimator()).setSupportsChangeAnimations(false); in onCreateView()
69 ((SimpleItemAnimator) mRecyclerView.getItemAnimator()).setSupportsChangeAnimations(false); in onCreateView()
290 final RecyclerView.ItemAnimator itemAnimator = mParentView.getItemAnimator(); in updateLocalesWhenAnimationStops()
151 ((SimpleItemAnimator) mNotificationListView.getItemAnimator()) in GroupNotificationViewHolder()
125 (mLapsList.getItemAnimator() as SimpleItemAnimator).setSupportsChangeAnimations(false)
674 final RecyclerView.ItemAnimator animator = mRecyclerView.getItemAnimator(); in postDispatchSwipe()2079 final RecyclerView.ItemAnimator itemAnimator = recyclerView.getItemAnimator(); in getAnimationDuration()
254 mRecyclerView.getItemAnimator().endAnimations();1006 mRecyclerView.getItemAnimator().endAnimations(); in onConfigurationChanged()
231 getListView().getItemAnimator().setMoveDuration(0); in onResume()
3286 public ItemAnimator getItemAnimator() { in getItemAnimator() method