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