Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModuleUI.java206 public void startFlashAnimation(boolean shortFlash) { in startFlashAnimation() method in CaptureIntentModuleUI
208 mAppUI.startFlashAnimation(shortFlash); in startFlashAnimation()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java292 public void startFlashAnimation(boolean shortFlash); in startFlashAnimation() method
H A DCameraAppUI.java1635 public void startFlashAnimation(boolean shortFlash) { in startFlashAnimation() method in CameraAppUI
1636 mCaptureOverlay.startFlashAnimation(shortFlash); in startFlashAnimation()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DCaptureAnimationOverlay.java99 public void startFlashAnimation(boolean shortFlash) { in startFlashAnimation() method in CaptureAnimationOverlay
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DAnimationManager.java134 public void startFlashAnimation(final View flashOverlay) { in startFlashAnimation() method in AnimationManager
H A DVideoModule.java671 mAppController.startFlashAnimation(false); in onStopVideoRecording()
1863 mAppController.startFlashAnimation(false); in showVideoSnapshotUI()
H A DCaptureModule.java620 mAppController.startFlashAnimation(true); in onQuickExpose()
H A DCameraActivity.java1170 public void startFlashAnimation(boolean shortFlash) { in startFlashAnimation() method in CameraActivity
1171 mCameraAppUI.startFlashAnimation(shortFlash); in startFlashAnimation()
H A DPhotoModule.java472 mAppController.startFlashAnimation(false); in startPreCaptureAnimation()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateReadyForCapture.java487 .startFlashAnimation(true); in registerEventHandlers()