InputToolType


public final class InputToolType


The type of input tool used in producing androidx.ink.strokes.StrokeInput, used by BrushBehavior to define when a behavior is applicable.

Summary

Public fields

static final @NonNull InputToolType
static final @NonNull InputToolType
static final @NonNull InputToolType
static final @NonNull InputToolType

Public methods

boolean
equals(Object other)
int
@NonNull String

Public fields

MOUSE

public static final @NonNull InputToolType MOUSE

STYLUS

public static final @NonNull InputToolType STYLUS

TOUCH

public static final @NonNull InputToolType TOUCH

UNKNOWN

public static final @NonNull InputToolType UNKNOWN

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()