A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
O
- of(Size) - function in com.otaliastudios.cameraview.size.AspectRatio
- Creates an aspect ratio for the given size.
- of(int,int) - function in com.otaliastudios.cameraview.size.AspectRatio
- Creates an aspect ratio with the given values.
- OFF - enum entry in com.otaliastudios.cameraview.controls.Grid
No grid is drawn.
- OFF - enum entry in com.otaliastudios.cameraview.controls.Hdr
No HDR.
- OFF - enum entry in com.otaliastudios.cameraview.controls.Flash
Flash is always off.
- OFF - enum entry in com.otaliastudios.cameraview.controls.Audio
No audio.
- OFF - enum entry in com.otaliastudios.cameraview.engine.orchestrator.CameraState
- offset(Reference,Reference,Axis) - function in com.otaliastudios.cameraview.engine.offset.Angles
- Returns the offset between two reference systems, computed along the given axis.
- offsetDescendantRectToMyCoords(View,Rect) - function in android.view.MarkerLayout
- offsetDescendantRectToMyCoords(View,Rect) - function in android.view.CameraView
- offsetDescendantRectToMyCoords(View,Rect) - function in android.view.OverlayLayout
- offsetLeftAndRight(int) - function in android.view.MarkerLayout
- offsetLeftAndRight(int) - function in android.view.GridLinesLayout
- offsetLeftAndRight(int) - function in android.view.CameraView
- offsetLeftAndRight(int) - function in android.view.OverlayLayout
- offsetRectIntoDescendantCoords(View,Rect) - function in android.view.MarkerLayout
- offsetRectIntoDescendantCoords(View,Rect) - function in android.view.CameraView
- offsetRectIntoDescendantCoords(View,Rect) - function in android.view.OverlayLayout
- offsetTopAndBottom(int) - function in android.view.MarkerLayout
- offsetTopAndBottom(int) - function in android.view.GridLinesLayout
- offsetTopAndBottom(int) - function in android.view.CameraView
- offsetTopAndBottom(int) - function in android.view.OverlayLayout
- ON - enum entry in com.otaliastudios.cameraview.controls.Hdr
Using HDR.
- ON - enum entry in com.otaliastudios.cameraview.controls.Flash
Flash will be on when capturing.This is not guaranteed to be supported.
- ON - enum entry in com.otaliastudios.cameraview.controls.Audio
Audio on. The number of channels depends on the video configuration,on the device capabilities and on the video type (e.g. we default tomono for snapshots).
- onActionStateChanged(Action,int) - function in com.otaliastudios.cameraview.engine.action.ActionCallback
- Action state has just changed.
- onActionStateChanged(Action,int) - function in com.otaliastudios.cameraview.engine.action.CompletionCallback
- Action state has just changed.
- onApplyWindowInsets(WindowInsets) - function in android.view.MarkerLayout
- onApplyWindowInsets(WindowInsets) - function in android.view.GridLinesLayout
- onApplyWindowInsets(WindowInsets) - function in android.view.CameraView
- onApplyWindowInsets(WindowInsets) - function in android.view.OverlayLayout
- onAttach(Context,ViewGroup) - function in com.otaliastudios.cameraview.markers.Marker
- Marker is being attached to the CameraView.
- onAttach(Context,ViewGroup) - function in com.otaliastudios.cameraview.markers.AutoFocusMarker
- Marker is being attached to the CameraView.
- onAttach(Context,ViewGroup) - function in com.otaliastudios.cameraview.markers.DefaultAutoFocusMarker
- Marker is being attached to the CameraView.
- onAutoFocusEnd(AutoFocusTrigger,boolean,PointF) - function in com.otaliastudios.cameraview.markers.AutoFocusMarker
- Called when the autofocus process has ended, and the camera convergedto a new focus or failed while trying to do so.
- onAutoFocusEnd(AutoFocusTrigger,boolean,PointF) - function in com.otaliastudios.cameraview.markers.DefaultAutoFocusMarker
- Called when the autofocus process has ended, and the camera convergedto a new focus or failed while trying to do so.
- onAutoFocusEnd(AutoFocusTrigger,boolean,PointF) - function in com.otaliastudios.cameraview.markers.DefaultAutoFocusMarker
- Called when the autofocus process has ended, and the camera convergedto a new focus or failed while trying to do so.
- onAutoFocusEnd(boolean,PointF) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that a touch metering event just ended, and the camera convergedto a new focus, exposure and possibly white balance.This might succeed or not.
- onAutoFocusStart(AutoFocusTrigger,PointF) - function in com.otaliastudios.cameraview.markers.AutoFocusMarker
- Called when the autofocus process has started.
- onAutoFocusStart(AutoFocusTrigger,PointF) - function in com.otaliastudios.cameraview.markers.DefaultAutoFocusMarker
- Called when the autofocus process has started.
- onAutoFocusStart(PointF) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that user interacted with the screen and started metering with a gesture,and touch metering routine is trying to focus around that area.This callback can be used to draw things on screen.
- onBitmapReady(Bitmap) - function in com.otaliastudios.cameraview.BitmapCallback
- Notifies that the bitmap was successfully decoded.This is run on the UI thread.
- onBufferAvailable(Array) - function in com.otaliastudios.cameraview.frame.ByteBufferFrameManager.BufferCallback
- onBufferAvailable(Array) - function in com.otaliastudios.cameraview.engine.Camera1Engine
- onBufferUnused(Array) - function in com.otaliastudios.cameraview.frame.ByteBufferFrameManager
- Can be called if the buffer obtained by getBuffer was not used to construct a frame, so it can be put back into the queue.
- onCameraClosed() - function in com.otaliastudios.cameraview.CameraListener
- Notifies that the camera session was closed.
- onCameraError(CameraException) - function in com.otaliastudios.cameraview.CameraListener
- Notifies about an error during the camera setup or configuration.
- onCameraOpened(CameraOptions) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that the camera was opened.
- onCameraPreviewStreamSizeChanged() - function in com.otaliastudios.cameraview.engine.CameraEngine.Callback
- onCancelPendingInputEvents() - function in android.view.MarkerLayout
- onCancelPendingInputEvents() - function in android.view.GridLinesLayout
- onCancelPendingInputEvents() - function in android.view.CameraView
- onCancelPendingInputEvents() - function in android.view.OverlayLayout
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.LockAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.LockAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.lock.ExposureLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.lock.FocusLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.lock.WhiteBalanceLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseLock
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.Action
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.LogAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.LogAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.meter.ExposureMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.meter.FocusMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.meter.WhiteBalanceMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceMeter
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.meter.ExposureReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
- Called from onCaptureCompleted.
- onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
- Called from onCaptureCompleted.
- onCapturedPointerEvent(MotionEvent) - function in android.view.MarkerLayout
- onCapturedPointerEvent(MotionEvent) - function in android.view.GridLinesLayout
- onCapturedPointerEvent(MotionEvent) - function in android.view.CameraView
- onCapturedPointerEvent(MotionEvent) - function in android.view.OverlayLayout
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.LockAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.LockAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseLock
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.Action
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.LogAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.LogAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.BaseReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceMeter
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
- Called from onCaptureProgressed.
- onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
- Called from onCaptureProgressed.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.LockAction
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.ExposureLock
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.FocusLock
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceLock
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.BaseLock
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.Action
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.LogAction
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.BaseAction
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.MeterAction
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.FocusReset
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.BaseReset
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceMeter
- Called from onCaptureStarted.
- onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
- Called from onCaptureStarted.
- onCheckIsTextEditor() - function in android.view.MarkerLayout
- onCheckIsTextEditor() - function in android.view.GridLinesLayout
- onCheckIsTextEditor() - function in android.view.CameraView
- onCheckIsTextEditor() - function in android.view.OverlayLayout
- onCreate(int) - function in com.otaliastudios.cameraview.filters.TintFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.VignetteFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.DocumentaryFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.DuotoneFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.AutoFixFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.SepiaFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.GrayscaleFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.ContrastFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.CrossProcessFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.InvertColorsFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.SaturationFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.HueFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.GrainFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.GammaFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.BrightnessFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.PosterizeFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.SharpnessFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.BlackAndWhiteFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.FillLightFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.TemperatureFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filters.LomoishFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.OneParameterFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.TwoParameterFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.NoFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.Filter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.SimpleFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.BaseFilter
- The filter program was just created.
- onCreate(int) - function in com.otaliastudios.cameraview.filter.MultiFilter
- The filter program was just created.
- onCreateInputConnection(EditorInfo) - function in android.view.MarkerLayout
- onCreateInputConnection(EditorInfo) - function in android.view.GridLinesLayout
- onCreateInputConnection(EditorInfo) - function in android.view.CameraView
- onCreateInputConnection(EditorInfo) - function in android.view.OverlayLayout
- onCreateViewTranslationRequest(Array,Consumer) - function in android.view.MarkerLayout
- onCreateViewTranslationRequest(Array,Consumer) - function in android.view.GridLinesLayout
- onCreateViewTranslationRequest(Array,Consumer) - function in android.view.CameraView
- onCreateViewTranslationRequest(Array,Consumer) - function in android.view.OverlayLayout
- onCreateVirtualViewTranslationRequests(Array,Array,Consumer) - function in android.view.MarkerLayout
- onCreateVirtualViewTranslationRequests(Array,Array,Consumer) - function in android.view.GridLinesLayout
- onCreateVirtualViewTranslationRequests(Array,Array,Consumer) - function in android.view.CameraView
- onCreateVirtualViewTranslationRequests(Array,Array,Consumer) - function in android.view.OverlayLayout
- onDescendantInvalidated(View,View) - function in android.view.MarkerLayout
- onDescendantInvalidated(View,View) - function in android.view.CameraView
- onDescendantInvalidated(View,View) - function in android.view.OverlayLayout
- onDestroy() - function in com.otaliastudios.cameraview.preview.GlCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onDestroy() - function in com.otaliastudios.cameraview.preview.SurfaceCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onDestroy() - function in com.otaliastudios.cameraview.preview.TextureCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onDestroy() - function in com.otaliastudios.cameraview.preview.CameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onDestroy() - function in com.otaliastudios.cameraview.filters.TintFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.VignetteFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.DocumentaryFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.DuotoneFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.AutoFixFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.SepiaFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.GrayscaleFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.ContrastFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.CrossProcessFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.InvertColorsFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.SaturationFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.HueFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.GrainFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.GammaFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.BrightnessFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.PosterizeFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.SharpnessFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.BlackAndWhiteFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.FillLightFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.TemperatureFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filters.LomoishFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.OneParameterFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.TwoParameterFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.NoFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.Filter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.SimpleFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.BaseFilter
- The filter program is about to be destroyed.
- onDestroy() - function in com.otaliastudios.cameraview.filter.MultiFilter
- The filter program is about to be destroyed.
- onDeviceOrientationChanged(int) - function in com.otaliastudios.cameraview.internal.OrientationHelper.Callback
- onDisplayOffsetChanged() - function in com.otaliastudios.cameraview.internal.OrientationHelper.Callback
- onDragEvent(DragEvent) - function in android.view.MarkerLayout
- onDragEvent(DragEvent) - function in android.view.GridLinesLayout
- onDragEvent(DragEvent) - function in android.view.CameraView
- onDragEvent(DragEvent) - function in android.view.OverlayLayout
- onDrawForeground(Canvas) - function in android.view.MarkerLayout
- onDrawForeground(Canvas) - function in android.view.GridLinesLayout
- onDrawForeground(Canvas) - function in android.view.CameraView
- onDrawForeground(Canvas) - function in android.view.OverlayLayout
- onDrawFrame(GL10) - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
- onDrawFrame(GL10) - function in android.opengl.GlCameraPreview.Renderer
- ONE_SHOT - enum entry in com.otaliastudios.cameraview.gesture.GestureType
Defines gestures or gesture actions that consist of a single operation.Gesture example: a tap.Gesture action example: taking a picture.
- onEncodingEnd(int,Exception) - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
- Called when encoding ended for some reason.If there's an exception, it failed.
- onEncodingEnd(int,Exception) - function in com.otaliastudios.cameraview.video.encoding.SnapshotVideoRecorder
- Called when encoding ended for some reason.If there's an exception, it failed.
- onEncodingEnd(int,Exception) - function in com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine.Listener
- Called when encoding ended for some reason.If there's an exception, it failed.
- onEncodingStart() - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
- Called when encoding started.
- onEncodingStart() - function in com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine.Listener
- Called when encoding started.
- onEncodingStop() - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
- Called when encoding stopped.
- onEncodingStop() - function in com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine.Listener
- Called when encoding stopped.
- OneParameterFilter - class in com.otaliastudios.cameraview.filter
- A special Filter that accepts a float parameter.
- onError(int,Camera) - function in com.otaliastudios.cameraview.engine.Camera1Engine
- onError(int,Camera) - function in android.hardware.Camera1Engine
- onEvent(int,Array) - function in com.otaliastudios.cameraview.markers.MarkerLayout
- The event that should trigger the drawing is about to be dispatched tomarkers.
- onExposureCorrectionChanged(float,Array,Array) - function in com.otaliastudios.cameraview.CameraListener
- Noitifies that a finger gesture just caused the camera exposure correctionto be changed.
- onFileReady(File) - function in com.otaliastudios.cameraview.FileCallback
- Notifies that the data was succesfully written to file.This is run on the UI thread.Returns a null object if an exception was encountered, for exampleif you don't have permissions to write to file.
- onFilterTouchEventForSecurity(MotionEvent) - function in android.view.MarkerLayout
- onFilterTouchEventForSecurity(MotionEvent) - function in android.view.GridLinesLayout
- onFilterTouchEventForSecurity(MotionEvent) - function in android.view.CameraView
- onFilterTouchEventForSecurity(MotionEvent) - function in android.view.OverlayLayout
- onFinishTemporaryDetach() - function in android.view.MarkerLayout
- onFinishTemporaryDetach() - function in android.view.GridLinesLayout
- onFinishTemporaryDetach() - function in android.view.CameraView
- onFinishTemporaryDetach() - function in android.view.OverlayLayout
- onGenericMotionEvent(MotionEvent) - function in android.view.MarkerLayout
- onGenericMotionEvent(MotionEvent) - function in android.view.GridLinesLayout
- onGenericMotionEvent(MotionEvent) - function in android.view.CameraView
- onGenericMotionEvent(MotionEvent) - function in android.view.OverlayLayout
- onHoverChanged(boolean) - function in android.view.MarkerLayout
- onHoverChanged(boolean) - function in android.view.GridLinesLayout
- onHoverChanged(boolean) - function in android.view.CameraView
- onHoverChanged(boolean) - function in android.view.OverlayLayout
- onHoverEvent(MotionEvent) - function in android.view.MarkerLayout
- onHoverEvent(MotionEvent) - function in android.view.GridLinesLayout
- onHoverEvent(MotionEvent) - function in android.view.CameraView
- onHoverEvent(MotionEvent) - function in android.view.OverlayLayout
- onImageAvailable(ImageReader) - function in com.otaliastudios.cameraview.picture.Full2PictureRecorder
- onImageAvailable(ImageReader) - function in android.media.Full2PictureRecorder
- onImageAvailable(ImageReader) - function in com.otaliastudios.cameraview.engine.Camera2Engine
- onImageAvailable(ImageReader) - function in android.media.Camera2Engine
- onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.MarkerLayout
- onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.GridLinesLayout
- onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.CameraView
- onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.OverlayLayout
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.MarkerLayout
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.GridLinesLayout
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.CameraView
- onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.OverlayLayout
- onInterceptHoverEvent(MotionEvent) - function in android.view.MarkerLayout
- onInterceptHoverEvent(MotionEvent) - function in android.view.CameraView
- onInterceptHoverEvent(MotionEvent) - function in android.view.OverlayLayout
- onInterceptTouchEvent(MotionEvent) - function in android.view.MarkerLayout
- onInterceptTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.CameraView
- onInterceptTouchEvent(MotionEvent) - function in android.view.CameraView
- onInterceptTouchEvent(MotionEvent) - function in android.view.OverlayLayout
- onKeyDown(int,KeyEvent) - function in android.view.MarkerLayout
- onKeyDown(int,KeyEvent) - function in android.view.GridLinesLayout
- onKeyDown(int,KeyEvent) - function in android.view.CameraView
- onKeyDown(int,KeyEvent) - function in android.view.OverlayLayout
- onKeyLongPress(int,KeyEvent) - function in android.view.MarkerLayout
- onKeyLongPress(int,KeyEvent) - function in android.view.GridLinesLayout
- onKeyLongPress(int,KeyEvent) - function in android.view.CameraView
- onKeyLongPress(int,KeyEvent) - function in android.view.OverlayLayout
- onKeyMultiple(int,int,KeyEvent) - function in android.view.MarkerLayout
- onKeyMultiple(int,int,KeyEvent) - function in android.view.GridLinesLayout
- onKeyMultiple(int,int,KeyEvent) - function in android.view.CameraView
- onKeyMultiple(int,int,KeyEvent) - function in android.view.OverlayLayout
- onKeyPreIme(int,KeyEvent) - function in android.view.MarkerLayout
- onKeyPreIme(int,KeyEvent) - function in android.view.GridLinesLayout
- onKeyPreIme(int,KeyEvent) - function in android.view.CameraView
- onKeyPreIme(int,KeyEvent) - function in android.view.OverlayLayout
- onKeyShortcut(int,KeyEvent) - function in android.view.MarkerLayout
- onKeyShortcut(int,KeyEvent) - function in android.view.GridLinesLayout
- onKeyShortcut(int,KeyEvent) - function in android.view.CameraView
- onKeyShortcut(int,KeyEvent) - function in android.view.OverlayLayout
- onKeyUp(int,KeyEvent) - function in android.view.MarkerLayout
- onKeyUp(int,KeyEvent) - function in android.view.GridLinesLayout
- onKeyUp(int,KeyEvent) - function in android.view.CameraView
- onKeyUp(int,KeyEvent) - function in android.view.OverlayLayout
- onMarker(int,Marker) - function in com.otaliastudios.cameraview.markers.MarkerLayout
- Notifies that a new marker was added, possibly replacing another one.
- onNestedFling(View,float,float,boolean) - function in android.view.MarkerLayout
- onNestedFling(View,float,float,boolean) - function in android.view.CameraView
- onNestedFling(View,float,float,boolean) - function in android.view.OverlayLayout
- onNestedPreFling(View,float,float) - function in android.view.MarkerLayout
- onNestedPreFling(View,float,float) - function in android.view.CameraView
- onNestedPreFling(View,float,float) - function in android.view.OverlayLayout
- onNestedPrePerformAccessibilityAction(View,int,Bundle) - function in android.view.MarkerLayout
- onNestedPrePerformAccessibilityAction(View,int,Bundle) - function in android.view.CameraView
- onNestedPrePerformAccessibilityAction(View,int,Bundle) - function in android.view.OverlayLayout
- onNestedPreScroll(View,int,int,Array) - function in android.view.MarkerLayout
- onNestedPreScroll(View,int,int,Array) - function in android.view.CameraView
- onNestedPreScroll(View,int,int,Array) - function in android.view.OverlayLayout
- onNestedScroll(View,int,int,int,int) - function in android.view.MarkerLayout
- onNestedScroll(View,int,int,int,int) - function in android.view.CameraView
- onNestedScroll(View,int,int,int,int) - function in android.view.OverlayLayout
- onNestedScrollAccepted(View,View,int) - function in android.view.MarkerLayout
- onNestedScrollAccepted(View,View,int) - function in android.view.CameraView
- onNestedScrollAccepted(View,View,int) - function in android.view.OverlayLayout
- onOrientationChanged(int) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that the device was tilted or the window offset changed.The orientation passed is exactly the counter-clockwise rotation that a View should have,in order to appear correctly oriented to the user, considering the way she isholding the device, and the native activity orientation.This is meant to be used for aligning views (e.g.
- onPause() - function in com.otaliastudios.cameraview.preview.GlCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onPause() - function in com.otaliastudios.cameraview.preview.SurfaceCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onPause() - function in com.otaliastudios.cameraview.preview.TextureCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onPause() - function in com.otaliastudios.cameraview.preview.CameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onPictureResult(PictureResult.Stub,Exception) - function in com.otaliastudios.cameraview.picture.PictureRecorder.PictureResultListener
- Picture was taken or there was some error, ifthe result is null.
- onPictureResult(PictureResult.Stub,Exception) - function in com.otaliastudios.cameraview.engine.Camera2Engine
- Picture was taken or there was some error, ifthe result is null.
- onPictureResult(PictureResult.Stub,Exception) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- Picture was taken or there was some error, ifthe result is null.
- onPictureResult(PictureResult.Stub,Exception) - function in com.otaliastudios.cameraview.picture.CameraEngine
- Picture was taken or there was some error, ifthe result is null.
- onPictureResult(PictureResult.Stub,Exception) - function in com.otaliastudios.cameraview.engine.Camera1Engine
- Picture was taken or there was some error, ifthe result is null.
- onPictureShutter() - function in com.otaliastudios.cameraview.CameraListener
- Notifies that the picture capture has started.
- onPictureShutter(boolean) - function in com.otaliastudios.cameraview.picture.PictureRecorder.PictureResultListener
- The shutter was activated.
- onPictureShutter(boolean) - function in com.otaliastudios.cameraview.engine.Camera2Engine
- The shutter was activated.
- onPictureShutter(boolean) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- The shutter was activated.
- onPictureShutter(boolean) - function in com.otaliastudios.cameraview.picture.CameraEngine
- The shutter was activated.
- onPictureShutter(boolean) - function in com.otaliastudios.cameraview.engine.Camera1Engine
- The shutter was activated.
- onPictureTaken(PictureResult) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that a picture previously captured with takePicture or takePictureSnapshot is ready to be shown or saved to file.
- onPointerCaptureChange(boolean) - function in android.view.MarkerLayout
- onPointerCaptureChange(boolean) - function in android.view.GridLinesLayout
- onPointerCaptureChange(boolean) - function in android.view.CameraView
- onPointerCaptureChange(boolean) - function in android.view.OverlayLayout
- onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.MarkerLayout
- onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.GridLinesLayout
- onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.CameraView
- onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.OverlayLayout
- onPreviewFrame(Array,Camera) - function in com.otaliastudios.cameraview.engine.Camera1Engine
- onPreviewFrame(Array,Camera) - function in android.hardware.Camera1Engine
- onProvideAutofillStructure(ViewStructure,int) - function in android.view.MarkerLayout
- onProvideAutofillStructure(ViewStructure,int) - function in android.view.GridLinesLayout
- onProvideAutofillStructure(ViewStructure,int) - function in android.view.CameraView
- onProvideAutofillStructure(ViewStructure,int) - function in android.view.OverlayLayout
- onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.MarkerLayout
- onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.GridLinesLayout
- onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.CameraView
- onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.OverlayLayout
- onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.MarkerLayout
- onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.GridLinesLayout
- onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.CameraView
- onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.OverlayLayout
- onProvideStructure(ViewStructure) - function in android.view.MarkerLayout
- onProvideStructure(ViewStructure) - function in android.view.GridLinesLayout
- onProvideStructure(ViewStructure) - function in android.view.CameraView
- onProvideStructure(ViewStructure) - function in android.view.OverlayLayout
- onProvideVirtualStructure(ViewStructure) - function in android.view.MarkerLayout
- onProvideVirtualStructure(ViewStructure) - function in android.view.GridLinesLayout
- onProvideVirtualStructure(ViewStructure) - function in android.view.CameraView
- onProvideVirtualStructure(ViewStructure) - function in android.view.OverlayLayout
- onReceiveContent(ContentInfo) - function in android.view.MarkerLayout
- onReceiveContent(ContentInfo) - function in android.view.GridLinesLayout
- onReceiveContent(ContentInfo) - function in android.view.CameraView
- onReceiveContent(ContentInfo) - function in android.view.OverlayLayout
- onRendererFilterChanged(Filter) - function in com.otaliastudios.cameraview.preview.RendererFrameCallback
- Called when the renderer filter changes.
- onRendererFilterChanged(Filter) - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
- Called when the renderer filter changes.
- onRendererFrame(SurfaceTexture,int,float,float) - function in com.otaliastudios.cameraview.preview.RendererFrameCallback
- Called on the renderer thread after each frame was drawn.You are not supposed to hold for too long onto this thread, becausewell, it is the rendering thread.
- onRendererFrame(SurfaceTexture,int,float,float) - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
- Called on the renderer thread after each frame was drawn.You are not supposed to hold for too long onto this thread, becausewell, it is the rendering thread.
- onRendererFrame(SurfaceTexture,int,float,float) - function in com.otaliastudios.cameraview.preview.SnapshotVideoRecorder
- Called on the renderer thread after each frame was drawn.You are not supposed to hold for too long onto this thread, becausewell, it is the rendering thread.
- onRendererTextureCreated(int) - function in com.otaliastudios.cameraview.preview.RendererFrameCallback
- Called on the renderer thread, hopefully only once, to notify thatthe texture was created (or to inform a new callback of the old texture).
- onRendererTextureCreated(int) - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
- Called on the renderer thread, hopefully only once, to notify thatthe texture was created (or to inform a new callback of the old texture).
- onRequestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.MarkerLayout
- onRequestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.CameraView
- onRequestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.OverlayLayout
- onResolvePointerIcon(MotionEvent,int) - function in android.view.MarkerLayout
- onResolvePointerIcon(MotionEvent,int) - function in android.view.GridLinesLayout
- onResolvePointerIcon(MotionEvent,int) - function in android.view.CameraView
- onResolvePointerIcon(MotionEvent,int) - function in android.view.OverlayLayout
- onResume() - function in com.otaliastudios.cameraview.preview.GlCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onResume() - function in com.otaliastudios.cameraview.preview.SurfaceCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onResume() - function in com.otaliastudios.cameraview.preview.TextureCameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onResume() - function in com.otaliastudios.cameraview.preview.CameraPreview
- Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
- onRtlPropertiesChanged(int) - function in android.view.MarkerLayout
- onRtlPropertiesChanged(int) - function in android.view.GridLinesLayout
- onRtlPropertiesChanged(int) - function in android.view.CameraView
- onRtlPropertiesChanged(int) - function in android.view.OverlayLayout
- onScreenStateChanged(int) - function in android.view.MarkerLayout
- onScreenStateChanged(int) - function in android.view.GridLinesLayout
- onScreenStateChanged(int) - function in android.view.CameraView
- onScreenStateChanged(int) - function in android.view.OverlayLayout
- onScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.MarkerLayout
- onScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.GridLinesLayout
- onScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.CameraView
- onScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.OverlayLayout
- onStartNestedScroll(View,View,int) - function in android.view.MarkerLayout
- onStartNestedScroll(View,View,int) - function in android.view.CameraView
- onStartNestedScroll(View,View,int) - function in android.view.OverlayLayout
- onStartTemporaryDetach() - function in android.view.MarkerLayout
- onStartTemporaryDetach() - function in android.view.GridLinesLayout
- onStartTemporaryDetach() - function in android.view.CameraView
- onStartTemporaryDetach() - function in android.view.OverlayLayout
- onStopNestedScroll(View) - function in android.view.MarkerLayout
- onStopNestedScroll(View) - function in android.view.CameraView
- onStopNestedScroll(View) - function in android.view.OverlayLayout
- onSurfaceAvailable() - function in com.otaliastudios.cameraview.preview.CameraPreview.SurfaceCallback
- Called when the surface is available.
- onSurfaceAvailable() - function in com.otaliastudios.cameraview.engine.Camera2Engine
- The surface is now available, which means that step 1 has completed.If we have also completed step 2, go on with binding and streaming.
- onSurfaceAvailable() - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- The surface is now available, which means that step 1 has completed.If we have also completed step 2, go on with binding and streaming.
- onSurfaceAvailable() - function in com.otaliastudios.cameraview.engine.CameraEngine
- The surface is now available, which means that step 1 has completed.If we have also completed step 2, go on with binding and streaming.
- onSurfaceAvailable() - function in com.otaliastudios.cameraview.engine.Camera1Engine
- The surface is now available, which means that step 1 has completed.If we have also completed step 2, go on with binding and streaming.
- onSurfaceChanged(GL10,int,int) - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
- onSurfaceChanged(GL10,int,int) - function in android.opengl.GlCameraPreview.Renderer
- onSurfaceChanged() - function in com.otaliastudios.cameraview.preview.CameraPreview.SurfaceCallback
- Called when the surface has changed.
- onSurfaceChanged() - function in com.otaliastudios.cameraview.engine.Camera2Engine
- Called when the surface has changed.
- onSurfaceChanged() - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- Called when the surface has changed.
- onSurfaceChanged() - function in com.otaliastudios.cameraview.preview.CameraEngine
- Called when the surface has changed.
- onSurfaceChanged() - function in com.otaliastudios.cameraview.engine.Camera1Engine
- Called when the surface has changed.
- onSurfaceCreated(GL10,EGLConfig) - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
- onSurfaceCreated(GL10,EGLConfig) - function in android.opengl.GlCameraPreview.Renderer
- onSurfaceDestroyed() - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
- onSurfaceDestroyed() - function in com.otaliastudios.cameraview.preview.CameraPreview.SurfaceCallback
- Called when the surface was destroyed.
- onSurfaceDestroyed() - function in com.otaliastudios.cameraview.engine.Camera2Engine
- Called when the surface was destroyed.
- onSurfaceDestroyed() - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- Called when the surface was destroyed.
- onSurfaceDestroyed() - function in com.otaliastudios.cameraview.engine.CameraEngine
- Called when the surface was destroyed.
- onSurfaceDestroyed() - function in com.otaliastudios.cameraview.engine.Camera1Engine
- Called when the surface was destroyed.
- onTouchEvent(MotionEvent) - function in android.view.MarkerLayout
- onTouchEvent(MotionEvent) - function in android.view.GridLinesLayout
- onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.CameraView
- onTouchEvent(MotionEvent) - function in android.view.CameraView
- onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.GestureFinder
- Called when new events are available.
- onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.ScrollGestureFinder
- Called when new events are available.
- onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.TapGestureFinder
- Called when new events are available.
- onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.PinchGestureFinder
- Called when new events are available.
- onTouchEvent(MotionEvent) - function in android.view.OverlayLayout
- onTrackballEvent(MotionEvent) - function in android.view.MarkerLayout
- onTrackballEvent(MotionEvent) - function in android.view.GridLinesLayout
- onTrackballEvent(MotionEvent) - function in android.view.CameraView
- onTrackballEvent(MotionEvent) - function in android.view.OverlayLayout
- onVideoRecordingEnd() - function in com.otaliastudios.cameraview.CameraListener
- Notifies that the actual video recording has ended.At this point recording has ended, though the file might still be processed.
- onVideoRecordingEnd() - function in com.otaliastudios.cameraview.video.VideoRecorder.VideoResultListener
- Video recording has ended.
- onVideoRecordingEnd() - function in com.otaliastudios.cameraview.engine.Camera2Engine
- When video ends we must stop the recorder and remove the recorder surface fromcamera outputs.
- onVideoRecordingEnd() - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- Video recording has ended.
- onVideoRecordingEnd() - function in com.otaliastudios.cameraview.video.CameraEngine
- Video recording has ended.
- onVideoRecordingEnd() - function in com.otaliastudios.cameraview.engine.Camera1Engine
- Video recording has ended.
- onVideoRecordingStart() - function in com.otaliastudios.cameraview.CameraListener
- Notifies that the actual video recording has started.This is the time when actual frames recording starts.This can be used to show some UI indicator for video recording or counting time.
- onVideoRecordingStart() - function in com.otaliastudios.cameraview.video.VideoRecorder.VideoResultListener
- The callback for the actual video recording starting.
- onVideoRecordingStart() - function in com.otaliastudios.cameraview.engine.Camera2Engine
- The callback for the actual video recording starting.
- onVideoRecordingStart() - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- The callback for the actual video recording starting.
- onVideoRecordingStart() - function in com.otaliastudios.cameraview.video.CameraEngine
- The callback for the actual video recording starting.
- onVideoRecordingStart() - function in com.otaliastudios.cameraview.engine.Camera1Engine
- The callback for the actual video recording starting.
- onVideoResult(VideoResult.Stub,Exception) - function in com.otaliastudios.cameraview.video.VideoRecorder.VideoResultListener
- The operation was completed, either with success or with an error.
- onVideoResult(VideoResult.Stub,Exception) - function in com.otaliastudios.cameraview.engine.Camera2Engine
- The operation was completed, either with success or with an error.
- onVideoResult(VideoResult.Stub,Exception) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
- The operation was completed, either with success or with an error.
- onVideoResult(VideoResult.Stub,Exception) - function in com.otaliastudios.cameraview.video.CameraEngine
- The operation was completed, either with success or with an error.
- onVideoResult(VideoResult.Stub,Exception) - function in com.otaliastudios.cameraview.engine.Camera1Engine
- The operation was completed, either with success or with an error.
- onVideoTaken(VideoResult) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that a video capture has just ended.
- onViewAdded(View) - function in android.view.MarkerLayout
- onViewAdded(View) - function in android.view.CameraView
- onViewAdded(View) - function in android.view.OverlayLayout
- onViewRemoved(View) - function in android.view.MarkerLayout
- onViewRemoved(View) - function in android.view.CameraView
- onViewRemoved(View) - function in android.view.OverlayLayout
- onViewTranslationResponse(ViewTranslationResponse) - function in android.view.MarkerLayout
- onViewTranslationResponse(ViewTranslationResponse) - function in android.view.GridLinesLayout
- onViewTranslationResponse(ViewTranslationResponse) - function in android.view.CameraView
- onViewTranslationResponse(ViewTranslationResponse) - function in android.view.OverlayLayout
- onVirtualViewTranslationResponses(LongSparseArray) - function in android.view.MarkerLayout
- onVirtualViewTranslationResponses(LongSparseArray) - function in android.view.GridLinesLayout
- onVirtualViewTranslationResponses(LongSparseArray) - function in android.view.CameraView
- onVirtualViewTranslationResponses(LongSparseArray) - function in android.view.OverlayLayout
- onVisibilityAggregated(boolean) - function in android.view.MarkerLayout
- onVisibilityAggregated(boolean) - function in android.view.GridLinesLayout
- onVisibilityAggregated(boolean) - function in android.view.CameraView
- onVisibilityAggregated(boolean) - function in android.view.OverlayLayout
- onWindowFocusChanged(boolean) - function in android.view.MarkerLayout
- onWindowFocusChanged(boolean) - function in android.view.GridLinesLayout
- onWindowFocusChanged(boolean) - function in android.view.CameraView
- onWindowFocusChanged(boolean) - function in android.view.OverlayLayout
- onWindowSystemUiVisibilityChanged(int) - function in android.view.MarkerLayout
- onWindowSystemUiVisibilityChanged(int) - function in android.view.GridLinesLayout
- onWindowSystemUiVisibilityChanged(int) - function in android.view.CameraView
- onWindowSystemUiVisibilityChanged(int) - function in android.view.OverlayLayout
- onZoomChanged(float,Array,Array) - function in com.otaliastudios.cameraview.CameraListener
- Notifies that a finger gesture just caused the camera zoomto be changed.
- open() - function in com.otaliastudios.cameraview.CameraView
- Starts the camera preview, if not started already.This should be called onResume(), or when you are ready with permissions.
- or(Array) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Creates a new SizeSelector that 'or's the given filters.If the first selector returns an empty list, the next selector is queried,and so on until a non-empty list is found.
- OrientationHelper - class in com.otaliastudios.cameraview.internal
- Helps with keeping track of both device orientation (which changes when device is rotated) and the display offset (which depends on the activity orientation wrt the device default orientation).
- OrientationHelper.Callback - class in com.otaliastudios.cameraview.internal.OrientationHelper
- Receives callback about the orientation changes.
- OUTPUT - enum entry in com.otaliastudios.cameraview.engine.offset.Reference
This reference system has its 'north' aligned with the output picture/video.This means that it takes into account the device orientation.
- OutputBuffer - class in com.otaliastudios.cameraview.video.encoding
- Represents an output buffer, which means, an encoded buffer of data that should be passed to the muxer.
- Overlay - class in com.otaliastudios.cameraview.overlay
- Base interface for overlays.
- Overlay.Target - class in com.otaliastudios.cameraview.overlay.Overlay
- OverlayDrawer - class in com.otaliastudios.cameraview.overlay
- Draws overlays through Overlay.
- OverlayLayout - class in com.otaliastudios.cameraview.overlay
- OverlayLayout.LayoutParams - class in com.otaliastudios.cameraview.overlay.OverlayLayout