A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
safeInsetBottom — Property, class com.distriqt.extension.application.display.DisplayCutout |
|
Returns the inset from the bottom which avoids the display cutout in pixels
|
safeInsetLeft — Property, class com.distriqt.extension.application.display.DisplayCutout |
|
Returns the inset from the left which avoids the display cutout in pixels
|
safeInsetRight — Property, class com.distriqt.extension.application.display.DisplayCutout |
|
Returns the inset from the right which avoids the display cutout in pixels
|
safeInsetTop — Property, class com.distriqt.extension.application.display.DisplayCutout |
|
Returns the inset from the top which avoids the display cutout in pixels
|
save() — method, interface com.distriqt.extension.application.Defaults |
|
This function forces any cached changes to be written to the defaults
database permanently. |
screenHeight — Property, interface com.distriqt.extension.application.DisplayMetrics |
|
The absolute height of the available display size in pixels. |
screenWidth — Property, interface com.distriqt.extension.application.DisplayMetrics |
|
The absolute width of the available display size in pixels. |
service — Static Property, class com.distriqt.extension.application.Application |
|
The singleton instance of the Extension class. |
SERVICE — Constant Static Property, class com.distriqt.extension.application.IDType |
|
Uses a OS provided service to generate the identifier. |
set(key:String, value:String, accessGroup:String) — method, interface com.distriqt.extension.application.Keychain |
|
Set the value of the specified key stored in the keychain. |
setAdjustMode(mode:String) — method, interface com.distriqt.extension.application.keyboard.SoftKeyboard |
| |
setAlarm(alarm:com.distriqt.extension.application.alarms:Alarm) — method, interface com.distriqt.extension.application.alarms.AlarmManager |
|
Sets the specified alarm
|
setAllowWhileIdle(allowWhileIdle:Boolean) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Sets whether this alarm will be allowed to execute even when the system is in low-power idle (a.k.a. |
setAutoStart(enabled:Boolean) — method, class com.distriqt.extension.application.Application |
|
Sets whether the application should start automatically when the device boots. |
setBoolean(key:String, value:Boolean) — method, interface com.distriqt.extension.application.Defaults |
|
Sets a value for the specified key in the defaults. |
setBoolean(key:String, value:Boolean) — method, interface com.distriqt.extension.application.Settings |
|
Sets a value for the specified key in the settings. |
setBrightness(value:Number, animated:Boolean) — method, interface com.distriqt.extension.application.display.Display |
|
Sets the screen brightness. |
setData(data:String) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Sets a data string that will be returned as the event.data field when
this alarm event is dispatched. |
setDate(date:Date) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Uses a Date object to set the time of the alarm. |
setDisplayMode(mode:String) — method, class com.distriqt.extension.application.Application |
|
Sets the display mode for the application
Note:
With all the System UI Navigation changes there is a limitation:
because navigation controls are so important, the least user
interaction will cause them to reappear immediately. |
setDisplayMode(displayMode:String, layoutMode:String) — method, interface com.distriqt.extension.application.display.Display |
|
Sets the display mode for the application
Support:
Android;
|
setExact(isExact:Boolean) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Sets whether the timing of this alarm is "exact". |
setId(id:int) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Set a unique id for this alarm to be able to cancel this alarm
individually. |
setInt(key:String, value:int) — method, interface com.distriqt.extension.application.Defaults |
|
Sets a value for the specified key in the defaults. |
setInt(key:String, value:int) — method, interface com.distriqt.extension.application.Settings |
|
Sets a value for the specified key in the settings. |
setNavigationBarColour(colour:uint) — method, interface com.distriqt.extension.application.display.Display |
|
Set the colour of the Android Navigation bar for API versions >= 21 (Lollipop)
|
setNavigationBarStyle(style:int) — method, interface com.distriqt.extension.application.display.Display |
|
Sets the style of the navigation bar icons on Android
|
setNumber(key:String, value:Number) — method, interface com.distriqt.extension.application.Defaults |
|
Sets a value for the specified key in the defaults. |
setNumber(key:String, value:Number) — method, interface com.distriqt.extension.application.Settings |
|
Sets a value for the specified key in the settings. |
setObject(key:String, object:Object) — method, interface com.distriqt.extension.application.Defaults |
| |
setRepeatInterval(interval:Number) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Sets the alarm to repeat on an interval. |
setRequestedOrientation(orientation:String) — method, class com.distriqt.extension.application.Application |
| |
setStage(stage:flash.display:Stage) — method, class com.distriqt.extension.application.Application |
|
Sets the stage for fallback operations when native functionality not supported. |
setStatusBarColour(colour:uint, alpha:Number) — method, class com.distriqt.extension.application.Application |
|
Set the colour of the Android Status bar for API versions >= 21 (Lollipop)
|
setStatusBarColour(colour:uint, alpha:Number) — method, interface com.distriqt.extension.application.display.Display |
|
Set the colour of the Android Status bar for API versions >= 21 (Lollipop)
|
setStatusBarHidden(hidden:Boolean, animation:String) — method, class com.distriqt.extension.application.Application |
|
Hides/Shows the status bar on iOS
Support: iOS only
|
setStatusBarHidden(hidden:Boolean, animation:String) — method, interface com.distriqt.extension.application.display.Display |
|
Hides/Shows the status bar on iOS
Support: iOS only
|
setStatusBarStyle(style:uint, animated:Boolean) — method, class com.distriqt.extension.application.Application |
|
Sets the UIStatusBarStyle for the status bar on iOS and controls the icon styles on Android
|
setStatusBarStyle(style:uint, animated:Boolean) — method, interface com.distriqt.extension.application.display.Display |
|
Sets the UIStatusBarStyle for the status bar on iOS and controls the icon styles on Android
|
setString(key:String, value:String) — method, interface com.distriqt.extension.application.Defaults |
|
Sets a value for the specified key in the defaults. |
setString(key:String, value:String) — method, interface com.distriqt.extension.application.Settings |
|
Sets a value for the specified key in the settings. |
setSystemUiVisibility(flags:int) — method, interface com.distriqt.extension.application.display.Display |
|
Android Only
Allows direct access to set the System UI Visibility flag
on Android. |
setTime(time:Number) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
Sets the time in milliseconds that the alarm should first go off, using the appropriate clock (depending on the alarm type). |
settings — Property, class com.distriqt.extension.application.Application |
|
Access to the Settings functionality. |
Settings — Interface, package com.distriqt.extension.application |
|
Access to the application native settings implementation
|
settings:changed — Event, interface com.distriqt.extension.application.Settings |
| |
SettingsEvent — class, package com.distriqt.extension.application.events |
|
Describes events that occur to the application settings values. |
SettingsEvent(type:String, key:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.application.events.SettingsEvent |
| |
setWillLaunchApplication(willLaunchApplication:Boolean) — method, class com.distriqt.extension.application.alarms.AlarmBuilder |
|
If true then when the alarm is triggered it will cause the application to be launched into
the foreground allowing your application to receive the alarm immediately. |
SHOULD_EXPLAIN — Constant Static Property, class com.distriqt.extension.application.AuthorisationStatus |
|
This status means that the user has previously denied access. |
show() — method, interface com.distriqt.extension.application.keyboard.SoftKeyboard |
|
Will attempt to present the Keyboard to the user. |
SoftKeyboard — Interface, package com.distriqt.extension.application.keyboard |
|
Access to information about the native keyboard
|
softKeyboardActivate — Event, interface com.distriqt.extension.application.keyboard.SoftKeyboard |
|
Dispatched when the native extension detects the activation of the keyboard
|
softKeyboardDeactivate — Event, interface com.distriqt.extension.application.keyboard.SoftKeyboard |
|
Dispatched when the native extension detects the deactivation of the keyboard
|
SoftKeyboardMode — class, package com.distriqt.extension.application.keyboard |
| |
softKeyboardRect — Property, interface com.distriqt.extension.application.keyboard.SoftKeyboard |
|
A Rectangle specifying the area of the stage that is currently covered by a soft keyboard. |
startGeneratingDeviceOrientationEvents() — method, interface com.distriqt.extension.application.Device |
|
Starts monitoring the device orientation and the dispatching of
DeviceOrientationEvent's when the orientation of the device
is changed. |
status — Property, class com.distriqt.extension.application.events.AuthorisationEvent |
| |
StatusBarStyle — class, package com.distriqt.extension.application |
|
Defines the available status bar styles for the Display.setStatusBarStyle function
The defaults and implementations are slightly different on iOS and Android. |
stopGeneratingDeviceOrientationEvents() — method, interface com.distriqt.extension.application.Device |
|
Stops monitoring the device orientation. |
SYSTEM_UI_FLAG_FULLSCREEN — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_HIDE_NAVIGATION — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_IMMERSIVE — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_IMMERSIVE_STICKY — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_LAYOUT_STABLE — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_LIGHT_STATUS_BAR — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_LOW_PROFILE — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
SYSTEM_UI_FLAG_VISIBLE — Constant Static Property, class com.distriqt.extension.application.display.AndroidSystemUiFlags |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |