HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_WHITE_BALANCE_LOCK_SUPPORTED (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
Util.java 84 private static final String AUTO_WHITE_BALANCE_LOCK_SUPPORTED = "auto-whitebalance-lock-supported";
99 return TRUE.equals(params.get(AUTO_WHITE_BALANCE_LOCK_SUPPORTED));
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 108 private static final String AUTO_WHITE_BALANCE_LOCK_SUPPORTED = "auto-whitebalance-lock-supported";
130 return TRUE.equals(params.get(AUTO_WHITE_BALANCE_LOCK_SUPPORTED));
    [all...]

Completed in 36 milliseconds