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  
openDeviceSettings() — method, class com.distriqt.extension.camera.Camera
iOS 8 introduced the ability to send your user to your application's device settings within the iOS Settings.
orientation — Property, class com.distriqt.extension.camera.device.CameraDeviceInfo
The orientation of the camera image.
orientation — Property, class com.distriqt.extension.camera.device.CaptureImageResult
The values here are the equivalent of the EXIF orientation flags.
Orientation — class, package com.distriqt.extension.camera
This class defines the orientation values to indicate the orientation of the camera relative to the captured scene.
ORIENTATION_FLIP_HORIZONTAL — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is drawn as a mirror version of an image drawn with the ORIENTATION_NORMAL value.
ORIENTATION_FLIP_VERTICAL — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is drawn as a mirror version of an image drawn with the ORIENTATION_DOWN value.
ORIENTATION_NORMAL — Constant Static Property, class com.distriqt.extension.camera.Orientation
The default orientation of images.
ORIENTATION_ROTATE_180 — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is rotated 180 degrees
ORIENTATION_ROTATE_270 — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is rotated 90 degrees counter-clockwise, or 270 degrees clockwise.
ORIENTATION_ROTATE_90 — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is rotated 90 degress clockwise.
ORIENTATION_TRANSPOSE — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is drawn as a mirror version of an image drawn with the ORIENTATION_RIGHT value.
ORIENTATION_TRANSVERSE — Constant Static Property, class com.distriqt.extension.camera.Orientation
The image is drawn as a mirror version of an image drawn with the ORIENTATION_ROTATE_270 value.
ORIENTATION_UNSPECIFIED — Constant Static Property, class com.distriqt.extension.camera.Orientation
An orientation flag is not set.
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