diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 2729ff4..67c5dc2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -211739,6 +211739,17 @@ <parameter name="measureSpec" type="int"> </parameter> </method> +<method name="resume" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="seekTo" return="void" abstract="false" @@ -211852,6 +211863,17 @@ visibility="public" > </method> +<method name="suspend" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> </class> <class name="ViewAnimator" extends="android.widget.FrameLayout" |