Home
last modified time | relevance | path

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

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