SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.internal
/
ClippableRoundedCornerLayout
Clippable
Rounded
Corner
Layout
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
ClippableRoundedCornerLayout
:
FrameLayout
Wrapper layout for rendering and animating rounded corners with clip bounds.
Members
Constructors
Clippable
Rounded
Corner
Layout
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
,
defStyleAttr
:
Int
)
Properties
corner
Radius
Link copied to clipboard
open
val
cornerRadius
:
Float
Functions
reset
Clip
Bounds
And
Corner
Radius
Link copied to clipboard
open
fun
resetClipBoundsAndCornerRadius
(
)
update
Clip
Bounds
And
Corner
Radius
Link copied to clipboard
open
fun
updateClipBoundsAndCornerRadius
(
@
NonNull
rect
:
Rect
,
cornerRadius
:
Float
)
open
fun
updateClipBoundsAndCornerRadius
(
@
NonNull
rectF
:
RectF
,
cornerRadius
:
Float
)
open
fun
updateClipBoundsAndCornerRadius
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
,
cornerRadius
:
Float
)
update
Corner
Radius
Link copied to clipboard
open
fun
updateCornerRadius
(
cornerRadius
:
Float
)