Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryItemAnimator.java43 private final List<ColorAnimation> mPendingAnimations = new ArrayList<>();
44 private final Map<RecyclerView.ViewHolder, ColorAnimation> mRunningAnimations =
50 for (ColorAnimation anim: mPendingAnimations) { in runPendingAnimations()
62 ColorAnimation anim = mPendingAnimations.get(i); in endAnimation()
69 ColorAnimation anim = mRunningAnimations.get(vh); in endAnimation()
114 class ColorAnimation class in DirectoryItemAnimator
120 public ColorAnimation(RecyclerView.ViewHolder vh, int startColor, int endColor) in ColorAnimation() method in DirectoryItemAnimator.ColorAnimation