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.shape
/
AdjustedCornerSize
Adjusted
Corner
Size
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
class
AdjustedCornerSize
:
CornerSize
Adjusts another
CornerSize
by some amount.
Members
Constructors
Adjusted
Corner
Size
Link copied to clipboard
constructor
(
adjustment
:
Float
,
@
NonNull
other
:
CornerSize
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Corner
Size
Link copied to clipboard
open
fun
getCornerSize
(
@
NonNull
bounds
:
RectF
)
:
Float
Returns the corner size that should be used given the full bounds of the shape.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int