ResizeEvent.ResizeState


public final class ResizeEvent.ResizeState


Summary

Public fields

static final @NonNull ResizeEvent.ResizeState

The user has stopped dragging the resize handles.

static final @NonNull ResizeEvent.ResizeState

The user is continuing to drag the resize handles.

static final @NonNull ResizeEvent.ResizeState

The user has started dragging the resize handles.

static final @NonNull ResizeEvent.ResizeState

The resize state is unknown.

Public methods

@NonNull String

Public fields

END

public static final @NonNull ResizeEvent.ResizeState END

The user has stopped dragging the resize handles.

ONGOING

public static final @NonNull ResizeEvent.ResizeState ONGOING

The user is continuing to drag the resize handles.

START

public static final @NonNull ResizeEvent.ResizeState START

The user has started dragging the resize handles.

UNKNOWN

public static final @NonNull ResizeEvent.ResizeState UNKNOWN

The resize state is unknown.

Public methods

toString

public @NonNull String toString()