Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraMediaChooser.java386 final Animation alphaOutAnimation = new AlphaAnimation(maxAlpha, 0.0f); in showShutterEffect() local
387 alphaOutAnimation.setStartOffset(animationDuration); in showShutterEffect()
388 alphaOutAnimation.setDuration(animationDuration); in showShutterEffect()
389 animation.addAnimation(alphaOutAnimation); in showShutterEffect()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCameraComposerFragment.java277 Animation alphaOutAnimation = new AlphaAnimation(maxAlpha, 0.0f); in showShutterEffect() local
278 alphaOutAnimation.setStartOffset(animationDurationMillis); in showShutterEffect()
279 alphaOutAnimation.setDuration(animationDurationMillis); in showShutterEffect()
280 animation.addAnimation(alphaOutAnimation); in showShutterEffect()