Home
last modified time | relevance | path

Searched refs:STOP_VIDEO_RECORDING (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DSoundClips.java35 public static final int STOP_VIDEO_RECORDING = 2; field in SoundClips
70 mSound.load(MediaActionSound.STOP_VIDEO_RECORDING); in MediaActionSoundPlayer()
83 case STOP_VIDEO_RECORDING: in play()
84 mSound.play(MediaActionSound.STOP_VIDEO_RECORDING); in play()
DEffectsRecorder.java961 mSoundPlayer.play(SoundClips.STOP_VIDEO_RECORDING); in stopRecording()
DPanoramaModule.java741 mSoundPlayer.play(SoundClips.STOP_VIDEO_RECORDING); in onShutterButtonClick()
/packages/apps/Camera2/src/com/android/camera/
DSoundClips.java37 public static final int STOP_VIDEO_RECORDING = 2; field in SoundClips
79 mSound.load(MediaActionSound.STOP_VIDEO_RECORDING); in MediaActionSoundPlayer()
93 case STOP_VIDEO_RECORDING: in play()
94 mSound.play(MediaActionSound.STOP_VIDEO_RECORDING); in play()
DWideAnglePanoramaModule.java595 mSoundPlayer.play(SoundClips.STOP_VIDEO_RECORDING); in onShutterButtonClick()
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java716 mCameraSound.play(MediaActionSound.STOP_VIDEO_RECORDING); in stopRecording()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java770 mCameraSound.play(MediaActionSound.STOP_VIDEO_RECORDING); in onShutterButtonClick()