Merge change 25272 into eclair

* changes:
  Make ExifInterface public.
This commit is contained in:
Android (Google) Code Review
2009-09-16 12:12:03 -04:00
2 changed files with 381 additions and 1 deletions

View File

@@ -77368,6 +77368,387 @@
</parameter>
</method>
</interface>
<class name="ExifInterface"
extends="java.lang.Object"
abstract="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="ExifInterface"
type="android.media.ExifInterface"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="filename" type="java.lang.String">
</parameter>
<exception name="IOException" type="java.io.IOException">
</exception>
</constructor>
<method name="getAttribute"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tag" type="java.lang.String">
</parameter>
</method>
<method name="getDateTime"
return="long"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getLatLong"
return="float[]"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getOrientationString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getThumbnail"
return="byte[]"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="getWhiteBalanceString"
return="java.lang.String"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="hasThumbnail"
return="boolean"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="saveAttributes"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="setAttribute"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="tag" type="java.lang.String">
</parameter>
<parameter name="value" type="java.lang.String">
</parameter>
</method>
<field name="ORIENTATION_FLIP_HORIZONTAL"
type="int"
transient="false"
volatile="false"
value="2"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_FLIP_VERTICAL"
type="int"
transient="false"
volatile="false"
value="4"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_NORMAL"
type="int"
transient="false"
volatile="false"
value="1"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_ROTATE_180"
type="int"
transient="false"
volatile="false"
value="3"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_ROTATE_270"
type="int"
transient="false"
volatile="false"
value="8"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_ROTATE_90"
type="int"
transient="false"
volatile="false"
value="6"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_TRANSPOSE"
type="int"
transient="false"
volatile="false"
value="5"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_TRANSVERSE"
type="int"
transient="false"
volatile="false"
value="7"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ORIENTATION_UNDEFINED"
type="int"
transient="false"
volatile="false"
value="0"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_DATETIME"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;DateTime&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_FLASH"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;Flash&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_GPS_LATITUDE"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;GPSLatitude&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_GPS_LATITUDE_REF"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;GPSLatitudeRef&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_GPS_LONGITUDE"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;GPSLongitude&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_GPS_LONGITUDE_REF"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;GPSLongitudeRef&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_IMAGE_LENGTH"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;ImageLength&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_IMAGE_WIDTH"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;ImageWidth&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_MAKE"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;Make&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_MODEL"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;Model&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_ORIENTATION"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;Orientation&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TAG_WHITE_BALANCE"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;WhiteBalance&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="WHITEBALANCE_AUTO"
type="int"
transient="false"
volatile="false"
value="0"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="WHITEBALANCE_MANUAL"
type="int"
transient="false"
volatile="false"
value="1"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="FaceDetector"
extends="java.lang.Object"
abstract="false"

View File

@@ -25,7 +25,6 @@ import java.util.Map;
/**
* This is a class for reading and writing Exif tags in a JPEG file.
* {@hide}
*/
public class ExifInterface {