toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.fabric.mounting
/
MountItemDispatcher
Mount
Item
Dispatcher
open
class
MountItemDispatcher
Members
Constructors
Mount
Item
Dispatcher
Link copied to clipboard
constructor
(
mountingManager
:
MountingManager
,
listener
:
MountItemDispatcher.ItemDispatchListener
)
Types
Item
Dispatch
Listener
Link copied to clipboard
interface
ItemDispatchListener
Functions
add
Mount
Item
Link copied to clipboard
open
fun
addMountItem
(
mountItem
:
MountItem
)
add
Pre
Allocate
Mount
Item
Link copied to clipboard
open
fun
addPreAllocateMountItem
(
mountItem
:
MountItem
)
add
View
Command
Mount
Item
Link copied to clipboard
open
fun
addViewCommandMountItem
(
mountItem
:
DispatchCommandMountItem
)
dispatch
Mount
Items
Link copied to clipboard
@
UiThread
open
fun
dispatchMountItems
(
mountItems
:
Queue
<
MountItem
>
)
dispatch
Pre
Mount
Items
Link copied to clipboard
@
UiThread
open
fun
dispatchPreMountItems
(
frameTimeNanos
:
Long
)
get
Batched
Execution
Time
Link copied to clipboard
open
fun
getBatchedExecutionTime
(
)
:
Long
get
Run
Start
Time
Link copied to clipboard
open
fun
getRunStartTime
(
)
:
Long
try
Dispatch
Mount
Items
Link copied to clipboard
@
UiThread
open
fun
tryDispatchMountItems
(
)
Try to dispatch MountItems.