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()
897 if (effectsActive()) { in setPreviewDisplay()
917 if (effectsActive() && mEffectsRecorder != null) { in startPreview()
928 if (!effectsActive()) { in startPreview()
971 if (!effectsActive()) showAlert(); in finishRecorderAndCloseCamera()
974 if (!effectsActive()) getThumbnail(); in finishRecorderAndCloseCamera()
1559 if (effectsActive()) { in startVideoRecording()
1575 if (effectsActive()) { in startVideoRecording()
1701 if (effectsActive()) { in stopVideoRecording()
1735 if (!effectsActive()) { in stopVideoRecording()
2097 private boolean effectsActive() { in effectsActive() method in VideoCamera
2143 if (!effectsActive()) { in onSharedPreferenceChanged()
2369 if (mMediaRecorderRecording && effectsActive()) { in onTouch()
2376 || !mMediaRecorderRecording || effectsActive()) { in onTouch()