Home
last modified time | relevance | path

Searched refs:resetEffect (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DMenuHelper.java121 public static void gotoVideoMode(Activity activity, boolean resetEffect) { in gotoVideoMode() argument
123 intent.putExtra(VideoCamera.RESET_EFFECT_EXTRA, resetEffect); in gotoVideoMode()
DVideoCamera.java379 resetEffect(); in onCreate()
835 if (resetEffect()) { in doOnResume()
2430 private boolean resetEffect() { in resetEffect() method in VideoCamera