Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DMenuHelper.java141 public static void gotoVideoMode(Activity activity, boolean resetEffect) { in gotoVideoMode() argument
143 intent.putExtra(VideoCamera.RESET_EFFECT_EXTRA, resetEffect); in gotoVideoMode()
DVideoCamera.java362 resetEffect(); in onCreate()
799 if (resetEffect()) { in doOnResume()
2350 private boolean resetEffect() { in resetEffect() method in VideoCamera