Searched refs:animationDuration (Results 1 – 2 of 2) sorted by relevance
378 final int animationDuration = getContext().getResources().getInteger( in showShutterEffect() local383 alphaInAnimation.setDuration(animationDuration); in showShutterEffect()387 alphaOutAnimation.setStartOffset(animationDuration); in showShutterEffect()388 alphaOutAnimation.setDuration(animationDuration); in showShutterEffect()
71 final long animationDuration = mFlipDurationMs / 2 + mPostFlipDurationMs; in CheckableContactFlipDrawable() local74 .setDuration(animationDuration); in CheckableContactFlipDrawable()79 .setDuration(animationDuration); in CheckableContactFlipDrawable()