summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-26 14:20:23 -0700
committerDianne Hackborn <hackbod@google.com>2011-05-26 14:48:04 -0700
commitdf6e980e3f63eb0f6f9eb437fa925d5009cd9c44 (patch)
tree5440eeb979427cf2d0be09e067b0dd5c0d62a943 /api
parent7a09f72b8850ec22e4ca7fd50aba20ead7666f67 (diff)
downloadframeworks_base-df6e980e3f63eb0f6f9eb437fa925d5009cd9c44.zip
frameworks_base-df6e980e3f63eb0f6f9eb437fa925d5009cd9c44.tar.gz
frameworks_base-df6e980e3f63eb0f6f9eb437fa925d5009cd9c44.tar.bz2
Add new supports-screens attributes for declaring the compatible screens.
Change-Id: I40d57e4354e48accc1027c9f90916ea73eb5190d android:requiresSmallestWidthDp provides the smallest supported width. android:compatibleWidthLimitDp provides the largest compatible width.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml44
1 files changed, 43 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index b088678..efcde72 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -3128,6 +3128,17 @@
visibility="public"
>
</field>
+<field name="compatibleWidthLimitDp"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843621"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="completionHint"
type="int"
transient="false"
@@ -7913,6 +7924,17 @@
visibility="public"
>
</field>
+<field name="requiresSmallestWidthDp"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843620"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="resizeMode"
type="int"
transient="false"
@@ -58670,6 +58692,16 @@
visibility="public"
>
</field>
+<field name="compatibleWidthLimitDp"
+ type="int"
+ transient="false"
+ volatile="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="dataDir"
type="java.lang.String"
transient="false"
@@ -58760,6 +58792,16 @@
visibility="public"
>
</field>
+<field name="requiresSmallestWidthDp"
+ type="int"
+ transient="false"
+ volatile="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="sharedLibraryFiles"
type="java.lang.String[]"
transient="false"
@@ -221191,7 +221233,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="ev" type="android.view.MotionEvent">
+<parameter name="event" type="android.view.MotionEvent">
</parameter>
</method>
<method name="clear"