Make createVideoThumbnail and createImageThumbnail look consistent.

Change-Id: I9a4798fefe3968ac847d46100036a6dde39791c9
This commit is contained in:
Ray Chen
2010-04-05 11:26:40 -07:00
parent 3eefc126e5
commit 44dcf65871
3 changed files with 54 additions and 162 deletions

View File

@ -86123,6 +86123,8 @@
>
<parameter name="filePath" type="java.lang.String">
</parameter>
<parameter name="kind" type="int">
</parameter>
</method>
<method name="extractThumbnail"
return="android.graphics.Bitmap"
@ -86171,28 +86173,6 @@
visibility="public"
>
</field>
<field name="TARGET_SIZE_MICRO_THUMBNAIL"
type="int"
transient="false"
volatile="false"
value="96"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="TARGET_SIZE_MINI_THUMBNAIL"
type="int"
transient="false"
volatile="false"
value="320"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
</class>
<class name="ToneGenerator"
extends="java.lang.Object"