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  
get(key:String, accessGroup:String) — method, interface com.distriqt.extension.application.Keychain
Retrieve a value for the specified key and access group from the keychain
getBoolean(key:String) — method, interface com.distriqt.extension.application.Defaults
Retrieves a value for the specified key in the defaults.
getBoolean(key:String) — method, interface com.distriqt.extension.application.Settings
Retrieves a value for the specified key in the settings.
getBrightness() — method, interface com.distriqt.extension.application.display.Display
Gets the screen brightness.
getDisplayCutout() — method, interface com.distriqt.extension.application.display.Display
Returns the display cutout if there is one The display cutout represents the area of the display that is not functional for displaying content, i.e.
getExternalFilesDir() — method, interface com.distriqt.extension.application.Device
Android Returns absolute paths to application-specific directories on all shared/external storage devices where the application can place persistent files it owns.
getFilesDir() — method, interface com.distriqt.extension.application.Device
Android Returns the absolute path to the directory on the filesystem where files created with openFileOutput(String, int) are stored.
getInt(key:String) — method, interface com.distriqt.extension.application.Defaults
Retrieves a value for the specified key in the defaults.
getInt(key:String) — method, interface com.distriqt.extension.application.Settings
Retrieves a value for the specified key in the settings.
getNumber(key:String) — method, interface com.distriqt.extension.application.Defaults
Retrieves a value for the specified key in the defaults.
getNumber(key:String) — method, interface com.distriqt.extension.application.Settings
Retrieves a value for the specified key in the settings.
getObject(key:String) — method, interface com.distriqt.extension.application.Defaults
getStatusBarHeight() — method, class com.distriqt.extension.application.Application
Returns the height of the status bar in pixels.
getStatusBarHeight() — method, interface com.distriqt.extension.application.display.Display
Returns the height of the status bar in pixels.
getString(key:String) — method, interface com.distriqt.extension.application.Defaults
Retrieves a value for the specified key in the defaults.
getString(key:String) — method, interface com.distriqt.extension.application.Settings
Retrieves a value for the specified key in the settings.
getSystemUiVisibility() — method, interface com.distriqt.extension.application.display.Display
Android Only Returns the last setSystemUiVisibility(int) that this view has requested.
guidedAccessEnabled — Property, interface com.distriqt.extension.application.Accessibility
Whether the Guided Access setting is in an enabled state
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