ResizeEvent.ResizeState


public static class ResizeEvent.ResizeState


Summary

Constants

static final int

The user has stopped dragging the resize handles.

static final int

The user is continuing to drag the resize handles.

static final int

The user has started dragging the resize handles.

static final int

The resize state is unknown.

Public fields

static @NonNull ResizeEvent.ResizeState

Constants

RESIZE_STATE_END

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

The user has stopped dragging the resize handles.

RESIZE_STATE_ONGOING

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

The user is continuing to drag the resize handles.

RESIZE_STATE_START

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

The user has started dragging the resize handles.

RESIZE_STATE_UNKNOWN

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

The resize state is unknown.

Public fields

INSTANCE

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