Package com.otaliastudios.cameraview.engine.action
See: Description
-
Interface Summary Interface Description Action The Action class encapsulates logic for completing an action in a Camera2 environment. ActionHolder The holder of Action. ActionCallback A callback for Action state changes. -
Class Summary Class Description ActionWrapper A simple wrapper around a BaseAction. BaseAction The base implementation of Action that should always be subclassed, instead of implementing the root interface itself. TimeoutAction An Action that wraps another, and forces the completion after the given timeout in milliseconds is reached. CompletionCallback A special ActionCallback that just checks for the completed state. Actions Utilities for creating Action sequences. SequenceAction Executes a list of actions in sequence, completing once the last of them has been completed. LogAction TogetherAction Performs a list of actions together, completing once all of them have completed.