Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCameraComposerFragment.java270 int animationDurationMillis = 100; in showShutterEffect() local
274 alphaInAnimation.setDuration(animationDurationMillis); in showShutterEffect()
278 alphaOutAnimation.setStartOffset(animationDurationMillis); in showShutterEffect()
279 alphaOutAnimation.setDuration(animationDurationMillis); in showShutterEffect()