Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraMediaChooser.java382 final Animation alphaInAnimation = new AlphaAnimation(0.0f, maxAlpha); in showShutterEffect() local
383 alphaInAnimation.setDuration(animationDuration); in showShutterEffect()
384 animation.addAnimation(alphaInAnimation); in showShutterEffect()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCameraComposerFragment.java273 Animation alphaInAnimation = new AlphaAnimation(0.0f, maxAlpha); in showShutterEffect() local
274 alphaInAnimation.setDuration(animationDurationMillis); in showShutterEffect()
275 animation.addAnimation(alphaInAnimation); in showShutterEffect()