diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index b62c689..6dabecf 100644 --- a/api/current.xml +++ b/api/current.xml @@ -61579,6 +61579,19 @@ <parameter name="that" type="android.content.res.Configuration"> </parameter> </method> +<method name="isLayoutSizeAtLeast" + return="boolean" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="size" type="int"> +</parameter> +</method> <method name="needNewResources" return="boolean" abstract="false" |