Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DItemAnimator.kt70 .setDuration(getAddDuration())
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java233 animation.alpha(1).setDuration(getAddDuration()) in animateAddImpl()
H A DRecyclerView.java11697 public long getAddDuration() { in getAddDuration() method in RecyclerView.ItemAnimator