diff options
author | Tyler Gunn <tgunn@google.com> | 2014-07-27 14:51:29 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2014-07-30 00:07:46 +0000 |
commit | 5d231e134353a7cb07ecc7d6dd1a4ffdcf194bca (patch) | |
tree | d6adbf581cdcd01887b554ab19e1555cfb473a5a /api | |
parent | 8a850b4c0e0d4ceff4553dbb2490fe13f0e05f9d (diff) | |
download | frameworks_base-5d231e134353a7cb07ecc7d6dd1a4ffdcf194bca.zip frameworks_base-5d231e134353a7cb07ecc7d6dd1a4ffdcf194bca.tar.gz frameworks_base-5d231e134353a7cb07ecc7d6dd1a4ffdcf194bca.tar.bz2 |
Adding video width/height to camera capabilities.
Bug: 16602621
Bug: 16573836
Change-Id: Idaca4b6d889bf7910fcc37bee7ef478e2fbe3af3
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 6463adb..d0d0e00 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28594,9 +28594,11 @@ package android.telecomm { } public final class CallCameraCapabilities implements android.os.Parcelable { - ctor public CallCameraCapabilities(boolean, float); + ctor public CallCameraCapabilities(boolean, float, int, int); method public int describeContents(); + method public int getHeight(); method public float getMaxZoom(); + method public int getWidth(); method public boolean isZoomSupported(); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator CREATOR; |