Module: ScreenOrientation
- Defined in:
- lib/framework/autocomplete/ScreenOrientation.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .autoRotate=(argument) ⇒ Object
- .leftHanded ⇒ Object
- .normal ⇒ Object
- .rightHanded ⇒ Object
- .screenOrientationEvent=(argument) ⇒ Object
- .setEmml(argument) ⇒ Object
- .upsideDown ⇒ Object
Class Method Details
.autoRotate=(argument) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 8 def self.autoRotate=(argument) end |
.leftHanded ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 14 def self.leftHanded end |
.normal ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 10 def self.normal end |
.rightHanded ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 12 def self.rightHanded end |
.screenOrientationEvent=(argument) ⇒ Object
18 19 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 18 def self.screenOrientationEvent=(argument) end |
.setEmml(argument) ⇒ Object
20 21 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 20 def self.setEmml(argument) end |
.upsideDown ⇒ Object
16 17 |
# File 'lib/framework/autocomplete/ScreenOrientation.rb', line 16 def self.upsideDown end |