Searched defs:mFlashOverlay (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java94 private View mFlashOverlay; field in class:VideoUI
180 mFlashOverlay = mRootView.findViewById(R.id.flash_overlay);
310 mAnimationManager.startFlashAnimation(mFlashOverlay);
H A DPhotoUI.java113 private View mFlashOverlay; field in class:PhotoUI
199 mFlashOverlay = mRootView.findViewById(R.id.flash_overlay);
547 mAnimationManager.startFlashAnimation(mFlashOverlay);

Completed in 137 milliseconds