|
@@ -286,7 +286,7 @@
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_screen_orientation" qualifiers="const">
|
|
<method name="get_screen_orientation" qualifiers="const">
|
|
- <return type="int" enum="_OS.ScreenOrientation">
|
|
|
|
|
|
+ <return type="int" enum="OS.ScreenOrientation">
|
|
</return>
|
|
</return>
|
|
<description>
|
|
<description>
|
|
Returns the current screen orientation, the return value will be one of the SCREEN_ORIENTATION constants in this class.
|
|
Returns the current screen orientation, the return value will be one of the SCREEN_ORIENTATION constants in this class.
|
|
@@ -331,7 +331,7 @@
|
|
<method name="get_system_dir" qualifiers="const">
|
|
<method name="get_system_dir" qualifiers="const">
|
|
<return type="String">
|
|
<return type="String">
|
|
</return>
|
|
</return>
|
|
- <argument index="0" name="dir" type="int" enum="_OS.SystemDir">
|
|
|
|
|
|
+ <argument index="0" name="dir" type="int" enum="OS.SystemDir">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
</description>
|
|
</description>
|
|
@@ -660,7 +660,7 @@
|
|
<method name="set_screen_orientation">
|
|
<method name="set_screen_orientation">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
- <argument index="0" name="orientation" type="int" enum="_OS.ScreenOrientation">
|
|
|
|
|
|
+ <argument index="0" name="orientation" type="int" enum="OS.ScreenOrientation">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
Sets the current screen orientation, the argument value must be one of the SCREEN_ORIENTATION constants in this class.
|
|
Sets the current screen orientation, the argument value must be one of the SCREEN_ORIENTATION constants in this class.
|
|
@@ -840,15 +840,15 @@
|
|
</constant>
|
|
</constant>
|
|
<constant name="SYSTEM_DIR_RINGTONES" value="7">
|
|
<constant name="SYSTEM_DIR_RINGTONES" value="7">
|
|
</constant>
|
|
</constant>
|
|
- <constant name="OS::POWERSTATE_UNKNOWN" value="0">
|
|
|
|
|
|
+ <constant name="POWERSTATE_UNKNOWN" value="0">
|
|
</constant>
|
|
</constant>
|
|
- <constant name="OS::POWERSTATE_ON_BATTERY" value="1">
|
|
|
|
|
|
+ <constant name="POWERSTATE_ON_BATTERY" value="1">
|
|
</constant>
|
|
</constant>
|
|
- <constant name="OS::POWERSTATE_NO_BATTERY" value="2">
|
|
|
|
|
|
+ <constant name="POWERSTATE_NO_BATTERY" value="2">
|
|
</constant>
|
|
</constant>
|
|
- <constant name="OS::POWERSTATE_CHARGING" value="3">
|
|
|
|
|
|
+ <constant name="POWERSTATE_CHARGING" value="3">
|
|
</constant>
|
|
</constant>
|
|
- <constant name="OS::POWERSTATE_CHARGED" value="4">
|
|
|
|
|
|
+ <constant name="POWERSTATE_CHARGED" value="4">
|
|
</constant>
|
|
</constant>
|
|
</constants>
|
|
</constants>
|
|
</class>
|
|
</class>
|