OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flashanim1
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Camera2/src/com/android/camera/ui/
CaptureAnimationOverlay.java
111
ValueAnimator
flashAnim1
= ValueAnimator.ofFloat(maxAlpha, maxAlpha);
115
flashAnim1
.setDuration(SHORT_FLASH_FULL_DURATION_MS);
118
flashAnim1
.setDuration(FLASH_FULL_DURATION_MS);
122
flashAnim1
.addUpdateListener(mFlashAnimUpdateListener);
124
flashAnim1
.setInterpolator(mFlashAnimInterpolator);
128
mFlashAnimation.play(
flashAnim1
).before(flashAnim2);
Completed in 83 milliseconds