-
public class UIManagerHelper
Helper class for UIManager.
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
PADDING_START_INDEX
public final static int
PADDING_END_INDEX
public final static int
PADDING_TOP_INDEX
public final static int
PADDING_BOTTOM_INDEX
-
Method Summary
Modifier and Type Method Description static UIManager
getUIManagerForReactTag(ReactContext context, int reactTag)
static UIManager
getUIManager(ReactContext context, int uiManagerType)
static EventDispatcher
getEventDispatcherForReactTag(ReactContext context, int reactTag)
static EventDispatcher
getEventDispatcher(ReactContext context, int uiManagerType)
static ReactContext
getReactContext(View view)
static int
getSurfaceId(View view)
static int
getSurfaceId(Context context)
static Array<float>
getDefaultTextInputPadding(ThemedReactContext context)
-
-
Method Detail
-
getUIManagerForReactTag
@Nullable() static UIManager getUIManagerForReactTag(ReactContext context, int reactTag)
-
getUIManager
@Nullable() static UIManager getUIManager(ReactContext context, int uiManagerType)
-
getEventDispatcherForReactTag
@Nullable() static EventDispatcher getEventDispatcherForReactTag(ReactContext context, int reactTag)
-
getEventDispatcher
@Nullable() static EventDispatcher getEventDispatcher(ReactContext context, int uiManagerType)
-
getReactContext
static ReactContext getReactContext(View view)
-
getSurfaceId
static int getSurfaceId(View view)
-
getSurfaceId
static int getSurfaceId(Context context)
-
getDefaultTextInputPadding
static Array<float> getDefaultTextInputPadding(ThemedReactContext context)
-
-
-
-