TimePickerShapes


The shapes that will be used in time pickers.

Summary

Public constructors

TimePickerShapes(timeFieldShape: Shape, periodSelectorShape: Shape)
Cmn

Public functions

TimePickerShapes
copy(timeFieldShape: Shape?, periodSelectorShape: Shape?)

Returns a copy of this TimePickerShapes, optionally overriding some of the values.

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

Public properties

Shape

is the shape used for the AM/PM toggle.

Cmn
Shape

is the shape used for the time fields.

Cmn

Public constructors

TimePickerShapes

TimePickerShapes(timeFieldShape: Shape, periodSelectorShape: Shape)

Public functions

copy

fun copy(
    timeFieldShape: Shape? = this.timeFieldShape,
    periodSelectorShape: Shape? = this.periodSelectorShape
): TimePickerShapes

Returns a copy of this TimePickerShapes, optionally overriding some of the values.

equals

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

hashCode

open fun hashCode(): Int

Public properties

periodSelectorShape

val periodSelectorShapeShape

is the shape used for the AM/PM toggle.

timeFieldShape

val timeFieldShapeShape

is the shape used for the time fields.