DragHandleShapes

  • Common/All
  • Android/JVM

Specifies the shapes that will be used in a drag handle in different states.

Summary

Public constructors

DragHandleShapes(shape: Shape, pressedShape: Shape, draggedShape: Shape)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Shape

the shape of the drag handle when it's being dragged.

Cmn
Shape

the shape of the drag handle when it's being pressed.

Cmn
Shape

the default shape of the drag handle when it's not being pressed.

Cmn

Public constructors

DragHandleShapes

DragHandleShapes(shape: Shape, pressedShape: Shape, draggedShape: Shape)
Parameters
shape: Shape

the default shape of the drag handle when it's not being pressed.

pressedShape: Shape

the shape of the drag handle when it's being pressed.

draggedShape: Shape

the shape of the drag handle when it's being dragged.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

draggedShape

val draggedShapeShape

the shape of the drag handle when it's being dragged.

pressedShape

val pressedShapeShape

the shape of the drag handle when it's being pressed.

shape

val shapeShape

the default shape of the drag handle when it's not being pressed.