Searched refs:flashOverlay (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DAnimationManager.java132 * @params flashOverlay the overlay that will animate on alpha to make the flash impression
134 public void startFlashAnimation(final View flashOverlay) { argument
140 mFlashAnim = ObjectAnimator.ofFloat(flashOverlay, "alpha",
146 flashOverlay.setVisibility(View.VISIBLE);
151 flashOverlay.setAlpha(0f);
152 flashOverlay.setVisibility(View.GONE);

Completed in 320 milliseconds