Lines Matching refs:effectsActive
446 if (effectsActive()) { in onCreate()
532 if (effectsActive()) { in initializeIndicatorControl()
560 if (effectsActive()) { in onOrientationChanged()
644 } else if (!effectsActive()) { in onStopVideoRecording()
647 } else if (!effectsActive()) { in onStopVideoRecording()
793 if (mParameters.getSupportedVideoSizes() == null || effectsActive()) { in getDesiredPreviewSize()
896 if (effectsActive()) { in setPreviewDisplay()
916 if (effectsActive() && mEffectsRecorder != null) { in startPreview()
927 if (!effectsActive()) { in startPreview()
970 if (!effectsActive()) showAlert(); in finishRecorderAndCloseCamera()
973 if (!effectsActive()) getThumbnail(); in finishRecorderAndCloseCamera()
1558 if (effectsActive()) { in startVideoRecording()
1574 if (effectsActive()) { in startVideoRecording()
1700 if (effectsActive()) { in stopVideoRecording()
1734 if (!effectsActive()) { in stopVideoRecording()
2096 private boolean effectsActive() { in effectsActive() method in VideoCamera
2142 if (!effectsActive()) { in onSharedPreferenceChanged()
2368 if (mMediaRecorderRecording && effectsActive()) { in onTouch()
2375 || !mMediaRecorderRecording || effectsActive()) { in onTouch()