Home
last modified time | relevance | path

Searched refs:getMoveDuration (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java181 long moveDuration = movesPending ? getMoveDuration() : 0; in runPendingAnimations()
293 animation.setDuration(getMoveDuration()).setListener(new AnimatorListenerAdapter() { in animateMoveImpl()
DRecyclerView.java11556 public long getMoveDuration() { in getMoveDuration() method in RecyclerView.ItemAnimator
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DDefaultItemAnimator.java180 long moveDuration = movesPending ? getMoveDuration() : 0; in runPendingAnimations()
292 animation.setDuration(getMoveDuration()).setListener(new AnimatorListenerAdapter() { in animateMoveImpl()
DItemTouchHelper.java2118 return animationType == ANIMATION_TYPE_DRAG ? itemAnimator.getMoveDuration() in getAnimationDuration()
DRecyclerView.java12507 public long getMoveDuration() { in getMoveDuration() method in RecyclerView.ItemAnimator
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java2084 return animationType == ANIMATION_TYPE_DRAG ? itemAnimator.getMoveDuration() in getAnimationDuration()
/frameworks/support/v7/recyclerview/api_legacy/
D27.0.0.txt435 method public long getMoveDuration();
D26.1.0.txt433 method public long getMoveDuration();
D26.0.0.txt433 method public long getMoveDuration();
Dcurrent.txt498 method public long getMoveDuration();
D28.0.0-alpha1.txt498 method public long getMoveDuration();
D27.1.0.txt499 method public long getMoveDuration();
/frameworks/support/v7/recyclerview/api/
Dcurrent.txt516 method public long getMoveDuration();
/frameworks/support/api/
D22.0.0.txt5656 method public long getMoveDuration();
D22.1.0.txt6292 method public long getMoveDuration();
D22.2.0.txt7945 method public long getMoveDuration();
D22.2.1.txt8038 method public long getMoveDuration();
D25.2.0.txt10100 method public long getMoveDuration();
D25.0.0.txt9644 method public long getMoveDuration();
D24.2.0.txt9557 method public long getMoveDuration();
D23.0.0.txt9480 method public long getMoveDuration();
D23.1.1.txt9825 method public long getMoveDuration();
D25.4.0.txt10613 method public long getMoveDuration();
D23.2.1.txt10343 method public long getMoveDuration();
D26.0.0-alpha1.txt11005 method public long getMoveDuration();

12