ResizeEvent.ResizeState


object ResizeEvent.ResizeState


Summary

Constants

const Int

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

const Int

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

const Int

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

const Int

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

Constants

RESIZE_STATE_END

Added in 1.0.0-alpha05
const val RESIZE_STATE_END = 3: Int

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

RESIZE_STATE_ONGOING

Added in 1.0.0-alpha05
const val RESIZE_STATE_ONGOING = 2: Int

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

RESIZE_STATE_START

Added in 1.0.0-alpha05
const val RESIZE_STATE_START = 1: Int

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

RESIZE_STATE_UNKNOWN

Added in 1.0.0-alpha05
const val RESIZE_STATE_UNKNOWN = 0: Int

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