Package com.cvs.design.timepicker

Types

ChipTextInputComboView
Link copied to clipboard
class ChipTextInputComboView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : FrameLayout, Checkable
A Chip that can switch to a TextInputLayout when checked to modify it's content.
ClockFaceView
Link copied to clipboard
class ClockFaceView constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : RadialViewGroup, ClockHandView.OnRotateListener
A View to display a clock face.
ClockHandView
Link copied to clipboard
class ClockHandView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : View
A Class to draw the hand on a Clock face.
EnterpriseTimePicker
Link copied to clipboard
class EnterpriseTimePicker @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : EnterprisePicker
Time Picker using MaterialTimePicker Time Picker related functions only, see EnterprisePicker for more details.
MaterialTimePicker
Link copied to clipboard
class MaterialTimePicker : DialogFragment
A Dialog with a clock display and a clock face to choose the time.
RadialViewGroup
Link copied to clipboard
open class RadialViewGroup @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : ConstraintLayout
A View Group evenly distributes children in a circle.
TimePickerView
Link copied to clipboard
class TimePickerView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : ConstraintLayout, TimePickerControls
The main view to display a time picker.