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.Flash

Flash is always off.

OFF - enum entry in com.otaliastudios.cameraview.controls.Grid

No grid is drawn.

OFF - enum entry in com.otaliastudios.cameraview.controls.Audio

No audio.

OFF - enum entry in com.otaliastudios.cameraview.controls.Hdr

No HDR.

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.ViewGroup
 
offsetDescendantRectToMyCoords(View,Rect) - function in android.view.ViewGroup
 
offsetDescendantRectToMyCoords(View,Rect) - function in android.view.ViewGroup
 
offsetLeftAndRight(int) - function in android.view.View
 
offsetLeftAndRight(int) - function in android.view.View
 
offsetLeftAndRight(int) - function in android.view.View
 
offsetLeftAndRight(int) - function in android.view.View
 
offsetRectIntoDescendantCoords(View,Rect) - function in android.view.ViewGroup
 
offsetRectIntoDescendantCoords(View,Rect) - function in android.view.ViewGroup
 
offsetRectIntoDescendantCoords(View,Rect) - function in android.view.ViewGroup
 
offsetTopAndBottom(int) - function in android.view.View
 
offsetTopAndBottom(int) - function in android.view.View
 
offsetTopAndBottom(int) - function in android.view.View
 
offsetTopAndBottom(int) - function in android.view.View
 
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).

ON - enum entry in com.otaliastudios.cameraview.controls.Hdr

Using HDR.

onActionStateChanged(Action,int) - function in com.otaliastudios.cameraview.engine.action.CompletionCallback
Action state has just changed.
onActionStateChanged(Action,int) - function in com.otaliastudios.cameraview.engine.action.ActionCallback
Action state has just changed.
onAnimationEnd() - function in android.view.View
 
onAnimationEnd() - function in android.view.View
 
onAnimationEnd() - function in android.view.View
 
onAnimationEnd() - function in android.view.View
 
onAnimationStart() - function in android.view.View
 
onAnimationStart() - function in android.view.View
 
onAnimationStart() - function in android.view.View
 
onAnimationStart() - function in android.view.View
 
onApplyWindowInsets(WindowInsets) - function in android.view.View
 
onApplyWindowInsets(WindowInsets) - function in android.view.View
 
onApplyWindowInsets(WindowInsets) - function in android.view.View
 
onApplyWindowInsets(WindowInsets) - function in android.view.View
 
onAttach(Context,ViewGroup) - function in com.otaliastudios.cameraview.markers.DefaultAutoFocusMarker
Marker is being attached to the CameraView.
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.Marker
Marker is being attached to the CameraView.
onAttachedToWindow() - function in android.view.ViewGroup
 
onAttachedToWindow() - function in android.view.ViewGroup
 
onAttachedToWindow() - function in android.view.ViewGroup
 
onAttachedToWindow() - function in android.view.View
 
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.
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.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.AutoFocusMarker
Called when the autofocus process has ended, and the camera convergedto a new focus or failed while trying to do so.
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.
onAutoFocusStart(AutoFocusTrigger,PointF) - function in com.otaliastudios.cameraview.markers.DefaultAutoFocusMarker
Called when the autofocus process has started.
onAutoFocusStart(AutoFocusTrigger,PointF) - function in com.otaliastudios.cameraview.markers.AutoFocusMarker
Called when the autofocus process has started.
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.engine.Camera1Engine
 
onBufferAvailable(Array) - function in com.otaliastudios.cameraview.frame.ByteBufferFrameManager.BufferCallback
 
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.CameraView.CameraCallbacks
 
onCameraPreviewStreamSizeChanged() - function in com.otaliastudios.cameraview.engine.CameraEngine.Callback
 
onCancelPendingInputEvents() - function in android.view.View
 
onCancelPendingInputEvents() - function in android.view.View
 
onCancelPendingInputEvents() - function in android.view.View
 
onCancelPendingInputEvents() - function in android.view.View
 
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.BaseAction
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.ActionWrapper
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.BaseAction
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.BaseAction
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.BaseAction
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.meter.ExposureReset
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.Action
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.Action
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.Action
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.BaseAction
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.ActionWrapper
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.Action
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.Action
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.Action
Called from onCaptureCompleted.
onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.TimeoutAction
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.SequenceAction
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.Action
Called from onCaptureCompleted.
onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.TogetherAction
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.lock.ExposureLock
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.ActionWrapper
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.lock.FocusLock
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.BaseAction
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.lock.WhiteBalanceLock
Called from onCaptureCompleted.
onCaptureCompleted(ActionHolder,CaptureRequest,TotalCaptureResult) - function in com.otaliastudios.cameraview.engine.action.Action
Called from onCaptureCompleted.
onCapturedPointerEvent(MotionEvent) - function in android.view.View
 
onCapturedPointerEvent(MotionEvent) - function in android.view.View
 
onCapturedPointerEvent(MotionEvent) - function in android.view.View
 
onCapturedPointerEvent(MotionEvent) - function in android.view.View
 
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.Action
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.Action
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.Action
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.Action
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.Action
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.Action
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.Action
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.Action
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.Action
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.Action
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.ActionWrapper
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.BaseAction
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.ActionWrapper
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.SequenceAction
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.BaseAction
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.TogetherAction
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.BaseAction
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.ActionWrapper
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.BaseAction
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.BaseAction
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.BaseAction
Called from onCaptureProgressed.
onCaptureProgressed(ActionHolder,CaptureRequest,CaptureResult) - function in com.otaliastudios.cameraview.engine.action.Action
Called from onCaptureProgressed.
onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.BaseAction
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.BaseAction
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.BaseAction
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.BaseAction
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.ActionWrapper
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.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.ActionWrapper
Called from onCaptureStarted.
onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.SequenceAction
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.TogetherAction
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.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.BaseAction
Called from onCaptureStarted.
onCaptureStarted(ActionHolder,CaptureRequest) - function in com.otaliastudios.cameraview.engine.action.BaseAction
Called from onCaptureStarted.
onCheckIsTextEditor() - function in android.view.View
 
onCheckIsTextEditor() - function in android.view.View
 
onCheckIsTextEditor() - function in android.view.View
 
onCheckIsTextEditor() - function in android.view.View
 
onConfigurationChanged(Configuration) - function in android.view.View
 
onConfigurationChanged(Configuration) - function in android.view.View
 
onConfigurationChanged(Configuration) - function in android.view.View
 
onConfigurationChanged(Configuration) - function in android.view.View
 
onCreate(int) - function in com.otaliastudios.cameraview.filters.GammaFilter
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.filters.DuotoneFilter
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.filters.VignetteFilter
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.filters.TintFilter
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.filters.BrightnessFilter
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.filter.BaseFilter
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.BaseFilter
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.DocumentaryFilter
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.HueFilter
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.filters.SaturationFilter
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.BaseFilter
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.BaseFilter
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.MultiFilter
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.BaseFilter
The filter program was just created.
onCreate(int) - function in com.otaliastudios.cameraview.filter.Filter
The filter program was just created.
onCreateContextMenu(ContextMenu) - function in android.view.View
 
onCreateContextMenu(ContextMenu) - function in android.view.View
 
onCreateContextMenu(ContextMenu) - function in android.view.View
 
onCreateContextMenu(ContextMenu) - function in android.view.View
 
onCreateDrawableState(int) - function in android.view.ViewGroup
 
onCreateDrawableState(int) - function in android.view.ViewGroup
 
onCreateDrawableState(int) - function in android.view.ViewGroup
 
onCreateDrawableState(int) - function in android.view.View
 
onCreateInputConnection(EditorInfo) - function in android.view.View
 
onCreateInputConnection(EditorInfo) - function in android.view.View
 
onCreateInputConnection(EditorInfo) - function in android.view.View
 
onCreateInputConnection(EditorInfo) - function in android.view.View
 
onDescendantInvalidated(View,View) - function in android.view.ViewGroup
 
onDescendantInvalidated(View,View) - function in android.view.ViewGroup
 
onDescendantInvalidated(View,View) - function in android.view.ViewGroup
 
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.preview.CameraPreview
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.preview.GlCameraPreview
Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
onDestroy() - function in com.otaliastudios.cameraview.filters.GammaFilter
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.filters.DuotoneFilter
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.filters.VignetteFilter
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.filters.TintFilter
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.filters.BrightnessFilter
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.filter.BaseFilter
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.BaseFilter
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.DocumentaryFilter
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.HueFilter
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.filters.SaturationFilter
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.BaseFilter
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.BaseFilter
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.MultiFilter
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.BaseFilter
The filter program is about to be destroyed.
onDestroy() - function in com.otaliastudios.cameraview.filter.Filter
The filter program is about to be destroyed.
onDetachedFromWindow() - function in android.view.ViewGroup
 
onDetachedFromWindow() - function in android.view.ViewGroup
 
onDetachedFromWindow() - function in android.view.ViewGroup
 
onDetachedFromWindow() - function in android.view.View
 
onDeviceOrientationChanged(int) - function in com.otaliastudios.cameraview.CameraView.CameraCallbacks
 
onDeviceOrientationChanged(int) - function in com.otaliastudios.cameraview.internal.OrientationHelper.Callback
 
onDisplayHint(int) - function in android.view.View
 
onDisplayHint(int) - function in android.view.View
 
onDisplayHint(int) - function in android.view.View
 
onDisplayHint(int) - function in android.view.View
 
onDisplayOffsetChanged(int,boolean) - function in com.otaliastudios.cameraview.CameraView.CameraCallbacks
 
onDisplayOffsetChanged(int,boolean) - function in com.otaliastudios.cameraview.internal.OrientationHelper.Callback
 
onDragEvent(DragEvent) - function in android.view.View
 
onDragEvent(DragEvent) - function in android.view.View
 
onDragEvent(DragEvent) - function in android.view.View
 
onDragEvent(DragEvent) - function in android.view.View
 
onDraw(Canvas) - function in android.view.View
 
onDraw(Canvas) - function in android.view.View
 
onDraw(Canvas) - function in android.view.View
 
onDraw(Canvas) - function in android.view.View
 
onDraw(int) - function in com.otaliastudios.cameraview.internal.GridLinesLayout.DrawCallback
 
onDrawForeground(Canvas) - function in android.view.View
 
onDrawForeground(Canvas) - function in android.view.View
 
onDrawForeground(Canvas) - function in android.view.View
 
onDrawForeground(Canvas) - function in android.view.View
 
onDrawFrame(GL10) - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
 
onDrawFrame(GL10) - function in android.opengl.GLSurfaceView.Renderer
 
onDrawScrollBars(Canvas) - function in android.view.View
 
onDrawScrollBars(Canvas) - function in android.view.View
 
onDrawScrollBars(Canvas) - function in android.view.View
 
onDrawScrollBars(Canvas) - function in android.view.View
 
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.MediaEncoderEngine.Listener
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.Camera.ErrorCallback
 
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.View
 
onFilterTouchEventForSecurity(MotionEvent) - function in android.view.View
 
onFilterTouchEventForSecurity(MotionEvent) - function in android.view.View
 
onFilterTouchEventForSecurity(MotionEvent) - function in android.view.View
 
onFinishInflate() - function in android.view.View
 
onFinishInflate() - function in android.view.View
 
onFinishInflate() - function in android.view.View
 
onFinishInflate() - function in android.view.View
 
onFinishTemporaryDetach() - function in android.view.View
 
onFinishTemporaryDetach() - function in android.view.View
 
onFinishTemporaryDetach() - function in android.view.View
 
onFinishTemporaryDetach() - function in android.view.View
 
onFocusChanged(boolean,int,Rect) - function in android.view.View
 
onFocusChanged(boolean,int,Rect) - function in android.view.View
 
onFocusChanged(boolean,int,Rect) - function in android.view.View
 
onFocusChanged(boolean,int,Rect) - function in android.view.View
 
onFrameReleased(Frame,T) - function in com.otaliastudios.cameraview.frame.FrameManager
Called by child frames when they are released.
onFrameReleased(Frame,T) - function in com.otaliastudios.cameraview.frame.FrameManager
Called by child frames when they are released.
onFrameReleased(Frame,T) - function in com.otaliastudios.cameraview.frame.FrameManager
Called by child frames when they are released.
onGenericMotionEvent(MotionEvent) - function in android.view.View
 
onGenericMotionEvent(MotionEvent) - function in android.view.View
 
onGenericMotionEvent(MotionEvent) - function in android.view.View
 
onGenericMotionEvent(MotionEvent) - function in android.view.View
 
onHoverChanged(boolean) - function in android.view.View
 
onHoverChanged(boolean) - function in android.view.View
 
onHoverChanged(boolean) - function in android.view.View
 
onHoverChanged(boolean) - function in android.view.View
 
onHoverEvent(MotionEvent) - function in android.view.View
 
onHoverEvent(MotionEvent) - function in android.view.View
 
onHoverEvent(MotionEvent) - function in android.view.View
 
onHoverEvent(MotionEvent) - function in android.view.View
 
onImageAvailable(ImageReader) - function in com.otaliastudios.cameraview.engine.Camera2Engine
 
onImageAvailable(ImageReader) - function in android.media.ImageReader.OnImageAvailableListener
 
onImageAvailable(ImageReader) - function in com.otaliastudios.cameraview.picture.Full2PictureRecorder
 
onImageAvailable(ImageReader) - function in android.media.ImageReader.OnImageAvailableListener
 
onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onInitializeAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.View
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.View
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.View
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - function in android.view.View
 
onInterceptHoverEvent(MotionEvent) - function in android.view.ViewGroup
 
onInterceptHoverEvent(MotionEvent) - function in android.view.ViewGroup
 
onInterceptHoverEvent(MotionEvent) - function in android.view.ViewGroup
 
onInterceptTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.CameraView
 
onInterceptTouchEvent(MotionEvent) - function in android.view.ViewGroup
 
onInterceptTouchEvent(MotionEvent) - function in android.view.ViewGroup
 
onInterceptTouchEvent(MotionEvent) - function in android.view.ViewGroup
 
onKeyDown(int,KeyEvent) - function in android.view.View
 
onKeyDown(int,KeyEvent) - function in android.view.View
 
onKeyDown(int,KeyEvent) - function in android.view.View
 
onKeyDown(int,KeyEvent) - function in android.view.View
 
onKeyLongPress(int,KeyEvent) - function in android.view.View
 
onKeyLongPress(int,KeyEvent) - function in android.view.View
 
onKeyLongPress(int,KeyEvent) - function in android.view.View
 
onKeyLongPress(int,KeyEvent) - function in android.view.View
 
onKeyMultiple(int,int,KeyEvent) - function in android.view.View
 
onKeyMultiple(int,int,KeyEvent) - function in android.view.View
 
onKeyMultiple(int,int,KeyEvent) - function in android.view.View
 
onKeyMultiple(int,int,KeyEvent) - function in android.view.View
 
onKeyPreIme(int,KeyEvent) - function in android.view.View
 
onKeyPreIme(int,KeyEvent) - function in android.view.View
 
onKeyPreIme(int,KeyEvent) - function in android.view.View
 
onKeyPreIme(int,KeyEvent) - function in android.view.View
 
onKeyShortcut(int,KeyEvent) - function in android.view.View
 
onKeyShortcut(int,KeyEvent) - function in android.view.View
 
onKeyShortcut(int,KeyEvent) - function in android.view.View
 
onKeyShortcut(int,KeyEvent) - function in android.view.View
 
onKeyUp(int,KeyEvent) - function in android.view.View
 
onKeyUp(int,KeyEvent) - function in android.view.View
 
onKeyUp(int,KeyEvent) - function in android.view.View
 
onKeyUp(int,KeyEvent) - function in android.view.View
 
onLayout(boolean,int,int,int,int) - function in android.widget.FrameLayout
 
onLayout(boolean,int,int,int,int) - function in android.widget.FrameLayout
 
onLayout(boolean,int,int,int,int) - function in android.widget.FrameLayout
 
onLayout(boolean,int,int,int,int) - function in android.view.View
 
onMarker(int,Marker) - function in com.otaliastudios.cameraview.markers.MarkerLayout
Notifies that a new marker was added, possibly replacing another one.
onMeasure(int,int) - function in android.widget.FrameLayout
 
onMeasure(int,int) - function in android.widget.FrameLayout
 
onMeasure(int,int) - function in android.widget.FrameLayout
 
onMeasure(int,int) - function in android.view.View
 
onNestedFling(View,float,float,boolean) - function in android.view.ViewGroup
 
onNestedFling(View,float,float,boolean) - function in android.view.ViewGroup
 
onNestedFling(View,float,float,boolean) - function in android.view.ViewGroup
 
onNestedPreFling(View,float,float) - function in android.view.ViewGroup
 
onNestedPreFling(View,float,float) - function in android.view.ViewGroup
 
onNestedPreFling(View,float,float) - function in android.view.ViewGroup
 
onNestedPrePerformAccessibilityAction(View,int,Bundle) - function in android.view.ViewGroup
 
onNestedPrePerformAccessibilityAction(View,int,Bundle) - function in android.view.ViewGroup
 
onNestedPrePerformAccessibilityAction(View,int,Bundle) - function in android.view.ViewGroup
 
onNestedPreScroll(View,int,int,Array) - function in android.view.ViewGroup
 
onNestedPreScroll(View,int,int,Array) - function in android.view.ViewGroup
 
onNestedPreScroll(View,int,int,Array) - function in android.view.ViewGroup
 
onNestedScroll(View,int,int,int,int) - function in android.view.ViewGroup
 
onNestedScroll(View,int,int,int,int) - function in android.view.ViewGroup
 
onNestedScroll(View,int,int,int,int) - function in android.view.ViewGroup
 
onNestedScrollAccepted(View,View,int) - function in android.view.ViewGroup
 
onNestedScrollAccepted(View,View,int) - function in android.view.ViewGroup
 
onNestedScrollAccepted(View,View,int) - function in android.view.ViewGroup
 
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.
onOutputBuffersChanged() - function in com.otaliastudios.cameraview.video.encoding.MediaCodecBuffers
 
onOverScrolled(int,int,boolean,boolean) - function in android.view.View
 
onOverScrolled(int,int,boolean,boolean) - function in android.view.View
 
onOverScrolled(int,int,boolean,boolean) - function in android.view.View
 
onOverScrolled(int,int,boolean,boolean) - function in android.view.View
 
onPause() - function in com.otaliastudios.cameraview.preview.CameraPreview
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.
onPause() - function in com.otaliastudios.cameraview.preview.CameraPreview
Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
onPause() - function in com.otaliastudios.cameraview.preview.GlCameraPreview
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.CameraBaseEngine
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.engine.Camera2Engine
Picture was taken or there was some error, ifthe result is null.
onPictureResult(PictureResult.Stub,Exception) - function in com.otaliastudios.cameraview.picture.PictureRecorder.PictureResultListener
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.CameraBaseEngine
The shutter was activated.
onPictureShutter(boolean) - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
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.PictureRecorder.PictureResultListener
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.View
 
onPointerCaptureChange(boolean) - function in android.view.View
 
onPointerCaptureChange(boolean) - function in android.view.View
 
onPointerCaptureChange(boolean) - function in android.view.View
 
onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.View
 
onPreviewFrame(Array,Camera) - function in com.otaliastudios.cameraview.engine.Camera1Engine
 
onPreviewFrame(Array,Camera) - function in android.hardware.Camera.PreviewCallback
 
onProvideAutofillStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.View
 
onProvideAutofillVirtualStructure(ViewStructure,int) - function in android.view.View
 
onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.View
 
onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.View
 
onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.View
 
onProvideContentCaptureStructure(ViewStructure,int) - function in android.view.View
 
onProvideStructure(ViewStructure) - function in android.view.View
 
onProvideStructure(ViewStructure) - function in android.view.View
 
onProvideStructure(ViewStructure) - function in android.view.View
 
onProvideStructure(ViewStructure) - function in android.view.View
 
onProvideVirtualStructure(ViewStructure) - function in android.view.View
 
onProvideVirtualStructure(ViewStructure) - function in android.view.View
 
onProvideVirtualStructure(ViewStructure) - function in android.view.View
 
onProvideVirtualStructure(ViewStructure) - function in android.view.View
 
onRendererFilterChanged(Filter) - function in com.otaliastudios.cameraview.video.SnapshotVideoRecorder
Called when the renderer filter changes.
onRendererFilterChanged(Filter) - function in com.otaliastudios.cameraview.preview.RendererFrameCallback
Called when the renderer filter changes.
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.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.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.
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).
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).
onRequestFocusInDescendants(int,Rect) - function in android.view.ViewGroup
 
onRequestFocusInDescendants(int,Rect) - function in android.view.ViewGroup
 
onRequestFocusInDescendants(int,Rect) - function in android.view.ViewGroup
 
onRequestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ViewGroup
 
onRequestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ViewGroup
 
onRequestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ViewGroup
 
onResolvePointerIcon(MotionEvent,int) - function in android.view.ViewGroup
 
onResolvePointerIcon(MotionEvent,int) - function in android.view.ViewGroup
 
onResolvePointerIcon(MotionEvent,int) - function in android.view.ViewGroup
 
onResolvePointerIcon(MotionEvent,int) - function in android.view.View
 
onRestoreInstanceState(Parcelable) - function in android.view.View
 
onRestoreInstanceState(Parcelable) - function in android.view.View
 
onRestoreInstanceState(Parcelable) - function in android.view.View
 
onRestoreInstanceState(Parcelable) - function in android.view.View
 
onResume() - function in com.otaliastudios.cameraview.preview.CameraPreview
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.
onResume() - function in com.otaliastudios.cameraview.preview.CameraPreview
Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
onResume() - function in com.otaliastudios.cameraview.preview.GlCameraPreview
Called by the hosting com.otaliastudios.cameraview.CameraView,this is a lifecycle event.
onRtlPropertiesChanged(int) - function in android.view.View
 
onRtlPropertiesChanged(int) - function in android.view.View
 
onRtlPropertiesChanged(int) - function in android.view.View
 
onRtlPropertiesChanged(int) - function in android.view.View
 
onSaveInstanceState() - function in android.view.View
 
onSaveInstanceState() - function in android.view.View
 
onSaveInstanceState() - function in android.view.View
 
onSaveInstanceState() - function in android.view.View
 
onScreenStateChanged(int) - function in android.view.View
 
onScreenStateChanged(int) - function in android.view.View
 
onScreenStateChanged(int) - function in android.view.View
 
onScreenStateChanged(int) - function in android.view.View
 
onScrollChanged(int,int,int,int) - function in android.view.View
 
onScrollChanged(int,int,int,int) - function in android.view.View
 
onScrollChanged(int,int,int,int) - function in android.view.View
 
onScrollChanged(int,int,int,int) - function in android.view.View
 
onSetAlpha(int) - function in android.view.View
 
onSetAlpha(int) - function in android.view.View
 
onSetAlpha(int) - function in android.view.View
 
onSetAlpha(int) - function in android.view.View
 
onSizeChanged(int,int,int,int) - function in android.view.View
 
onSizeChanged(int,int,int,int) - function in android.view.View
 
onSizeChanged(int,int,int,int) - function in android.view.View
 
onSizeChanged(int,int,int,int) - function in android.view.View
 
onStartNestedScroll(View,View,int) - function in android.view.ViewGroup
 
onStartNestedScroll(View,View,int) - function in android.view.ViewGroup
 
onStartNestedScroll(View,View,int) - function in android.view.ViewGroup
 
onStartTemporaryDetach() - function in android.view.View
 
onStartTemporaryDetach() - function in android.view.View
 
onStartTemporaryDetach() - function in android.view.View
 
onStartTemporaryDetach() - function in android.view.View
 
onStopNestedScroll(View) - function in android.view.ViewGroup
 
onStopNestedScroll(View) - function in android.view.ViewGroup
 
onStopNestedScroll(View) - function in android.view.ViewGroup
 
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.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.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.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.preview.CameraPreview.SurfaceCallback
Called when the surface is available.
onSurfaceChanged() - function in com.otaliastudios.cameraview.preview.CameraPreview.SurfaceCallback
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.engine.CameraBaseEngine
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.CameraPreview.SurfaceCallback
Called when the surface has changed.
onSurfaceChanged(GL10,int,int) - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
 
onSurfaceChanged(GL10,int,int) - function in android.opengl.GLSurfaceView.Renderer
 
onSurfaceCreated(GL10,EGLConfig) - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
 
onSurfaceCreated(GL10,EGLConfig) - function in android.opengl.GLSurfaceView.Renderer
 
onSurfaceDestroyed() - function in com.otaliastudios.cameraview.engine.CameraEngine
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.CameraEngine
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.preview.CameraPreview.SurfaceCallback
Called when the surface was destroyed.
onSurfaceDestroyed() - function in com.otaliastudios.cameraview.preview.GlCameraPreview.Renderer
 
onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.CameraView
 
onTouchEvent(MotionEvent) - function in android.view.View
 
onTouchEvent(MotionEvent) - function in android.view.View
 
onTouchEvent(MotionEvent) - function in android.view.View
 
onTouchEvent(MotionEvent) - function in android.view.View
 
onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.GestureFinder
Called when new events are available.
onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.GestureFinder
Called when new events are available.
onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.GestureFinder
Called when new events are available.
onTouchEvent(MotionEvent) - function in com.otaliastudios.cameraview.gesture.GestureFinder
Called when new events are available.
onTrackballEvent(MotionEvent) - function in android.view.View
 
onTrackballEvent(MotionEvent) - function in android.view.View
 
onTrackballEvent(MotionEvent) - function in android.view.View
 
onTrackballEvent(MotionEvent) - function in android.view.View
 
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.CameraBaseEngine
Video recording has ended.
onVideoRecordingEnd() - function in com.otaliastudios.cameraview.engine.CameraBaseEngine
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.video.VideoRecorder.VideoResultListener
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.CameraBaseEngine
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.engine.CameraBaseEngine
The callback for the actual video recording starting.
onVideoRecordingStart() - function in com.otaliastudios.cameraview.video.VideoRecorder.VideoResultListener
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.Camera1Engine
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.engine.Camera2Engine
The operation was completed, either with success or with an error.
onVideoResult(VideoResult.Stub,Exception) - function in com.otaliastudios.cameraview.video.VideoRecorder.VideoResultListener
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.ViewGroup
 
onViewAdded(View) - function in android.view.ViewGroup
 
onViewAdded(View) - function in android.view.ViewGroup
 
onViewRemoved(View) - function in android.view.ViewGroup
 
onViewRemoved(View) - function in android.view.ViewGroup
 
onViewRemoved(View) - function in android.view.ViewGroup
 
onVisibilityAggregated(boolean) - function in android.view.View
 
onVisibilityAggregated(boolean) - function in android.view.View
 
onVisibilityAggregated(boolean) - function in android.view.View
 
onVisibilityAggregated(boolean) - function in android.view.View
 
onVisibilityChanged(View,int) - function in android.view.View
 
onVisibilityChanged(View,int) - function in android.view.View
 
onVisibilityChanged(View,int) - function in android.view.View
 
onVisibilityChanged(View,int) - function in android.view.View
 
onWindowFocusChanged(boolean) - function in android.view.View
 
onWindowFocusChanged(boolean) - function in android.view.View
 
onWindowFocusChanged(boolean) - function in android.view.View
 
onWindowFocusChanged(boolean) - function in android.view.View
 
onWindowSystemUiVisibilityChanged(int) - function in android.view.View
 
onWindowSystemUiVisibilityChanged(int) - function in android.view.View
 
onWindowSystemUiVisibilityChanged(int) - function in android.view.View
 
onWindowSystemUiVisibilityChanged(int) - function in android.view.View
 
onWindowVisibilityChanged(int) - function in android.view.View
 
onWindowVisibilityChanged(int) - function in android.view.View
 
onWindowVisibilityChanged(int) - function in android.view.View
 
onWindowVisibilityChanged(int) - function in android.view.View
 
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.
OutputBufferPool - class in com.otaliastudios.cameraview.video.encoding
A simple ( implementation for output buffers.
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
 
overScrollBy(int,int,int,int,int,int,int,int,boolean) - function in android.view.View
 
overScrollBy(int,int,int,int,int,int,int,int,boolean) - function in android.view.View
 
overScrollBy(int,int,int,int,int,int,int,int,boolean) - function in android.view.View
 
overScrollBy(int,int,int,int,int,int,int,int,boolean) - function in android.view.View
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Z