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
/
AbsoluteCornerSize
Absolute
Corner
Size
class
AbsoluteCornerSize
:
CornerSize
A
CornerSize
that always uses the provided size and ignores the bounds.
Members
Constructors
Absolute
Corner
Size
Link copied to clipboard
constructor
(
size
:
Float
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Corner
Size
Link copied to clipboard
open
fun
getCornerSize
(
)
:
Float
Returns the size of this corner.
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