-
- All Implemented Interfaces:
-
com.facebook.react.fabric.mounting.mountitems.MountItem
public class PreAllocateViewMountItem implements MountItem
MountItem that is used to pre-allocate views for JS components.
-
-
Constructor Summary
Constructors Constructor Description PreAllocateViewMountItem(int surfaceId, int reactTag, String component, Object props, StateWrapper stateWrapper, EventEmitterWrapper eventEmitterWrapper, boolean isLayoutable)
-
Method Summary
Modifier and Type Method Description int
getSurfaceId()
void
execute(@NonNull() MountingManager mountingManager)
Execute this MountItem into the operation queue received by parameter. String
toString()
-
-
Constructor Detail
-
PreAllocateViewMountItem
PreAllocateViewMountItem(int surfaceId, int reactTag, String component, Object props, StateWrapper stateWrapper, EventEmitterWrapper eventEmitterWrapper, boolean isLayoutable)
-
-
Method Detail
-
getSurfaceId
int getSurfaceId()
-
execute
void execute(@NonNull() MountingManager mountingManager)
Execute this MountItem into the operation queue received by parameter.
-
-
-
-