toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
LithoMountData
/
Companion
Companion
object
Companion
Members
Functions
get
Mount
Data
Link copied to clipboard
@
JvmStatic
fun
getMountData
(
item
:
MountItem
)
:
LithoMountData
get
Original
Layer
Type
Link copied to clipboard
@
JvmStatic
fun
getOriginalLayerType
(
flags
:
Int
)
:
Int
get
Original
Visibility
Link copied to clipboard
fun
getOriginalVisibility
(
flags
:
Int
)
:
Int
get
View
Attribute
Flags
Link copied to clipboard
@
JvmStatic
fun
getViewAttributeFlags
(
content
:
Any
?
)
:
Int
is
View
Clickable
Link copied to clipboard
@
JvmStatic
fun
isViewClickable
(
flags
:
Int
)
:
Boolean
is
View
Enabled
Link copied to clipboard
@
JvmStatic
fun
isViewEnabled
(
flags
:
Int
)
:
Boolean
is
View
Focusable
Link copied to clipboard
@
JvmStatic
fun
isViewFocusable
(
flags
:
Int
)
:
Boolean
is
View
Keyboard
Navigation
Cluster
Link copied to clipboard
@
JvmStatic
fun
isViewKeyboardNavigationCluster
(
flags
:
Int
)
:
Boolean
is
View
Long
Clickable
Link copied to clipboard
@
JvmStatic
fun
isViewLongClickable
(
flags
:
Int
)
:
Boolean
is
View
Selected
Link copied to clipboard
@
JvmStatic
fun
isViewSelected
(
flags
:
Int
)
:
Boolean