Searched refs:getMoveDuration (Results 1 – 3 of 3) sorted by relevance
181 long moveDuration = movesPending ? getMoveDuration() : 0; in runPendingAnimations()293 animation.setDuration(getMoveDuration()).setListener(new AnimatorListenerAdapter() { in animateMoveImpl()
11558 public long getMoveDuration() { in getMoveDuration() method in RecyclerView.ItemAnimator
2084 return animationType == ANIMATION_TYPE_DRAG ? itemAnimator.getMoveDuration() in getAnimationDuration()