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
/
ForegroundLinearLayout
Foreground
Linear
Layout
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
ForegroundLinearLayout
:
LinearLayoutCompat
Inheritors
NavigationMenuItemView
Members
Constructors
Foreground
Linear
Layout
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
,
defStyle
:
Int
)
Properties
foreground
Link copied to clipboard
@
Nullable
@get:
Nullable
open
var
foreground
:
Drawable
foreground
Gravity
Link copied to clipboard
open
var
foregroundGravity
:
Int
Functions
draw
Link copied to clipboard
open
fun
draw
(
@
NonNull
canvas
:
Canvas
)
drawable
Hotspot
Changed
Link copied to clipboard
@
RequiresApi
(
value
=
21
)
open
fun
drawableHotspotChanged
(
x
:
Float
,
y
:
Float
)
jump
Drawables
To
Current
State
Link copied to clipboard
open
fun
jumpDrawablesToCurrentState
(
)