OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coloranimation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryItemAnimator.java
41
private final List<
ColorAnimation
> mPendingAnimations = new ArrayList<>();
42
private final Map<RecyclerView.ViewHolder,
ColorAnimation
> mRunningAnimations =
55
for (
ColorAnimation
anim: mPendingAnimations) {
67
ColorAnimation
anim = mPendingAnimations.get(i);
74
ColorAnimation
anim = mRunningAnimations.get(vh);
120
mPendingAnimations.add(new
ColorAnimation
(oldHolder, startColor, endColor));
142
class
ColorAnimation
148
public
ColorAnimation
(RecyclerView.ViewHolder vh, int startColor, int endColor)
/packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java
262
ValueAnimator
colorAnimation
= ValueAnimator.ofObject(new ArgbEvaluator(),
264
colorAnimation
.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
272
mScrollbarAnimator.play(
colorAnimation
);
Completed in 81 milliseconds