ResizeEvent.ResizeState


public static class ResizeEvent.ResizeState


Summary

Constants

static final int

Constant for {@link resizeState}: The user has stopped dragging the resize handles.

static final int

Constant for {@link resizeState}: The user is continuing to drag the resize handles.

static final int

Constant for {@link resizeState}: The user has started dragging the resize handles.

static final int

Constant for {@link resizeState}: The resize state is unknown.

Public fields

static @NonNull ResizeEvent.ResizeState

Constants

RESIZE_STATE_END

Added in 1.0.0-alpha05
public static final int RESIZE_STATE_END = 3

Constant for {@link resizeState}: The user has stopped dragging the resize handles.

RESIZE_STATE_ONGOING

Added in 1.0.0-alpha05
public static final int RESIZE_STATE_ONGOING = 2

Constant for {@link resizeState}: The user is continuing to drag the resize handles.

RESIZE_STATE_START

Added in 1.0.0-alpha05
public static final int RESIZE_STATE_START = 1

Constant for {@link resizeState}: The user has started dragging the resize handles.

RESIZE_STATE_UNKNOWN

Added in 1.0.0-alpha05
public static final int RESIZE_STATE_UNKNOWN = 0

Constant for {@link resizeState}: The resize state is unknown.

Public fields

INSTANCE

Added in 1.0.0-alpha05
public static @NonNull ResizeEvent.ResizeState INSTANCE