Home
last modified time | relevance | path

Searched refs:animateMoveImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java121 animateMoveImpl(moveInfo.holder, moveInfo.fromX, moveInfo.fromY, in runPendingAnimations()
271 private void animateMoveImpl(final ViewHolder holder, int fromX, int fromY, int toX, int toY) { in animateMoveImpl() method in DefaultItemAnimator