Searched defs:tryEnableVideoStabilization (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java484 tryEnableVideoStabilization(true);
490 tryEnableVideoStabilization(false);
756 boolean tryEnableVideoStabilization(boolean toggle) { method in class:EffectsRecorder
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java659 tryEnableVideoStabilization(true);
665 tryEnableVideoStabilization(false);
1031 boolean tryEnableVideoStabilization(boolean toggle) { method in class:EffectsRecorder
1032 if (mLogVerbose) Log.v(TAG, "tryEnableVideoStabilization.");

Completed in 45 milliseconds