Searched refs:RESET_EFFECT_EXTRA (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DMenuHelper.java123 intent.putExtra(VideoCamera.RESET_EFFECT_EXTRA, resetEffect);
H A DVideoCamera.java195 public static final String RESET_EFFECT_EXTRA = "reset_effect"; field in class:VideoCamera
375 mResetEffect = getIntent().getBooleanExtra(RESET_EFFECT_EXTRA, true);
2132 intent.putExtra(RESET_EFFECT_EXTRA, false);

Completed in 62 milliseconds