diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.xml | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 6059946..805917b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -15944,6 +15944,17 @@ <parameter name="data" type="android.content.Intent"> </parameter> </method> +<method name="onAttachedToWindow" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="onChildTitleChanged" return="void" abstract="false" @@ -16147,6 +16158,17 @@ visibility="protected" > </method> +<method name="onDetachedFromWindow" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="onKeyDown" return="boolean" abstract="false" @@ -19677,6 +19699,17 @@ visibility="public" > </method> +<method name="onAttachedToWindow" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="onContentChanged" return="void" abstract="false" @@ -19785,6 +19818,17 @@ <parameter name="featureId" type="int"> </parameter> </method> +<method name="onDetachedFromWindow" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="onKeyDown" return="boolean" abstract="false" @@ -21731,6 +21775,30 @@ visibility="public" > </method> +<method name="onQueryPackageManager" + return="java.util.List<android.content.pm.ResolveInfo>" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="protected" +> +<parameter name="queryIntent" type="android.content.Intent"> +</parameter> +</method> +<method name="onSetContentView" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="protected" +> +</method> </class> <class name="LauncherActivity.IconResizer" extends="java.lang.Object" @@ -25311,6 +25379,19 @@ visibility="public" > </method> +<method name="reset" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<exception name="RemoteException" type="android.os.RemoteException"> +</exception> +</method> </class> <class name="ActivityNotFoundException" extends="java.lang.RuntimeException" @@ -31226,6 +31307,19 @@ <exception name="RemoteException" type="android.os.RemoteException"> </exception> </method> +<method name="reset" + return="void" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<exception name="RemoteException" type="android.os.RemoteException"> +</exception> +</method> </interface> <class name="Intent" extends="java.lang.Object" @@ -154591,6 +154685,17 @@ <parameter name="event" type="android.view.MotionEvent"> </parameter> </method> +<method name="onAttachedToWindow" + return="void" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="onContentChanged" return="void" abstract="true" @@ -154630,6 +154735,17 @@ <parameter name="featureId" type="int"> </parameter> </method> +<method name="onDetachedFromWindow" + return="void" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="onMenuItemSelected" return="boolean" abstract="true" |
