Searched defs:mRevealAlphaAnimator (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java1946 private ValueAnimator mRevealAlphaAnimator; field in class:ModeListView.PeepholeAnimationEffect
1995 mRevealAlphaAnimator = ValueAnimator.ofInt(255, 0);
1996 mRevealAlphaAnimator.setDuration(PEEP_HOLE_ANIMATION_DURATION_MS);
1997 mRevealAlphaAnimator.setInterpolator(Gusterpolator.INSTANCE);
1998 mRevealAlphaAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
2006 mRevealAlphaAnimator.addListener(new AnimatorListenerAdapter() {
2192 s.play(mPeepHoleAnimator).with(mRevealAlphaAnimator);

Completed in 42 milliseconds