public class Binding
extends java.lang.Object
Constructor and Description |
---|
Binding() |
Modifier and Type | Method and Description |
---|---|
void |
driveCxxAnimations() |
void |
register(RuntimeExecutor runtimeExecutor,
FabricUIManager fabricUIManager,
EventBeatManager eventBeatManager,
MessageQueueThread jsMessageQueueThread,
ComponentFactory componentFactory,
ReactNativeConfig reactNativeConfig) |
void |
renderTemplateToSurface(int surfaceId,
java.lang.String uiTemplate) |
void |
setConstraints(int surfaceId,
float minWidth,
float maxWidth,
float minHeight,
float maxHeight,
float offsetX,
float offsetY,
boolean isRTL,
boolean doLeftAndRightSwapInRTL) |
void |
setPixelDensity(float pointScaleFactor) |
void |
startSurface(int surfaceId,
java.lang.String moduleName,
NativeMap initialProps) |
void |
startSurfaceWithConstraints(int surfaceId,
java.lang.String moduleName,
NativeMap initialProps,
float minWidth,
float maxWidth,
float minHeight,
float maxHeight,
float offsetX,
float offsetY,
boolean isRTL,
boolean doLeftAndRightSwapInRTL) |
void |
stopSurface(int surfaceId) |
void |
unregister() |
public void startSurface(int surfaceId, java.lang.String moduleName, NativeMap initialProps)
public void startSurfaceWithConstraints(int surfaceId, java.lang.String moduleName, NativeMap initialProps, float minWidth, float maxWidth, float minHeight, float maxHeight, float offsetX, float offsetY, boolean isRTL, boolean doLeftAndRightSwapInRTL)
public void renderTemplateToSurface(int surfaceId, java.lang.String uiTemplate)
public void stopSurface(int surfaceId)
public void setPixelDensity(float pointScaleFactor)
public void setConstraints(int surfaceId, float minWidth, float maxWidth, float minHeight, float maxHeight, float offsetX, float offsetY, boolean isRTL, boolean doLeftAndRightSwapInRTL)
public void driveCxxAnimations()
public void register(RuntimeExecutor runtimeExecutor, FabricUIManager fabricUIManager, EventBeatManager eventBeatManager, MessageQueueThread jsMessageQueueThread, ComponentFactory componentFactory, ReactNativeConfig reactNativeConfig)
public void unregister()