sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.app
/
CustomCollapsibleView
Custom
Collapsible
View
open
class
CustomCollapsibleView
:
View
,
CollapsibleActionView
(
source
)
Members
Constructors
Custom
Collapsible
View
Link copied to clipboard
constructor
(
context
:
Context
)
constructor
(
context
:
Context
,
@
Nullable
attrs
:
@
Nullable
AttributeSet
)
constructor
(
context
:
Context
,
@
Nullable
attrs
:
@
Nullable
AttributeSet
,
defStyleAttr
:
Int
)
Functions
on
Action
View
Collapsed
Link copied to clipboard
open
fun
onActionViewCollapsed
(
)
Called when this view is collapsed as an action view.
on
Action
View
Expanded
Link copied to clipboard
open
fun
onActionViewExpanded
(
)
Called when this view is expanded as an action view.