diff options
author | Yin-Chia Yeh <yinchiayeh@google.com> | 2014-05-27 10:04:54 -0700 |
---|---|---|
committer | Eino-Ville Talvala <etalvala@google.com> | 2014-05-28 01:36:54 -0700 |
commit | 8490ace76fd350e53de9554c11fca715c5a37aaf (patch) | |
tree | feeb7dd1e3c0fc17568815f6f961b07fe9c6fc10 /api | |
parent | 2bb91a7a68e32530adf730deeef2fe95bad20a96 (diff) | |
download | frameworks_base-8490ace76fd350e53de9554c11fca715c5a37aaf.zip frameworks_base-8490ace76fd350e53de9554c11fca715c5a37aaf.tar.gz frameworks_base-8490ace76fd350e53de9554c11fca715c5a37aaf.tar.bz2 |
Camera2: switch API interface to java classses
android.sensor.info.physicalSize: float[] -> SizeF
android.statistics.hotPixelMap: int[] -> Point[]
android.tonemap.curve[Red|Green|Blue]: float[] -> TonemapCurve
Bug: 14628001
Change-Id: I1e085f5e640a059852fcb504b6dd5f884039e653
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/api/current.txt b/api/current.txt index 4fbcd8d..3e6ad72 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12507,9 +12507,7 @@ package android.hardware.camera2 { field public static final android.hardware.camera2.CaptureRequest.Key STATISTICS_FACE_DETECT_MODE; field public static final android.hardware.camera2.CaptureRequest.Key STATISTICS_HOT_PIXEL_MAP_MODE; field public static final android.hardware.camera2.CaptureRequest.Key STATISTICS_LENS_SHADING_MAP_MODE; - field public static final android.hardware.camera2.CaptureRequest.Key TONEMAP_CURVE_BLUE; - field public static final android.hardware.camera2.CaptureRequest.Key TONEMAP_CURVE_GREEN; - field public static final android.hardware.camera2.CaptureRequest.Key TONEMAP_CURVE_RED; + field public static final android.hardware.camera2.CaptureRequest.Key TONEMAP_CURVE; field public static final android.hardware.camera2.CaptureRequest.Key TONEMAP_MODE; } @@ -12596,9 +12594,7 @@ package android.hardware.camera2 { field public static final android.hardware.camera2.CaptureResult.Key STATISTICS_LENS_SHADING_MAP; field public static final android.hardware.camera2.CaptureResult.Key STATISTICS_LENS_SHADING_MAP_MODE; field public static final android.hardware.camera2.CaptureResult.Key STATISTICS_SCENE_FLICKER; - field public static final android.hardware.camera2.CaptureResult.Key TONEMAP_CURVE_BLUE; - field public static final android.hardware.camera2.CaptureResult.Key TONEMAP_CURVE_GREEN; - field public static final android.hardware.camera2.CaptureResult.Key TONEMAP_CURVE_RED; + field public static final android.hardware.camera2.CaptureResult.Key TONEMAP_CURVE; field public static final android.hardware.camera2.CaptureResult.Key TONEMAP_MODE; } |