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
/
ShapeAppearancePathProvider
/
PathListener
Path
Listener
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
interface
PathListener
Listener called every time a
ShapePath
is created for a corner or an edge treatment.
Members
Functions
on
Corner
Path
Created
Link copied to clipboard
abstract
fun
onCornerPathCreated
(
cornerPath
:
ShapePath
,
transform
:
Matrix
,
count
:
Int
)
on
Edge
Path
Created
Link copied to clipboard
abstract
fun
onEdgePathCreated
(
edgePath
:
ShapePath
,
transform
:
Matrix
,
count
:
Int
)