toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
LithoRenderUnit
/
Companion
Companion
object
Companion
Members
Properties
LAYOUT_FLAG_DISABLE_TOUCHABLE
Link copied to clipboard
const
val
LAYOUT_FLAG_DISABLE_TOUCHABLE
:
Int
LAYOUT_FLAG_DRAWABLE_OUTPUTS_DISABLED
Link copied to clipboard
const
val
LAYOUT_FLAG_DRAWABLE_OUTPUTS_DISABLED
:
Int
LAYOUT_FLAG_DUPLICATE_CHILDREN_STATES
Link copied to clipboard
const
val
LAYOUT_FLAG_DUPLICATE_CHILDREN_STATES
:
Int
LAYOUT_FLAG_DUPLICATE_PARENT_STATE
Link copied to clipboard
const
val
LAYOUT_FLAG_DUPLICATE_PARENT_STATE
:
Int
LAYOUT_FLAG_HAS_TOUCH_EVENT_HANDLERS
Link copied to clipboard
const
val
LAYOUT_FLAG_HAS_TOUCH_EVENT_HANDLERS
:
Int
LAYOUT_FLAG_MATCH_HOST_BOUNDS
Link copied to clipboard
const
val
LAYOUT_FLAG_MATCH_HOST_BOUNDS
:
Int
Functions
are
Drawable
Outputs
Disabled
Link copied to clipboard
@
JvmStatic
fun
areDrawableOutputsDisabled
(
flags
:
Int
)
:
Boolean
get
Component
Context
Link copied to clipboard
@
JvmStatic
fun
getComponentContext
(
unit
:
LithoRenderUnit
)
:
ComponentContext
@
JvmStatic
fun
getComponentContext
(
item
:
MountItem
)
:
ComponentContext
@
JvmStatic
fun
getComponentContext
(
node
:
RenderTreeNode
)
:
ComponentContext
get
Render
Unit
Link copied to clipboard
@
JvmStatic
fun
getRenderUnit
(
item
:
MountItem
)
:
LithoRenderUnit
@
JvmStatic
fun
getRenderUnit
(
node
:
RenderTreeNode
)
:
LithoRenderUnit
has
Touch
Event
Handlers
Link copied to clipboard
@
JvmStatic
fun
hasTouchEventHandlers
(
flags
:
Int
)
:
Boolean
is
Duplicate
Children
States
Link copied to clipboard
@
JvmStatic
fun
isDuplicateChildrenStates
(
flags
:
Int
)
:
Boolean
is
Duplicate
Parent
State
Link copied to clipboard
@
JvmStatic
fun
isDuplicateParentState
(
flags
:
Int
)
:
Boolean
is
Mountable
View
Link copied to clipboard
@
JvmStatic
fun
isMountableView
(
unit
:
RenderUnit
<
*
>
)
:
Boolean
is
Touchable
Disabled
Link copied to clipboard
@
JvmStatic
fun
isTouchableDisabled
(
flags
:
Int
)
:
Boolean