Package com.otaliastudios.cameraview.engine.action
See: Description
-
Class Summary Class Description BaseAction The base implementation of Action that should always be subclassed, instead of implementing the root interface itself. ActionWrapper A simple wrapper around a BaseAction. LogAction CompletionCallback A special ActionCallback that just checks for the completed state. Actions Utilities for creating Action sequences. -
Interface Summary Interface Description ActionHolder The holder of Action. ActionCallback A callback for Action state changes. Action The Action class encapsulates logic for completing an action in a Camera2 environment.