tooling
Toggle table of contents
android
common
Platform filter
android
common
Switch theme
Search in API
tooling
tooling-compose
/
dev.datlag.tooling.compose.platform
/
PlatformClickableChipShape
Platform
Clickable
Chip
Shape
@
Immutable
class
PlatformClickableChipShape
(
val
shape
:
Shape
,
val
focusedShape
:
Shape
=
shape
,
val
pressedShape
:
Shape
=
shape
,
val
disabledShape
:
Shape
=
shape
,
val
focusedDisabledShape
:
Shape
=
disabledShape
)
(
source
)
Members
Members & Extensions
Constructors
Platform
Clickable
Chip
Shape
Link copied to clipboard
constructor
(
shape
:
Shape
,
focusedShape
:
Shape
=
shape
,
pressedShape
:
Shape
=
shape
,
disabledShape
:
Shape
=
shape
,
focusedDisabledShape
:
Shape
=
disabledShape
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
disabled
Shape
Link copied to clipboard
val
disabledShape
:
Shape
focused
Disabled
Shape
Link copied to clipboard
val
focusedDisabledShape
:
Shape
focused
Shape
Link copied to clipboard
val
focusedShape
:
Shape
pressed
Shape
Link copied to clipboard
val
pressedShape
:
Shape
shape
Link copied to clipboard
val
shape
:
Shape
Functions
as
Tv
Assist
Link copied to clipboard
android
fun
PlatformClickableChipShape
.
asTvAssist
(
)
:
ClickableChipShape
as
Tv
Suggestion
Link copied to clipboard
android
fun
PlatformClickableChipShape
.
asTvSuggestion
(
)
:
ClickableChipShape
shape
Link copied to clipboard
@
Composable
fun
shape
(
enabled
:
Boolean
,
interactionSource
:
MutableInteractionSource
)
:
Shape
fun
shape
(
enabled
:
Boolean
,
focused
:
Boolean
,
pressed
:
Boolean
)
:
Shape