Searched refs:supportsPredictiveItemAnimations (Results 1 – 2 of 2) sorted by relevance
673 || !supportsPredictiveItemAnimations()) { in layoutForPredictiveAnimations()769 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { in updateAnchorFromChildren()1993 public boolean supportsPredictiveItemAnimations() { in supportsPredictiveItemAnimations() method
3181 return (mItemAnimator != null && mLayout.supportsPredictiveItemAnimations()); in predictiveItemAnimationsEnabled()7142 public boolean supportsPredictiveItemAnimations() { in supportsPredictiveItemAnimations() method in RecyclerView.LayoutManager