A B C D E F G H I J K L M N O P Q R S T U V W 

A

abortRequest(int) - Method in class com.facebook.react.modules.image.ImageLoaderModule
 
abortRequest(ExecutorToken, int) - Method in class com.facebook.react.modules.network.NetworkingModule
 
AbstractFloatPairPropertyUpdater - Class in com.facebook.react.animation
Base class for AnimationPropertyUpdater subclasses that updates a pair of float property values.
AbstractFloatPairPropertyUpdater(float, float) - Constructor for class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
AbstractFloatPairPropertyUpdater(float, float, float, float) - Constructor for class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
AbstractSingleFloatProperyUpdater - Class in com.facebook.react.animation
Base class for AnimationPropertyUpdater subclasses that updates a single float property value.
AbstractSingleFloatProperyUpdater(float) - Constructor for class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
AbstractSingleFloatProperyUpdater(float, float) - Constructor for class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
ActionId - Class in com.facebook.quicklog.identifiers
Stub implementation of Action Identifiers.
ActionId() - Constructor for class com.facebook.quicklog.identifiers.ActionId
 
ActivityEventListener - Interface in com.facebook.react.bridge
Listener for receiving activity events.
add(Class<? extends JavaScriptModule>) - Method in class com.facebook.react.bridge.JavaScriptModuleRegistry.Builder
 
add(long) - Method in class com.facebook.react.common.LongArray
 
add(NativeModule) - Method in class com.facebook.react.cxxbridge.NativeModuleRegistry.Builder
 
addActivityEventListener(ActivityEventListener) - Method in class com.facebook.react.bridge.ReactContext
 
addAnimation(int, int, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Adds an Animation previously registered with UIImplementation.registerAnimation(com.facebook.react.animation.Animation) to a View and starts it
addAnimation(int, int, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Adds an Animation previously registered with UIManagerModule.registerAnimation(com.facebook.react.animation.Animation) to a View and starts it
addBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - Method in interface com.facebook.react.bridge.CatalystInstance
Adds a idle listener for this Catalyst instance.
addBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
Adds a idle listener for this Catalyst instance.
addChildAt(CSSNode, int) - Method in class com.facebook.csslayout.CSSNode
 
addChildAt(CSSNodeType, int) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
addChildAt(CSSNodeJNI, int) - Method in class com.facebook.csslayout.CSSNodeJNI
 
addChildAt(CSSNode, int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
addChildrenForAccessibility(ArrayList<View>) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
addCoalescingKey(long) - Method in class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
Starts tracking a new coalescing key corresponding to the gesture with this down time.
addCustomDevOption(String, DevOptionHandler) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
addCustomDevOption(String, DevOptionHandler) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
Add option item to dev settings dialog displayed by this manager.
addCustomDevOption(String, DevOptionHandler) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
addEventEmitters(ThemedReactContext, T) - Method in class com.facebook.react.uimanager.ViewManager
Subclasses can override this method to install custom event emitters on the given View.
addEventEmitters(ThemedReactContext, ReactDrawerLayout) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
addEventEmitters(ThemedReactContext, ReactModalHostView) - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
addEventEmitters(ThemedReactContext, ReactPicker) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
addEventEmitters(ThemedReactContext, ReactSlider) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
addEventEmitters(ThemedReactContext, ReactSwipeRefreshLayout) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
addEventEmitters(ThemedReactContext, ReactSwitch) - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
addEventEmitters(ThemedReactContext, ReactEditText) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
addEventEmitters(ThemedReactContext, ReactToolbar) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
addEventEmitters(ThemedReactContext, WebView) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
addLifecycleEventListener(LifecycleEventListener) - Method in class com.facebook.react.bridge.ReactContext
 
addLifecycleEventListener(LifecycleEventListener) - Method in class com.facebook.react.uimanager.ThemedReactContext
 
addMeasuredRootView(SizeMonitoringFrameLayout) - Method in class com.facebook.react.uimanager.UIManagerModule
Registers a new root view.
addMemoryPressureListener(MemoryPressureListener) - Method in class com.facebook.react.MemoryPressureRouter
Add a listener to be notified of memory pressure events.
addNativeChildAt(ReactShadowNode, int) - Method in class com.facebook.react.uimanager.ReactShadowNode
Adds a child that the native view hierarchy will have at this index in the native view corresponding to this node.
addPackage(ReactPackage) - Method in class com.facebook.react.ReactInstanceManager.Builder
 
addReactInstanceEventListener(ReactInstanceManager.ReactInstanceEventListener) - Method in class com.facebook.react.ReactInstanceManager
Add a listener to be notified of react instance events.
addRootView(int, SizeMonitoringFrameLayout, ThemedReactContext) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
addRootView(int, SizeMonitoringFrameLayout, ThemedReactContext) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
addRootViewGroup(int, ViewGroup, ThemedReactContext) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
addTextChangedListener(TextWatcher) - Method in class com.facebook.react.views.textinput.ReactEditText
 
addUIBlock(UIBlock) - Method in class com.facebook.react.uimanager.UIImplementation
 
addUIBlock(UIBlock) - Method in class com.facebook.react.uimanager.UIManagerModule
Schedule a block to be executed on the UI thread.
addView(T, View, int) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
addView(ReactDrawerLayout, View, int) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
This method is overridden because of two reasons: 1.
addView(View, int) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
addView(RecyclerViewBackedScrollView, View, int) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
addView(ReactViewGroup, View, int) - Method in class com.facebook.react.views.view.ReactViewManager
 
addView(ReactViewPager, View, int) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
addViews(T, List<View>) - Method in class com.facebook.react.uimanager.ViewGroupManager
Convenience method for batching a set of addView calls Note that this adds the views to the beginning of the ViewGroup
AlertFragment - Class in com.facebook.react.modules.dialog
A fragment used to display the dialog.
AlertFragment() - Constructor for class com.facebook.react.modules.dialog.AlertFragment
 
AlertFragment(DialogModule.AlertFragmentListener, Bundle) - Constructor for class com.facebook.react.modules.dialog.AlertFragment
 
ALIGN_ITEMS - Static variable in class com.facebook.react.uimanager.ViewProps
 
ALIGN_SELF - Static variable in class com.facebook.react.uimanager.ViewProps
 
alignContent - Variable in class com.facebook.csslayout.CSSStyle
 
alignItems - Variable in class com.facebook.csslayout.CSSStyle
 
alignSelf - Variable in class com.facebook.csslayout.CSSStyle
 
ALL - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents all directions (left, top, right, bottom).
allowRTL(boolean) - Method in class com.facebook.react.modules.i18nmanager.I18nManagerModule
 
allowRTL(Context, boolean) - Method in class com.facebook.react.modules.i18nmanager.I18nUtil
 
AndroidInfoHelpers - Class in com.facebook.react.modules.systeminfo
 
AndroidInfoHelpers() - Constructor for class com.facebook.react.modules.systeminfo.AndroidInfoHelpers
 
AndroidInfoModule - Class in com.facebook.react.modules.systeminfo
Module that exposes Android Constants to JS.
AndroidInfoModule() - Constructor for class com.facebook.react.modules.systeminfo.AndroidInfoModule
 
AnimatedNodeValueListener - Interface in com.facebook.react.animated
Interface used to listen to ValueAnimatedNode updates.
Animation - Class in com.facebook.react.animation
Base class for various catalyst animation engines.
Animation(int, AnimationPropertyUpdater) - Constructor for class com.facebook.react.animation.Animation
 
AnimationListener - Interface in com.facebook.react.animation
Interface for getting animation lifecycle updates.
AnimationPropertyUpdater - Interface in com.facebook.react.animation
Interface used to update particular property types during animation.
AnimationRegistry - Class in com.facebook.react.animation
Coordinates catalyst animations driven by UIManagerModule and AnimationManagerModule
AnimationRegistry() - Constructor for class com.facebook.react.animation.AnimationRegistry
 
AnimationsDebugModule - Class in com.facebook.react.modules.debug
Module that records debug information during transitions (animated navigation events such as going from one screen to another).
AnimationsDebugModule(ReactApplicationContext, DeveloperSettings) - Constructor for class com.facebook.react.modules.debug.AnimationsDebugModule
 
APP_STATE_ACTIVE - Static variable in class com.facebook.react.modules.appstate.AppStateModule
 
APP_STATE_BACKGROUND - Static variable in class com.facebook.react.modules.appstate.AppStateModule
 
ApplicationHolder - Class in com.facebook.react.common
Deprecated.
ApplicationHolder() - Constructor for class com.facebook.react.common.ApplicationHolder
Deprecated.
 
applyLayoutUpdate(View, int, int, int, int) - Method in class com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
Update layout of given view, via immediate update or animation depending on the current batch layout animation configuration supplied during initialization.
applyPerspective(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyRotateX(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyRotateY(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyRotateZ(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyScaleX(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyScaleY(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyScaleZ(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applySkewX(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applySkewY(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyTranslate2D(double[], double, double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyTranslate3D(double[], double, double, double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
applyUpdatesRecursive(ReactShadowNode, float, float, EventDispatcher) - Method in class com.facebook.react.uimanager.UIImplementation
 
AppRegistry - Interface in com.facebook.react.uimanager
JS module interface - main entry point for launching React application for a given key.
AppStateModule - Class in com.facebook.react.modules.appstate
 
AppStateModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.appstate.AppStateModule
 
arg(String, Object) - Method in class com.facebook.systrace.SystraceMessage.Builder
 
arg(String, int) - Method in class com.facebook.systrace.SystraceMessage.Builder
 
arg(String, long) - Method in class com.facebook.systrace.SystraceMessage.Builder
 
arg(String, double) - Method in class com.facebook.systrace.SystraceMessage.Builder
 
Arguments - Class in com.facebook.react.bridge
 
Arguments() - Constructor for class com.facebook.react.bridge.Arguments
 
Arguments - Class in com.facebook.react.cxxbridge
 
Arguments() - Constructor for class com.facebook.react.cxxbridge.Arguments
 
ARTGroupShadowNode - Class in com.facebook.react.views.art
Shadow node for virtual ARTGroup view
ARTGroupShadowNode() - Constructor for class com.facebook.react.views.art.ARTGroupShadowNode
 
ARTRenderableViewManager - Class in com.facebook.react.views.art
ViewManager for all shadowed ART views: Group, Shape and Text.
ARTShapeShadowNode - Class in com.facebook.react.views.art
Shadow node for virtual ARTShape view
ARTShapeShadowNode() - Constructor for class com.facebook.react.views.art.ARTShapeShadowNode
 
ARTSurfaceView - Class in com.facebook.react.views.art
Custom View implementation that draws an ARTSurface React view and its children.
ARTSurfaceView(Context) - Constructor for class com.facebook.react.views.art.ARTSurfaceView
 
ARTSurfaceViewManager - Class in com.facebook.react.views.art
ViewManager for ARTSurfaceView React views.
ARTSurfaceViewManager() - Constructor for class com.facebook.react.views.art.ARTSurfaceViewManager
 
ARTSurfaceViewShadowNode - Class in com.facebook.react.views.art
Shadow node for ART virtual tree root - ARTSurfaceView
ARTSurfaceViewShadowNode() - Constructor for class com.facebook.react.views.art.ARTSurfaceViewShadowNode
 
ARTTextShadowNode - Class in com.facebook.react.views.art
Shadow node for virtual ARTText view
ARTTextShadowNode() - Constructor for class com.facebook.react.views.art.ARTTextShadowNode
 
ARTVirtualNode - Class in com.facebook.react.views.art
Base class for ARTView virtual nodes: ARTGroupShadowNode, ARTShapeShadowNode and indirectly for ARTTextShadowNode.
ARTVirtualNode() - Constructor for class com.facebook.react.views.art.ARTVirtualNode
 
assertCondition(boolean, String) - Static method in class com.facebook.react.bridge.SoftAssertions
Asserts the given condition, throwing an AssertionException if the condition doesn't hold.
assertCondition(boolean, String) - Static method in class com.facebook.react.cxxbridge.SoftAssertions
Asserts the given condition, throwing an AssertionException if the condition doesn't hold.
assertExplicitMeasureSpec(int, int) - Static method in class com.facebook.react.uimanager.MeasureSpecAssertions
 
AssertionException - Exception in com.facebook.react.bridge
Like AssertionError but extends RuntimeException so that it may be caught by a NativeModuleCallExceptionHandler.
AssertionException(String) - Constructor for exception com.facebook.react.bridge.AssertionException
 
assertIsOnThread() - Method in interface com.facebook.react.bridge.queue.MessageQueueThread
Asserts MessageQueueThread.isOnThread(), throwing a AssertionException (NOT an AssertionError) if the assertion fails.
assertIsOnThread() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
Asserts MessageQueueThreadImpl.isOnThread(), throwing a AssertionException (NOT an AssertionError) if the assertion fails.
assertNotNull(T) - Static method in class com.facebook.react.bridge.SoftAssertions
Asserts that the given Object isn't null, throwing an AssertionException if it was.
assertNotNull(T) - Static method in class com.facebook.react.cxxbridge.SoftAssertions
Asserts that the given Object isn't null, throwing an AssertionException if it was.
assertNotOnUiThread() - Static method in class com.facebook.react.bridge.UiThreadUtil
Throws an AssertionException if the current thread is the UI thread.
assertNotOnUiThread() - Static method in class com.facebook.react.cxxbridge.UiThreadUtil
Throws an AssertionException if the current thread is the UI thread.
assertNow() - Method in class com.facebook.react.common.SingleThreadAsserter
 
assertOnJSQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
assertOnNativeModulesQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
assertOnUiQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
assertOnUiThread() - Static method in class com.facebook.react.bridge.UiThreadUtil
Throws an AssertionException if the current thread is not the UI thread.
assertOnUiThread() - Static method in class com.facebook.react.cxxbridge.UiThreadUtil
Throws an AssertionException if the current thread is not the UI thread.
assertUnreachable(String) - Static method in class com.facebook.react.bridge.SoftAssertions
Throw AssertionException with a given message.
assertUnreachable(String) - Static method in class com.facebook.react.cxxbridge.SoftAssertions
Throw AssertionException with a given message.
AsyncLocalStorageUtil - Class in com.facebook.react.modules.storage
Helper for database operations.
AsyncLocalStorageUtil() - Constructor for class com.facebook.react.modules.storage.AsyncLocalStorageUtil
 
AsyncStorageErrorUtil - Class in com.facebook.react.modules.storage
Helper class for database errors.
AsyncStorageErrorUtil() - Constructor for class com.facebook.react.modules.storage.AsyncStorageErrorUtil
 
AsyncStorageModule - Class in com.facebook.react.modules.storage
 
AsyncStorageModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.storage.AsyncStorageModule
 
attachMeasuredRootView(ReactRootView) - Method in class com.facebook.react.ReactInstanceManager
Attach given to a catalyst instance manager and start JS application using JS module provided by ReactRootView.getJSModuleName().
availableHeight - Variable in class com.facebook.csslayout.CSSCachedMeasurement
 
availableWidth - Variable in class com.facebook.csslayout.CSSCachedMeasurement
 

B

BACKGROUND_COLOR - Static variable in class com.facebook.react.uimanager.ViewProps
 
BaseActivityEventListener - Class in com.facebook.react.bridge
An empty implementation of ActivityEventListener
BaseActivityEventListener() - Constructor for class com.facebook.react.bridge.BaseActivityEventListener
 
BaseJavaModule - Class in com.facebook.react.bridge
Base class for Catalyst native modules whose implementations are written in Java.
BaseJavaModule() - Constructor for class com.facebook.react.bridge.BaseJavaModule
 
BaseJavaModule.JavaMethod - Class in com.facebook.react.bridge
 
BaseJavaModule.JavaMethod(Method) - Constructor for class com.facebook.react.bridge.BaseJavaModule.JavaMethod
 
BaseJavaModule.SyncJavaHook - Class in com.facebook.react.bridge
 
BaseJavaModule.SyncJavaHook(Method) - Constructor for class com.facebook.react.bridge.BaseJavaModule.SyncJavaHook
 
BaseViewManager<T extends android.view.View,C extends LayoutShadowNode> - Class in com.facebook.react.uimanager
Base class that should be suitable for the majority of subclasses of ViewManager.
BaseViewManager() - Constructor for class com.facebook.react.uimanager.BaseViewManager
 
beginArray() - Method in class com.facebook.react.bridge.JsonWriter
 
beginAsyncSection(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
beginObject() - Method in class com.facebook.react.bridge.JsonWriter
 
beginSection(long, String) - Static method in class com.facebook.systrace.Systrace
 
beginSection(long, String) - Static method in class com.facebook.systrace.SystraceMessage
 
border - Variable in class com.facebook.csslayout.CSSStyle
 
BORDER_BOTTOM_LEFT_RADIUS - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_BOTTOM_RIGHT_RADIUS - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_BOTTOM_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_LEFT_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_RADIUS - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_RIGHT_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_SPACING_TYPES - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_TOP_LEFT_RADIUS - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_TOP_RIGHT_RADIUS - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_TOP_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
BOTTOM - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents the bottom direction.
BOTTOM - Static variable in class com.facebook.react.uimanager.ViewProps
 
build() - Method in class com.facebook.react.bridge.JavaScriptModuleRegistry.Builder
 
build() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec.Builder
 
build() - Method in class com.facebook.react.common.MapBuilder.Builder
 
build() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
build() - Method in class com.facebook.react.cxxbridge.NativeModuleRegistry.Builder
 
build() - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
build() - Method in class com.facebook.react.ReactInstanceManager.Builder
Instantiates a new ReactInstanceManagerImpl.
BUILD_JS_MODULE_CONFIG_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
BUILD_JS_MODULE_CONFIG_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
BUILD_NATIVE_MODULE_REGISTRY_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
BUILD_NATIVE_MODULE_REGISTRY_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
builder() - Static method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec
 
builder() - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
builder() - Static method in class com.facebook.react.ReactInstanceManager
Creates a builder that is capable of creating an instance of ReactInstanceManagerImpl.
buildError(int, String) - Static method in class com.facebook.react.modules.location.PositionError
 
buildInlineImageSpan() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
buildInlineImageSpan() - Method in class com.facebook.react.views.text.ReactTextInlineImageShadowNode
Build a TextInlineImageSpan from this node.

C

CachedCSSLayout - Class in com.facebook.csslayout
CSSLayout with additional information about the conditions under which it was generated.
CachedCSSLayout() - Constructor for class com.facebook.csslayout.CachedCSSLayout
 
cachedLayout - Variable in class com.facebook.csslayout.CSSLayout
 
cachedMeasurements - Variable in class com.facebook.csslayout.CSSLayout
 
calculateClippingRect(View, Rect) - Static method in class com.facebook.react.views.view.ReactClippingViewGroupHelper
Can be used by view that support removeClippedSubviews property to calculate area that given should be clipped to based on the clipping rectangle of it's parent in case when parent is also set to clip it's children.
calculateLayout(CSSLayoutContext) - Method in class com.facebook.csslayout.CSSNode
Performs the actual layout and saves the results in CSSNode.layout
calculateLayout(CSSLayoutContext) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
calculateLayout(CSSLayoutContext) - Method in class com.facebook.csslayout.CSSNodeJNI
 
calculateRootLayout(ReactShadowNode) - Method in class com.facebook.react.uimanager.UIImplementation
 
CALL_JAVA_MODULE_METHOD - Static variable in class com.facebook.quicklog.identifiers.ReactNativeBridge
 
Callback - Interface in com.facebook.react.bridge
Interface that represent javascript callback function which can be passed to the native module as a method parameter.
CallbackImpl - Class in com.facebook.react.bridge
Implementation of javascript callback function that use Bridge to schedule method execution
CallbackImpl(CatalystInstance, ExecutorToken, int) - Constructor for class com.facebook.react.bridge.CallbackImpl
 
CallbackImpl - Class in com.facebook.react.cxxbridge
Callback impl that calls directly into the cxxbridge.
callFunction(ExecutorToken, String, String, NativeArray) - Method in interface com.facebook.react.bridge.CatalystInstance
 
callFunction(ExecutorToken, String, String, NativeArray) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
callIdleCallbacks(double) - Method in interface com.facebook.react.modules.core.JSTimersExecution
 
callOnQueue(Callable<T>) - Method in interface com.facebook.react.bridge.queue.MessageQueueThread
Runs the given Callable on this Thread.
callOnQueue(Callable<T>) - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
callTimers(WritableArray) - Method in interface com.facebook.react.modules.core.JSTimersExecution
 
CameraRollManager - Class in com.facebook.react.modules.camera
NativeModule that allows JS to interact with the photos on the device (i.e.
CameraRollManager(ReactApplicationContext) - Constructor for class com.facebook.react.modules.camera.CameraRollManager
 
CANCEL - Static variable in class com.facebook.quicklog.identifiers.ActionId
Termination of marker due to a cancellation
cancel() - Method in class com.facebook.react.animation.Animation
Cancels the animation.
cancel(boolean) - Method in class com.facebook.react.common.futures.SimpleSettableFuture
 
cancel() - Method in class com.facebook.react.modules.vibration.VibrationModule
 
cancelDownloadBundleFromURL() - Method in class com.facebook.react.devsupport.DevServerHelper
 
cancelTag(OkHttpClient, Object) - Static method in class com.facebook.react.common.network.OkHttpCallUtil
 
canCoalesce() - Method in class com.facebook.react.uimanager.events.Event
 
canCoalesce() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
canCoalesce() - Method in class com.facebook.react.views.scroll.ScrollEvent
 
canCoalesce() - Method in class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
canCoalesce() - Method in class com.facebook.react.views.textinput.ReactTextInputEvent
 
canCoalesce() - Method in class com.facebook.react.views.toolbar.events.ToolbarClickEvent
 
canCoalesce() - Method in class com.facebook.react.views.webview.events.TopLoadingErrorEvent
 
canCoalesce() - Method in class com.facebook.react.views.webview.events.TopLoadingFinishEvent
 
canCoalesce() - Method in class com.facebook.react.views.webview.events.TopLoadingStartEvent
 
canOpenURL(String, Promise) - Method in class com.facebook.react.modules.intent.IntentModule
Determine whether or not an installed app can handle a given URL.
canOverrideExistingModule() - Method in class com.facebook.react.bridge.BaseJavaModule
 
canOverrideExistingModule() - Method in interface com.facebook.react.bridge.NativeModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
captureCallback(String) - Static method in class com.facebook.react.devsupport.JSCHeapUpload
 
captureComplete(String, String) - Method in class com.facebook.react.devsupport.JSCHeapCapture
 
captureHeap(String, JSCHeapCapture.CaptureCallback) - Static method in class com.facebook.react.devsupport.JSCHeapCapture
 
captureHeap(String) - Method in interface com.facebook.react.devsupport.JSCHeapCapture.HeapCapture
 
CatalystInstance - Interface in com.facebook.react.bridge
A higher level API on top of the asynchronous JSC bridge.
CatalystInstanceImpl - Class in com.facebook.react.cxxbridge
This provides an implementation of the public CatalystInstance instance.
CatalystInstanceImpl.Builder - Class in com.facebook.react.cxxbridge
 
CatalystInstanceImpl.Builder() - Constructor for class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
checkAndUnpackFile(String, String) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
Adds a file for unpacking.
checkPermission(String, int, int) - Method in interface com.facebook.react.modules.core.PermissionAwareActivity
See ContextWrapper.checkPermission(java.lang.String, int, int).
checkPermission(String, Promise) - Method in class com.facebook.react.modules.permissions.PermissionsModule
Check if the app has the permission given.
checkSelfPermission(String) - Method in interface com.facebook.react.modules.core.PermissionAwareActivity
See ContextWrapper.checkSelfPermission(java.lang.String).
cleanDataFromModules(CatalystInstance) - Static method in class com.facebook.react.modules.common.ModuleDataCleaner
 
clear(Callback) - Method in class com.facebook.react.modules.storage.AsyncStorageModule
Clears the database.
clear() - Method in class com.facebook.react.ReactNativeHost
Destroy the current instance and release the internal reference to it, allowing it to be GCed.
clear() - Method in class com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
 
clearAndCloseDatabase() - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
clearCookies(Callback) - Method in class com.facebook.react.modules.network.ForwardingCookieHandler
 
clearCookies(ExecutorToken, Callback) - Method in class com.facebook.react.modules.network.NetworkingModule
 
clearFocus() - Method in class com.facebook.react.views.textinput.ReactEditText
 
clearJSResponder() - Method in class com.facebook.react.touch.JSResponderHandler
 
clearJSResponder() - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
clearJSResponder() - Method in class com.facebook.react.uimanager.UIImplementation
 
clearJSResponder() - Method in class com.facebook.react.uimanager.UIManagerModule
 
clearSensitiveData() - Method in interface com.facebook.react.modules.common.ModuleDataCleaner.Cleanable
 
clearSensitiveData() - Method in class com.facebook.react.modules.fresco.FrescoModule
 
clearSensitiveData() - Method in class com.facebook.react.modules.storage.AsyncStorageModule
 
ClipboardModule - Class in com.facebook.react.modules.clipboard
A module that allows JS to get/set clipboard contents.
ClipboardModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.clipboard.ClipboardModule
 
close() - Method in interface com.facebook.react.bridge.JavaJSExecutor
Close this executor and cleanup any resources that it was using.
close() - Method in class com.facebook.react.bridge.JsonWriter
 
close() - Method in class com.facebook.react.cxxbridge.JavaScriptExecutor
Close this executor and cleanup any resources that it was using.
close() - Method in class com.facebook.react.cxxbridge.ProxyJavaScriptExecutor
 
close() - Method in class com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
close(int, String, int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
CLOSE_DRAWER - Static variable in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
closePackagerConnection() - Method in class com.facebook.react.devsupport.DevServerHelper
 
closeQuietly() - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
closeQuietly() - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
coalesce(T) - Method in class com.facebook.react.uimanager.events.Event
Given two events, coalesce them into a single event that will be sent to JS instead of two separate events.
COLLAPSABLE - Static variable in class com.facebook.react.uimanager.ViewProps
 
COLOR - Static variable in class com.facebook.react.uimanager.ViewProps
 
ColorUtil - Class in com.facebook.react.views.view
Simple utility class for manipulating colors, based on Fresco's DrawableUtils (https://github.com/facebook/fresco).
ColorUtil() - Constructor for class com.facebook.react.views.view.ColorUtil
 
com.facebook.csslayout - package com.facebook.csslayout
 
com.facebook.jni - package com.facebook.jni
 
com.facebook.perftest - package com.facebook.perftest
 
com.facebook.proguard.annotations - package com.facebook.proguard.annotations
 
com.facebook.quicklog - package com.facebook.quicklog
 
com.facebook.quicklog.identifiers - package com.facebook.quicklog.identifiers
 
com.facebook.react - package com.facebook.react
 
com.facebook.react.animated - package com.facebook.react.animated
 
com.facebook.react.animation - package com.facebook.react.animation
 
com.facebook.react.bridge - package com.facebook.react.bridge
 
com.facebook.react.bridge.queue - package com.facebook.react.bridge.queue
 
com.facebook.react.common - package com.facebook.react.common
 
com.facebook.react.common.annotations - package com.facebook.react.common.annotations
 
com.facebook.react.common.futures - package com.facebook.react.common.futures
 
com.facebook.react.common.network - package com.facebook.react.common.network
 
com.facebook.react.cxxbridge - package com.facebook.react.cxxbridge
 
com.facebook.react.devsupport - package com.facebook.react.devsupport
 
com.facebook.react.module.annotations - package com.facebook.react.module.annotations
 
com.facebook.react.module.model - package com.facebook.react.module.model
 
com.facebook.react.module.processing - package com.facebook.react.module.processing
 
com.facebook.react.modules.appstate - package com.facebook.react.modules.appstate
 
com.facebook.react.modules.camera - package com.facebook.react.modules.camera
 
com.facebook.react.modules.clipboard - package com.facebook.react.modules.clipboard
 
com.facebook.react.modules.common - package com.facebook.react.modules.common
 
com.facebook.react.modules.core - package com.facebook.react.modules.core
 
com.facebook.react.modules.datepicker - package com.facebook.react.modules.datepicker
 
com.facebook.react.modules.debug - package com.facebook.react.modules.debug
 
com.facebook.react.modules.dialog - package com.facebook.react.modules.dialog
 
com.facebook.react.modules.fresco - package com.facebook.react.modules.fresco
 
com.facebook.react.modules.i18nmanager - package com.facebook.react.modules.i18nmanager
 
com.facebook.react.modules.image - package com.facebook.react.modules.image
 
com.facebook.react.modules.intent - package com.facebook.react.modules.intent
 
com.facebook.react.modules.location - package com.facebook.react.modules.location
 
com.facebook.react.modules.netinfo - package com.facebook.react.modules.netinfo
 
com.facebook.react.modules.network - package com.facebook.react.modules.network
 
com.facebook.react.modules.permissions - package com.facebook.react.modules.permissions
 
com.facebook.react.modules.share - package com.facebook.react.modules.share
 
com.facebook.react.modules.statusbar - package com.facebook.react.modules.statusbar
 
com.facebook.react.modules.storage - package com.facebook.react.modules.storage
 
com.facebook.react.modules.systeminfo - package com.facebook.react.modules.systeminfo
 
com.facebook.react.modules.timepicker - package com.facebook.react.modules.timepicker
 
com.facebook.react.modules.toast - package com.facebook.react.modules.toast
 
com.facebook.react.modules.vibration - package com.facebook.react.modules.vibration
 
com.facebook.react.modules.websocket - package com.facebook.react.modules.websocket
 
com.facebook.react.processing - package com.facebook.react.processing
 
com.facebook.react.shell - package com.facebook.react.shell
 
com.facebook.react.touch - package com.facebook.react.touch
 
com.facebook.react.uimanager - package com.facebook.react.uimanager
 
com.facebook.react.uimanager.annotations - package com.facebook.react.uimanager.annotations
 
com.facebook.react.uimanager.debug - package com.facebook.react.uimanager.debug
 
com.facebook.react.uimanager.events - package com.facebook.react.uimanager.events
 
com.facebook.react.uimanager.layoutanimation - package com.facebook.react.uimanager.layoutanimation
 
com.facebook.react.views.art - package com.facebook.react.views.art
 
com.facebook.react.views.drawer - package com.facebook.react.views.drawer
 
com.facebook.react.views.drawer.events - package com.facebook.react.views.drawer.events
 
com.facebook.react.views.image - package com.facebook.react.views.image
 
com.facebook.react.views.imagehelper - package com.facebook.react.views.imagehelper
 
com.facebook.react.views.modal - package com.facebook.react.views.modal
 
com.facebook.react.views.picker - package com.facebook.react.views.picker
 
com.facebook.react.views.picker.events - package com.facebook.react.views.picker.events
 
com.facebook.react.views.progressbar - package com.facebook.react.views.progressbar
 
com.facebook.react.views.recyclerview - package com.facebook.react.views.recyclerview
 
com.facebook.react.views.scroll - package com.facebook.react.views.scroll
 
com.facebook.react.views.slider - package com.facebook.react.views.slider
 
com.facebook.react.views.swiperefresh - package com.facebook.react.views.swiperefresh
 
com.facebook.react.views.switchview - package com.facebook.react.views.switchview
 
com.facebook.react.views.text - package com.facebook.react.views.text
 
com.facebook.react.views.text.frescosupport - package com.facebook.react.views.text.frescosupport
 
com.facebook.react.views.textfrescosupport - package com.facebook.react.views.textfrescosupport
 
com.facebook.react.views.textinput - package com.facebook.react.views.textinput
 
com.facebook.react.views.toolbar - package com.facebook.react.views.toolbar
 
com.facebook.react.views.toolbar.events - package com.facebook.react.views.toolbar.events
 
com.facebook.react.views.view - package com.facebook.react.views.view
 
com.facebook.react.views.viewpager - package com.facebook.react.views.viewpager
 
com.facebook.react.views.webview - package com.facebook.react.views.webview
 
com.facebook.react.views.webview.events - package com.facebook.react.views.webview.events
 
com.facebook.systrace - package com.facebook.systrace
 
COMMAND_GO_BACK - Static variable in class com.facebook.react.views.webview.ReactWebViewManager
 
COMMAND_GO_FORWARD - Static variable in class com.facebook.react.views.webview.ReactWebViewManager
 
COMMAND_RELOAD - Static variable in class com.facebook.react.views.webview.ReactWebViewManager
 
COMMAND_SCROLL_TO - Static variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
COMMAND_SET_PAGE - Static variable in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
COMMAND_SET_PAGE_WITHOUT_ANIMATION - Static variable in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
COMMAND_STOP_LOADING - Static variable in class com.facebook.react.views.webview.ReactWebViewManager
 
CompositeLazyReactPackage - Class in com.facebook.react
 
CompositeLazyReactPackage(LazyReactPackage...) - Constructor for class com.facebook.react.CompositeLazyReactPackage
The order in which packages are passed matters.
CompositeReactPackage - Class in com.facebook.react
CompositeReactPackage allows to create a single package composed of views and modules from several other packages.
CompositeReactPackage(ReactPackage, ReactPackage, ReactPackage...) - Constructor for class com.facebook.react.CompositeReactPackage
The order in which packages are passed matters.
computedFlexBasis - Variable in class com.facebook.csslayout.CSSLayout
 
computedHeight - Variable in class com.facebook.csslayout.CSSCachedMeasurement
 
computedWidth - Variable in class com.facebook.csslayout.CSSCachedMeasurement
 
configureNextLayoutAnimation(ReadableMap, Callback, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Configure an animation to be used for the native layout changes, and native views creation.
configureNextLayoutAnimation(ReadableMap, Callback, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Configure an animation to be used for the native layout changes, and native views creation.
configWebView(WebView) - Method in interface com.facebook.react.views.webview.WebViewConfig
 
connect(String, JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
connect() - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
connect(String, WebsocketJavaScriptExecutor.JSExecutorConnectCallback) - Method in class com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
connect(String, ReadableArray, ReadableMap, int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
connectAnimatedNodes(int, int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
connectAnimatedNodeToView(int, int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
containsImages() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
contentLength() - Method in class com.facebook.react.modules.network.ProgressRequestBody
 
contentLength() - Method in class com.facebook.react.modules.network.ProgressResponseBody
 
ContentSizeChangeEvent - Class in com.facebook.react.uimanager.events
Event dispatched when total width or height of a view's children changes
ContentSizeChangeEvent(int, int, int) - Constructor for class com.facebook.react.uimanager.events.ContentSizeChangeEvent
 
ContentSizeWatcher - Interface in com.facebook.react.views.textinput
 
contentType() - Method in class com.facebook.react.modules.network.ProgressRequestBody
 
contentType() - Method in class com.facebook.react.modules.network.ProgressResponseBody
 
convertJavaStackTrace(Throwable) - Static method in class com.facebook.react.devsupport.StackTraceHelper
Convert a Throwable to an array of StackTraceHelper.StackFrames.
convertJsStackTrace(ReadableArray) - Static method in class com.facebook.react.devsupport.StackTraceHelper
Convert a JavaScript stack trace (see parseErrorStack JS module) to an array of StackTraceHelper.StackFrames.
CookieJarContainer - Interface in com.facebook.react.modules.network
 
Countable - Class in com.facebook.jni
A Java Object that has native memory allocated corresponding to this instance.
Countable() - Constructor for class com.facebook.jni.Countable
 
CppException - Exception in com.facebook.jni
 
CppException(String) - Constructor for exception com.facebook.jni.CppException
 
CppSystemErrorException - Exception in com.facebook.jni
 
CppSystemErrorException(String, int) - Constructor for exception com.facebook.jni.CppSystemErrorException
 
create() - Method in interface com.facebook.react.bridge.JavaJSExecutor.Factory
 
create(MessageQueueThreadSpec, QueueThreadExceptionHandler) - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
create(ReactQueueConfigurationSpec, QueueThreadExceptionHandler) - Static method in class com.facebook.react.bridge.queue.ReactQueueConfigurationImpl
 
create() - Method in interface com.facebook.react.cxxbridge.JavaScriptExecutor.Factory
 
create() - Method in class com.facebook.react.cxxbridge.JSCJavaScriptExecutor.Factory
 
create() - Method in class com.facebook.react.cxxbridge.ProxyJavaScriptExecutor.Factory
 
create(Context, ReactInstanceDevCommandsHandler, String, boolean) - Static method in class com.facebook.react.devsupport.DevSupportManagerFactory
 
create(Context, ReactInstanceDevCommandsHandler, String, boolean, RedBoxHandler) - Static method in class com.facebook.react.devsupport.DevSupportManagerFactory
 
create() - Method in interface com.facebook.react.modules.network.NetworkInterceptorCreator
 
CREATE_CATALYST_INSTANCE_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_CATALYST_INSTANCE_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_REACT_CONTEXT_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_REACT_CONTEXT_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_CONSTANTS_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_CONSTANTS_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_VIEW_MANAGERS_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_VIEW_MANAGERS_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
createAllViewManagers(ReactApplicationContext) - Method in class com.facebook.react.ReactInstanceManager
Uses configured ReactPackage instances to create all view managers
createAnimatedNode(int, ReadableMap) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
createArray() - Static method in class com.facebook.react.bridge.Arguments
This method should be used when you need to stub out creating NativeArrays in unit tests.
createARTGroupViewManager() - Static method in class com.facebook.react.views.art.ARTRenderableViewManager
 
createARTShapeViewManager() - Static method in class com.facebook.react.views.art.ARTRenderableViewManager
 
createARTTextViewManager() - Static method in class com.facebook.react.views.art.ARTRenderableViewManager
 
createAssetLoader(Context, String) - Static method in class com.facebook.react.cxxbridge.JSBundleLoader
This loader is recommended one for release version of your app.
createCachedBundleFromNetworkLoader(String, String) - Static method in class com.facebook.react.cxxbridge.JSBundleLoader
This loader is used when bundle gets reloaded from dev server.
createDefault() - Static method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec
 
createDialog(Context, Bundle, DialogInterface.OnClickListener) - Static method in class com.facebook.react.modules.dialog.AlertFragment
 
createDrawableFromJSDescription(Context, ReadableMap) - Static method in class com.facebook.react.views.view.ReactDrawableHelper
 
createExportedCustomDirectEventTypeConstants() - Static method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
createFileLoader(String) - Static method in class com.facebook.react.cxxbridge.JSBundleLoader
This loader loads bundle from file system.
createIdentityMatrix() - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
createJSModules() - Method in class com.facebook.react.CompositeLazyReactPackage
createJSModules() - Method in class com.facebook.react.CompositeReactPackage
createJSModules() - Method in interface com.facebook.react.ReactPackage
 
createJSModules() - Method in class com.facebook.react.shell.MainReactPackage
 
createMap() - Static method in class com.facebook.react.bridge.Arguments
This method should be used when you need to stub out creating NativeMaps in unit tests.
createNativeModules(ReactApplicationContext) - Method in class com.facebook.react.CompositeReactPackage
createNativeModules(ReactApplicationContext) - Method in class com.facebook.react.LazyReactPackage
 
createNativeModules(ReactApplicationContext) - Method in interface com.facebook.react.ReactPackage
 
createProgressBar(Context, int) - Static method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
We create ProgressBars on both the UI and shadow threads.
createReactActivityDelegate() - Method in class com.facebook.react.ReactActivity
Called at construction time, override if you have a custom delegate implementation.
createReactActivityDelegate() - Method in class com.facebook.react.ReactFragmentActivity
Called at construction time, override if you have a custom delegate implementation.
createReactContextInBackground() - Method in class com.facebook.react.ReactInstanceManager
Trigger react context initialization asynchronously in a background async task.
createReactInstanceManager() - Method in class com.facebook.react.ReactNativeHost
 
createRemoteDebuggerBundleLoader(String, String) - Static method in class com.facebook.react.cxxbridge.JSBundleLoader
This loader is used when proxy debugging is enabled.
createRootShadowNode() - Method in class com.facebook.react.uimanager.UIImplementation
 
createRootView() - Method in class com.facebook.react.ReactActivityDelegate
 
createShadowNode(String) - Method in class com.facebook.react.uimanager.UIImplementation
 
createShadowNodeInstance() - Method in class com.facebook.react.uimanager.SimpleViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.uimanager.ViewGroupManager
 
createShadowNodeInstance() - Method in class com.facebook.react.uimanager.ViewManager
This method should return a subclass of ReactShadowNode which will be then used for measuring position and size of the view.
createShadowNodeInstance() - Method in class com.facebook.react.views.art.ARTRenderableViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.art.ARTSurfaceViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.slider.ReactSliderManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.text.ReactRawTextManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.text.ReactTextViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
createTimer(ExecutorToken, int, int, double, boolean) - Method in class com.facebook.react.modules.core.Timing
 
createUIImplementation(ReactApplicationContext, List<ViewManager>) - Method in class com.facebook.react.uimanager.UIImplementationProvider
 
createView(ThemedReactContext, int, String, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
createView(int, String, int, ReadableMap) - Method in class com.facebook.react.uimanager.UIImplementation
Invoked by React to create a new node with a given tag, class name and properties.
createView(int, String, int, ReadableMap) - Method in class com.facebook.react.uimanager.UIManagerModule
 
createView(ThemedReactContext, JSResponderHandler) - Method in class com.facebook.react.uimanager.ViewManager
Creates a view and installs event emitters on it.
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.uimanager.RootViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.uimanager.ViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.art.ARTRenderableViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.art.ARTSurfaceViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.image.ReactImageManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.picker.ReactDialogPickerManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.picker.ReactDropdownPickerManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.text.ReactRawTextManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.view.ReactViewManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
createViewManagers(ReactApplicationContext) - Method in class com.facebook.react.CompositeLazyReactPackage
createViewManagers(ReactApplicationContext) - Method in class com.facebook.react.CompositeReactPackage
createViewManagers(ReactApplicationContext) - Method in interface com.facebook.react.ReactPackage
 
createViewManagers(ReactApplicationContext) - Method in class com.facebook.react.shell.MainReactPackage
 
createWithInitialCapacity(int) - Static method in class com.facebook.react.common.LongArray
 
cropImage(String, ReadableMap, Callback, Callback) - Method in class com.facebook.react.modules.camera.ImageEditingManager
Crop an image.
CSSAlign - Enum in com.facebook.csslayout
 
CSSCachedMeasurement - Class in com.facebook.csslayout
 
CSSCachedMeasurement() - Constructor for class com.facebook.csslayout.CSSCachedMeasurement
 
CSSConstants - Class in com.facebook.csslayout
 
CSSConstants() - Constructor for class com.facebook.csslayout.CSSConstants
 
CSSDirection - Enum in com.facebook.csslayout
 
CSSFlexDirection - Enum in com.facebook.csslayout
 
CSSJustify - Enum in com.facebook.csslayout
 
CSSLayout - Class in com.facebook.csslayout
Where the output of LayoutEngine#layoutNode(CSSNode, float) will go in the CSSNode.
CSSLayoutContext - Class in com.facebook.csslayout
A context for holding values local to a given instance of layout computation.
CSSLayoutContext() - Constructor for class com.facebook.csslayout.CSSLayoutContext
 
CSSMeasureMode - Enum in com.facebook.csslayout
 
CSSNode - Class in com.facebook.csslayout
A CSS Node.
CSSNode() - Constructor for class com.facebook.csslayout.CSSNode
 
CSSNodeAPI<CSSNodeType extends CSSNodeAPI> - Interface in com.facebook.csslayout
 
CSSNodeAPI.MeasureFunction - Interface in com.facebook.csslayout
 
CSSNodeJNI - Class in com.facebook.csslayout
 
CSSNodeJNI() - Constructor for class com.facebook.csslayout.CSSNodeJNI
 
CSSOverflow - Enum in com.facebook.csslayout
 
CSSPositionType - Enum in com.facebook.csslayout
 
CSSStyle - Class in com.facebook.csslayout
The CSS style definition for a CSSNode.
CSSWrap - Enum in com.facebook.csslayout
 
currentMonotonicTimestamp() - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
currentTimeMillis() - Static method in class com.facebook.react.common.SystemClock
 
CustomStyleSpan - Class in com.facebook.react.views.text
 
CustomStyleSpan(int, int, String, AssetManager) - Constructor for class com.facebook.react.views.text.CustomStyleSpan
 
CxxModuleWrapper - Class in com.facebook.react.cxxbridge
A Java Object which represents a cross-platform C++ module
CxxModuleWrapper(String, String) - Constructor for class com.facebook.react.cxxbridge.CxxModuleWrapper
 
CxxModuleWrapper(HybridData) - Constructor for class com.facebook.react.cxxbridge.CxxModuleWrapper
 

D

DATABASE_NAME - Static variable in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
DatePickerDialogFragment - Class in com.facebook.react.modules.datepicker
 
DatePickerDialogFragment() - Constructor for class com.facebook.react.modules.datepicker.DatePickerDialogFragment
 
DatePickerDialogModule - Class in com.facebook.react.modules.datepicker
NativeModule that allows JS to show a native date picker dialog and get called back when the user selects a date.
DatePickerDialogModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.datepicker.DatePickerDialogModule
 
DebugComponentOwnershipModule - Class in com.facebook.react.uimanager.debug
Native module that can asynchronously request the owners hierarchy of a react tag.
DebugComponentOwnershipModule(ReactApplicationContext) - Constructor for class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
 
DebugComponentOwnershipModule.OwnerHierarchyCallback - Interface in com.facebook.react.uimanager.debug
Callback for when we receive the ownership hierarchy in native code.
DebugComponentOwnershipModule.RCTDebugComponentOwnership - Interface in com.facebook.react.uimanager.debug
 
DebugServerException - Exception in com.facebook.react.devsupport
Tracks errors connecting to or received from the debug derver.
DebugServerException(String) - Constructor for exception com.facebook.react.devsupport.DebugServerException
 
DebugServerException(String, Throwable) - Constructor for exception com.facebook.react.devsupport.DebugServerException
 
DecayAnimation - Class in com.facebook.react.animated
Implementation of AnimationDriver providing support for decay animations.
DecayAnimation(ReadableMap) - Constructor for class com.facebook.react.animated.DecayAnimation
 
decomposeMatrix(double[], MatrixMathHelper.MatrixDecompositionContext) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
DEFAULT_STACK_SIZE_BYTES - Static variable in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
DEFAULT_TEXT_SHADOW_COLOR - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
DefaultHardwareBackBtnHandler - Interface in com.facebook.react.modules.core
Interface used by DeviceEventManagerModule to delegate hardware back button events.
DefaultNativeModuleCallExceptionHandler - Class in com.facebook.react.bridge
Crashy crashy exception handler.
DefaultNativeModuleCallExceptionHandler() - Constructor for class com.facebook.react.bridge.DefaultNativeModuleCallExceptionHandler
 
DefaultStyleValuesUtil - Class in com.facebook.react.views.text
Utility class that access default values from style
defaultValue() - Static method in class com.facebook.react.views.image.ImageResizeMode
This is the default as per web and iOS.
degreesToRadians(double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
deleteInstance() - Static method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
deleteTimer(ExecutorToken, int) - Method in class com.facebook.react.modules.core.Timing
 
deleteView(View, LayoutAnimationListener) - Method in class com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
Animate a view deletion using the layout animation configuration supplied during initialization.
destroy() - Method in interface com.facebook.react.bridge.CatalystInstance
Destroys this catalyst instance, waiting for any other threads in ReactQueueConfiguration (besides the UI thread) to finish running.
destroy() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationImpl
Should be called when the corresponding CatalystInstance is destroyed so that we shut down the proper queue threads.
destroy() - Method in class com.facebook.react.bridge.ReactContext
Destroy this instance, making it unusable.
destroy() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
Destroys this catalyst instance, waiting for any other threads in ReactQueueConfiguration (besides the UI thread) to finish running.
destroy(Context) - Method in class com.facebook.react.MemoryPressureRouter
 
destroy() - Method in class com.facebook.react.modules.network.ForwardingCookieHandler
 
destroy() - Method in class com.facebook.react.ReactInstanceManager
Destroy this React instance and the attached JS context.
detachRootView(ReactRootView) - Method in class com.facebook.react.ReactInstanceManager
Detach given from current catalyst instance.
determinant(double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
DeveloperSettings - Interface in com.facebook.react.modules.debug
Provides access to React Native developers settings.
DEVICE_LOCALHOST - Static variable in class com.facebook.react.modules.systeminfo.AndroidInfoHelpers
 
DeviceEventManagerModule - Class in com.facebook.react.modules.core
Native module that handles device hardware events like hardware back presses.
DeviceEventManagerModule(ReactApplicationContext, DefaultHardwareBackBtnHandler) - Constructor for class com.facebook.react.modules.core.DeviceEventManagerModule
 
DeviceEventManagerModule.RCTDeviceEventEmitter - Interface in com.facebook.react.modules.core
 
DevInternalSettings - Class in com.facebook.react.devsupport
Helper class for accessing developers settings that should not be accessed outside of the package com.facebook.react.devsupport.
DevInternalSettings(Context, DevSupportManager) - Constructor for class com.facebook.react.devsupport.DevInternalSettings
 
DevOptionHandler - Interface in com.facebook.react.devsupport
Callback class for custom options that may appear in DevSupportManager developer options menu.
DevServerHelper - Class in com.facebook.react.devsupport
Helper class for all things about the debug server running in the engineer's host machine.
DevServerHelper(DevInternalSettings) - Constructor for class com.facebook.react.devsupport.DevServerHelper
 
DevServerHelper.BundleDownloadCallback - Interface in com.facebook.react.devsupport
 
DevServerHelper.OnServerContentChangeListener - Interface in com.facebook.react.devsupport
 
DevServerHelper.PackagerCommandListener - Interface in com.facebook.react.devsupport
 
DevServerHelper.PackagerStatusCallback - Interface in com.facebook.react.devsupport
 
DevSettingsActivity - Class in com.facebook.react.devsupport
Activity that display developers settings.
DevSettingsActivity() - Constructor for class com.facebook.react.devsupport.DevSettingsActivity
 
DevSupportManager - Interface in com.facebook.react.devsupport
Interface for accessing and interacting with development features.
DevSupportManagerFactory - Class in com.facebook.react.devsupport
A simple factory that creates instances of DevSupportManager implementations.
DevSupportManagerFactory() - Constructor for class com.facebook.react.devsupport.DevSupportManagerFactory
 
DevSupportManagerImpl - Class in com.facebook.react.devsupport
Interface for accessing and interacting with development features.
DevSupportManagerImpl(Context, ReactInstanceDevCommandsHandler, String, boolean) - Constructor for class com.facebook.react.devsupport.DevSupportManagerImpl
 
DevSupportManagerImpl(Context, ReactInstanceDevCommandsHandler, String, boolean, RedBoxHandler) - Constructor for class com.facebook.react.devsupport.DevSupportManagerImpl
 
DialogModule - Class in com.facebook.react.modules.dialog
 
DialogModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.dialog.DialogModule
 
didDoubleTapR(int, View) - Method in class com.facebook.react.devsupport.DoubleTapReloadRecognizer
 
DidJSUpdateUiDuringFrameDetector - Class in com.facebook.react.modules.debug
Debug object that listens to bridge busy/idle events and UiManagerModule dispatches and uses it to calculate whether JS was able to update the UI during a given frame.
DidJSUpdateUiDuringFrameDetector() - Constructor for class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
 
DIMENSION_HEIGHT - Static variable in class com.facebook.csslayout.CSSLayout
 
DIMENSION_WIDTH - Static variable in class com.facebook.csslayout.CSSLayout
 
dimensions - Variable in class com.facebook.csslayout.CSSLayout
 
dimensions - Variable in class com.facebook.csslayout.CSSStyle
 
direction - Variable in class com.facebook.csslayout.CSSLayout
 
direction - Variable in class com.facebook.csslayout.CSSStyle
 
dirty() - Method in class com.facebook.csslayout.CSSNode
 
dirty() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
dirty() - Method in class com.facebook.csslayout.CSSNodeJNI
 
dirty() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
disable(String) - Method in interface com.facebook.react.views.scroll.FpsListener
Clients should call this method when they want the listener to stop recording data.
DisabledDevSupportManager - Class in com.facebook.react.devsupport
A dummy implementation of DevSupportManager to be used in production mode where development features aren't needed.
DisabledDevSupportManager() - Constructor for class com.facebook.react.devsupport.DisabledDevSupportManager
 
disconnectAnimatedNodeFromView(int, int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
disconnectAnimatedNodes(int, int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
DismissableDatePickerDialog - Class in com.facebook.react.modules.datepicker
Certain versions of Android (Jellybean-KitKat) have a bug where when dismissed, the DatePickerDialog still calls the OnDateSetListener.
DismissableDatePickerDialog(Context, DatePickerDialog.OnDateSetListener, int, int, int) - Constructor for class com.facebook.react.modules.datepicker.DismissableDatePickerDialog
 
DismissableDatePickerDialog(Context, int, DatePickerDialog.OnDateSetListener, int, int, int) - Constructor for class com.facebook.react.modules.datepicker.DismissableDatePickerDialog
 
DismissableTimePickerDialog - Class in com.facebook.react.modules.timepicker
Certain versions of Android (Jellybean-KitKat) have a bug where when dismissed, the TimePickerDialog still calls the OnTimeSetListener.
DismissableTimePickerDialog(Context, TimePickerDialog.OnTimeSetListener, int, int, boolean) - Constructor for class com.facebook.react.modules.timepicker.DismissableTimePickerDialog
 
DismissableTimePickerDialog(Context, int, TimePickerDialog.OnTimeSetListener, int, int, boolean) - Constructor for class com.facebook.react.modules.timepicker.DismissableTimePickerDialog
 
dismissRedbox() - Method in class com.facebook.react.modules.core.ExceptionsManagerModule
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.uimanager.events.ContentSizeChangeEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.uimanager.events.Event
Dispatch this event to JS using the given event emitter.
dispatch(RCTEventEmitter) - Method in class com.facebook.react.uimanager.events.TouchEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.uimanager.OnLayoutEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.drawer.events.DrawerClosedEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.drawer.events.DrawerOpenedEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.image.ImageLoadEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.picker.events.PickerItemSelectEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.scroll.ScrollEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.slider.ReactSliderEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.swiperefresh.RefreshEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.textinput.ReactContentSizeChangedEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.textinput.ReactTextChangedEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.textinput.ReactTextInputEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.toolbar.events.ToolbarClickEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.webview.events.TopLoadingErrorEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.webview.events.TopLoadingFinishEvent
 
dispatch(RCTEventEmitter) - Method in class com.facebook.react.views.webview.events.TopLoadingStartEvent
 
dispatchCommand(int, int, ReadableArray) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
dispatchEvent(Event) - Method in class com.facebook.react.uimanager.events.EventDispatcher
Sends the given Event to JS, coalescing eligible events if JS is backed up.
dispatchMessage(Message) - Method in class com.facebook.react.bridge.queue.MessageQueueThreadHandler
 
dispatchPopulateAccessibilityEvent(AccessibilityEvent) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
dispatchSetPressed(boolean) - Method in class com.facebook.react.views.view.ReactViewGroup
 
dispatchViewManagerCommand(int, int, ReadableArray) - Method in class com.facebook.react.uimanager.UIImplementation
 
dispatchViewManagerCommand(int, int, ReadableArray) - Method in class com.facebook.react.uimanager.UIManagerModule
 
dispatchViewUpdates(EventDispatcher, int) - Method in class com.facebook.react.uimanager.UIImplementation
Invoked at the end of the transaction to commit any updates to the node hierarchy.
DisplayMetricsHolder - Class in com.facebook.react.uimanager
Holds an instance of the current DisplayMetrics so we don't have to thread it through all the classes that need it.
DisplayMetricsHolder() - Constructor for class com.facebook.react.uimanager.DisplayMetricsHolder
 
dispose() - Method in class com.facebook.jni.Countable
 
doFrame(long) - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
doFrame(long) - Method in class com.facebook.react.uimanager.GuardedChoreographerFrameCallback
 
doFrameGuarded(long) - Method in class com.facebook.react.uimanager.GuardedChoreographerFrameCallback
Like the standard doFrame but RuntimeExceptions will be caught and passed to ReactContext.handleException(RuntimeException).
doInBackground(Params...) - Method in class com.facebook.react.bridge.GuardedAsyncTask
 
doInBackground(Void...) - Method in class com.facebook.react.bridge.GuardedResultAsyncTask
 
doInBackgroundGuarded(Params...) - Method in class com.facebook.react.bridge.GuardedAsyncTask
 
doInBackgroundGuarded() - Method in class com.facebook.react.bridge.GuardedResultAsyncTask
 
DoNotStrip - Annotation Type in com.facebook.proguard.annotations
Add this annotation to a class, method, or field to instruct Proguard to not strip it out.
DoubleTapReloadRecognizer - Class in com.facebook.react.devsupport
A class allows recognizing double key tap of "R", used to reload JS in AbstractReactActivity, RedBoxDialog and ReactActivity.
DoubleTapReloadRecognizer() - Constructor for class com.facebook.react.devsupport.DoubleTapReloadRecognizer
 
downloadBundleFromURL(DevServerHelper.BundleDownloadCallback, String, File) - Method in class com.facebook.react.devsupport.DevServerHelper
 
draw(Canvas, Paint, float) - Method in class com.facebook.react.views.art.ARTGroupShadowNode
 
draw(Canvas, Paint, float) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
draw(Canvas, Paint, float) - Method in class com.facebook.react.views.art.ARTTextShadowNode
 
draw(Canvas, Paint, float) - Method in class com.facebook.react.views.art.ARTVirtualNode
 
draw(Canvas) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
draw(Canvas) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
draw(Canvas, CharSequence, int, int, float, int, int, int, Paint) - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
draw(Canvas) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
DRAW_COMPLETE - Static variable in class com.facebook.quicklog.identifiers.ActionId
Some (general) drawing action has completed
DrawableWithIntrinsicSize - Class in com.facebook.react.views.toolbar
Fresco currently sets drawables' intrinsic size to (-1, -1).
DrawableWithIntrinsicSize(Drawable, ImageInfo) - Constructor for class com.facebook.react.views.toolbar.DrawableWithIntrinsicSize
 
DrawerClosedEvent - Class in com.facebook.react.views.drawer.events
 
DrawerClosedEvent(int) - Constructor for class com.facebook.react.views.drawer.events.DrawerClosedEvent
 
DrawerOpenedEvent - Class in com.facebook.react.views.drawer.events
 
DrawerOpenedEvent(int) - Constructor for class com.facebook.react.views.drawer.events.DrawerOpenedEvent
 
DrawerSlideEvent - Class in com.facebook.react.views.drawer.events
Event emitted by a DrawerLayout as it is being moved open/closed.
DrawerSlideEvent(int, float) - Constructor for class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
DrawerStateChangedEvent - Class in com.facebook.react.views.drawer.events
 
DrawerStateChangedEvent(int, int) - Constructor for class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
dropAnimatedNode(int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
dropTail(int) - Method in class com.facebook.react.common.LongArray
Removes the *last* n items of the array all at once.
dropView(View) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
Releases all references to given native View.

E

ELLIPSIZE_MODE - Static variable in class com.facebook.react.uimanager.ViewProps
 
emit(String, Object) - Method in interface com.facebook.react.modules.core.DeviceEventManagerModule.RCTDeviceEventEmitter
 
emit(String, Object) - Method in interface com.facebook.react.modules.core.RCTNativeAppEventEmitter
 
emitHardwareBackPressed() - Method in class com.facebook.react.modules.core.DeviceEventManagerModule
Sends an event to the JS instance that the hardware back has been pressed.
emitNewIntentReceived(Uri) - Method in class com.facebook.react.modules.core.DeviceEventManagerModule
Sends an event to the JS instance that a new intent was received.
emitScrollBeginDragEvent(ViewGroup) - Static method in class com.facebook.react.views.scroll.ReactScrollViewHelper
 
emitScrollEndDragEvent(ViewGroup) - Static method in class com.facebook.react.views.scroll.ReactScrollViewHelper
 
emitScrollEvent(ViewGroup) - Static method in class com.facebook.react.views.scroll.ReactScrollViewHelper
emitScrollMomentumBeginEvent(ViewGroup) - Static method in class com.facebook.react.views.scroll.ReactScrollViewHelper
 
emitScrollMomentumEndEvent(ViewGroup) - Static method in class com.facebook.react.views.scroll.ReactScrollViewHelper
 
emitTimeDriftWarning(String) - Method in interface com.facebook.react.modules.core.JSTimersExecution
 
EMPTY - Static variable in interface com.facebook.react.JSCConfig
 
EMULATOR_LOCALHOST - Static variable in class com.facebook.react.modules.systeminfo.AndroidInfoHelpers
 
enable(String, String, String, int) - Method in interface com.facebook.react.devsupport.HMRClient
Enable the HMRClient so that the client will receive updates from the packager server.
enable(String) - Method in interface com.facebook.react.views.scroll.FpsListener
Clients should call this method when they want the listener to begin recording data.
ENABLED - Static variable in class com.facebook.react.uimanager.ViewProps
 
END - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents end direction e.g.
endArray() - Method in class com.facebook.react.bridge.JsonWriter
 
endAsyncFlow(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
endAsyncSection(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
endObject() - Method in class com.facebook.react.bridge.JsonWriter
 
endSection(long) - Static method in class com.facebook.systrace.Systrace
 
endSection(long) - Static method in class com.facebook.systrace.SystraceMessage
 
enqueueAddAnimation(int, int, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueClearJSResponder() - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueConfigureLayoutAnimation(ReadableMap, Callback, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueCreateView(ThemedReactContext, int, String, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueDispatchCommand(int, int, ReadableArray) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueFindTargetForTouch(int, float, float, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueManageChildren(int, int[], ViewAtIndex[], int[]) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueMeasure(int, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueMeasureInWindow(int, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueRegisterAnimation(Animation) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueRemoveAnimation(int) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueRemoveRootView(int) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueSendAccessibilityEvent(int, int) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueSetChildren(int, ReadableArray) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueSetJSResponder(int, int, boolean) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueSetLayoutAnimationEnabled(boolean) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueShowPopupMenu(int, ReadableArray, Callback, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueUIBlock(UIBlock) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueUIOperation(UIViewOperationQueue.UIOperation) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
Enqueues a UIOperation to be executed in UI thread.
enqueueUpdateExtraData(int, Object) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueUpdateLayout(int, int, int, int, int, int) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueUpdateProperties(int, String, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
equals(Object) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
equals(Object) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
ERROR - Static variable in class com.facebook.quicklog.identifiers.ActionId
Some error occurred
Event<T extends Event> - Class in com.facebook.react.uimanager.events
A UI event that can be dispatched to JS.
Event() - Constructor for class com.facebook.react.uimanager.events.Event
 
Event(int) - Constructor for class com.facebook.react.uimanager.events.Event
 
EVENT_NAME - Static variable in class com.facebook.react.uimanager.events.ContentSizeChangeEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.drawer.events.DrawerClosedEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.drawer.events.DrawerOpenedEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.picker.events.PickerItemSelectEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.slider.ReactSliderEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.textinput.ReactContentSizeChangedEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.textinput.ReactTextChangedEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.textinput.ReactTextInputEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.webview.events.TopLoadingErrorEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.webview.events.TopLoadingFinishEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.webview.events.TopLoadingStartEvent
 
EventDispatcher - Class in com.facebook.react.uimanager.events
Class responsible for dispatching UI events to JS.
EventDispatcher(ReactApplicationContext) - Constructor for class com.facebook.react.uimanager.events.EventDispatcher
 
eventNameForType(int) - Static method in class com.facebook.react.views.image.ImageLoadEvent
 
ExceptionsManagerModule - Class in com.facebook.react.modules.core
 
ExceptionsManagerModule(DevSupportManager) - Constructor for class com.facebook.react.modules.core.ExceptionsManagerModule
 
execute(NativeViewHierarchyManager) - Method in interface com.facebook.react.uimanager.UIBlock
 
execute() - Method in interface com.facebook.react.uimanager.UIViewOperationQueue.UIOperation
 
executeJSCall(String, String) - Method in interface com.facebook.react.bridge.JavaJSExecutor
Execute javascript method within js context
executeJSCall(String, String, JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
executeJSCall(String, String) - Method in class com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
ExecutorToken - Class in com.facebook.react.bridge
Class corresponding to a JS VM that can call into native modules.

F

FAIL - Static variable in class com.facebook.quicklog.identifiers.ActionId
Termination of marker due to some failure
finalize() - Method in class com.facebook.jni.Countable
 
finalize() - Method in class com.facebook.jni.HybridData
 
finalize() - Method in class com.facebook.react.ReactRootView
 
FINALLY - Static variable in class com.facebook.quicklog.identifiers.ActionId
Denoting a finally situation
findSubviewIn(int, float, float, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Find the touch target child native view in the supplied root view hierarchy, given a react target location.
findSubviewIn(int, ReadableArray, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Find the touch target child native view in the supplied root view hierarchy, given a react target location.
findTargetTagAndCoordinatesForTouch(float, float, ViewGroup, float[], int[]) - Static method in class com.facebook.react.uimanager.TouchTargetHelper
Find touch event target view within the provided container given the coordinates provided via MotionEvent.
findTargetTagForTouch(int, float, float) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
findTargetTagForTouch(float, float, ViewGroup) - Static method in class com.facebook.react.uimanager.TouchTargetHelper
Find touch event target view within the provided container given the coordinates provided via MotionEvent.
findTargetTagForTouch(float, float, ViewGroup, int[]) - Static method in class com.facebook.react.uimanager.TouchTargetHelper
Find touch event target view within the provided container given the coordinates provided via MotionEvent.
finish() - Method in class com.facebook.react.animation.Animation
Animation engine should call this method when the animation is finished.
FLEX - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_BASIS - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_DIRECTION - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_GROW - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_SHRINK - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_WRAP - Static variable in class com.facebook.react.uimanager.ViewProps
 
flexBasis - Variable in class com.facebook.csslayout.CSSStyle
 
flexDirection - Variable in class com.facebook.csslayout.CSSStyle
 
flexGrow - Variable in class com.facebook.csslayout.CSSStyle
 
flexShrink - Variable in class com.facebook.csslayout.CSSStyle
 
flexWrap - Variable in class com.facebook.csslayout.CSSStyle
 
fling(int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
fling(int) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
floatsEqual(float, float) - Static method in class com.facebook.csslayout.FloatUtil
 
FloatUtil - Class in com.facebook.csslayout
 
FloatUtil() - Constructor for class com.facebook.csslayout.FloatUtil
 
flush() - Method in class com.facebook.systrace.SystraceMessage.Builder
 
FONT_FAMILY - Static variable in class com.facebook.react.uimanager.ViewProps
 
FONT_SIZE - Static variable in class com.facebook.react.uimanager.ViewProps
 
FONT_SIZE_SP - Static variable in class com.facebook.react.uimanager.ViewDefaults
 
FONT_STYLE - Static variable in class com.facebook.react.uimanager.ViewProps
 
FONT_WEIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
forceRTL(boolean) - Method in class com.facebook.react.modules.i18nmanager.I18nManagerModule
 
forceRTL(Context, boolean) - Method in class com.facebook.react.modules.i18nmanager.I18nUtil
 
formatFrameSource(StackTraceHelper.StackFrame) - Static method in class com.facebook.react.devsupport.StackTraceHelper
Format a StackTraceHelper.StackFrame to a String (method name is not included).
formatStackTrace(String, StackTraceHelper.StackFrame[]) - Static method in class com.facebook.react.devsupport.StackTraceHelper
Format an array of StackTraceHelper.StackFrames with the error title to a String.
ForwardingCookieHandler - Class in com.facebook.react.modules.network
Cookie handler that forwards all cookies to the WebView CookieManager.
ForwardingCookieHandler(ReactContext) - Constructor for class com.facebook.react.modules.network.ForwardingCookieHandler
 
fps - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
FpsDebugFrameCallback - Class in com.facebook.react.modules.debug
Each time a frame is drawn, records whether it should have expected any more callbacks since the last time a frame was drawn (i.e.
FpsDebugFrameCallback(Choreographer, ReactContext) - Constructor for class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
FpsDebugFrameCallback.FpsInfo - Class in com.facebook.react.modules.debug
 
FpsDebugFrameCallback.FpsInfo(int, int, int, int, double, double, int) - Constructor for class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
FpsListener - Interface in com.facebook.react.views.scroll
 
FpsView - Class in com.facebook.react.devsupport
View that automatically monitors and displays the current app frame rate.
FpsView(ReactContext) - Constructor for class com.facebook.react.devsupport.FpsView
 
FRAGMENT_TAG - Static variable in class com.facebook.react.modules.datepicker.DatePickerDialogModule
 
FRAGMENT_TAG - Static variable in class com.facebook.react.modules.timepicker.TimePickerDialogModule
 
FrescoBasedReactTextInlineImageShadowNode - Class in com.facebook.react.views.text.frescosupport
CSSNode that represents an inline image.
FrescoBasedReactTextInlineImageShadowNode(AbstractDraweeControllerBuilder, Object) - Constructor for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
FrescoBasedReactTextInlineImageSpan - Class in com.facebook.react.views.textfrescosupport
FrescoBasedTextInlineImageSpan is a span for Images that are inside .
FrescoBasedReactTextInlineImageSpan(Resources, int, int, Uri, AbstractDraweeControllerBuilder, Object) - Constructor for class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
FrescoBasedReactTextInlineImageViewManager - Class in com.facebook.react.views.text.frescosupport
Manages Images embedded in Text nodes using Fresco.
FrescoBasedReactTextInlineImageViewManager() - Constructor for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
FrescoBasedReactTextInlineImageViewManager(AbstractDraweeControllerBuilder, Object) - Constructor for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
FrescoModule - Class in com.facebook.react.modules.fresco
Module to initialize the Fresco library.
FrescoModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.fresco.FrescoModule
Create a new Fresco module with a default configuration (or the previously given configuration via FrescoModule.FrescoModule(ReactApplicationContext, ImagePipelineConfig).
FrescoModule(ReactApplicationContext, ImagePipelineConfig) - Constructor for class com.facebook.react.modules.fresco.FrescoModule
Create a new Fresco module with a given ImagePipelineConfig.
from(List) - Static method in class com.facebook.react.bridge.JavaOnlyArray
 
fromArray(Object) - Static method in class com.facebook.react.bridge.Arguments
Convert an array to a WritableArray.
fromBundle(Bundle) - Static method in class com.facebook.react.bridge.Arguments
Convert a Bundle to a WritableMap.
fromJavaArgs(Object[]) - Static method in class com.facebook.react.bridge.Arguments
 
fromTextCSSNode(ReactTextShadowNode) - Static method in class com.facebook.react.views.text.ReactTextShadowNode
 

G

generationCount - Variable in class com.facebook.csslayout.CSSLayout
 
GENYMOTION_LOCALHOST - Static variable in class com.facebook.react.modules.systeminfo.AndroidInfoHelpers
 
get(int) - Method in class com.facebook.csslayout.Spacing
Get the spacing for a direction.
get() - Method in class com.facebook.react.common.futures.SimpleSettableFuture
 
get(long, TimeUnit) - Method in class com.facebook.react.common.futures.SimpleSettableFuture
Wait up to the timeout time for another Thread to set a value on this future.
get(int) - Method in class com.facebook.react.common.LongArray
 
get(URI, Map<String, List<String>>) - Method in class com.facebook.react.modules.network.ForwardingCookieHandler
 
get() - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
Create and/or open the database.
get(String) - Method in class com.facebook.react.uimanager.ViewManagerRegistry
 
get4PlusFrameStutters() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getAdapter() - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
getAlignContent() - Method in class com.facebook.csslayout.CSSNode
 
getAlignContent() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getAlignContent() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getAlignItems() - Method in class com.facebook.csslayout.CSSNode
Get this node's align items, as defined by style.
getAlignItems() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getAlignItems() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getAlignSelf() - Method in class com.facebook.csslayout.CSSNode
Get this node's align items, as defined by style.
getAlignSelf() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getAlignSelf() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getAllKeys(Callback) - Method in class com.facebook.react.modules.storage.AsyncStorageModule
Returns an array with all keys from the database.
getAllModules() - Method in class com.facebook.react.cxxbridge.NativeModuleRegistry
 
getAllPerformanceCounters() - Method in class com.facebook.react.bridge.ReactContext
 
getAlpha() - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
getAnimation(int) - Method in class com.facebook.react.animation.AnimationRegistry
 
getAnimationID() - Method in class com.facebook.react.animation.Animation
 
getAnimationRegistry() - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
getApplication() - Static method in class com.facebook.react.common.ApplicationHolder
Deprecated.
 
getApplication() - Method in class com.facebook.react.ReactNativeHost
 
getArray(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getArray(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getArray(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getArray(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getArray(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getArray(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getArray(String) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getBackgroundColor() - Method in class com.facebook.react.views.view.ReactViewGroup
 
getBase64ForTag(String, Callback, Callback) - Method in class com.facebook.react.modules.camera.ImageStoreManager
Calculate the base64 representation for an image.
getBestResult() - Method in class com.facebook.react.views.imagehelper.MultiSourceHelper.MultiSourceResult
Get the best result overall (closest in size to the view's size).
getBestResultInCache() - Method in class com.facebook.react.views.imagehelper.MultiSourceHelper.MultiSourceResult
Get the best result (closest in size to the view's size) that is also in cache.
getBestSourceForSize(int, int, List<ImageSource>) - Static method in class com.facebook.react.views.imagehelper.MultiSourceHelper
 
getBestSourceForSize(int, int, List<ImageSource>, double) - Static method in class com.facebook.react.views.imagehelper.MultiSourceHelper
Chooses the image source with the size closest to the target image size.
getBlurOnSubmit() - Method in class com.facebook.react.views.textinput.ReactEditText
 
getBoolean(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getBoolean(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getBoolean(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getBoolean(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getBoolean(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getBoolean(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getBoolean(String, boolean) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getBorder() - Method in class com.facebook.csslayout.CSSNode
Get this node's border, as defined by style.
getBorder() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getBorder() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getBundleAssetName() - Method in class com.facebook.react.ReactNativeHost
Returns the name of the bundle in assets.
getCallerContext() - Method in class com.facebook.react.views.image.ReactImageManager
 
getCallerContext() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
getCatalystInstance() - Method in class com.facebook.react.bridge.ReactContext
 
getChildAt(int) - Method in class com.facebook.csslayout.CSSNode
 
getChildAt(int) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getChildAt(int) - Method in class com.facebook.csslayout.CSSNodeJNI
 
getChildAt(int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getChildAt(T, int) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
getChildAt(int) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
getChildAt(RecyclerViewBackedScrollView, int) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
getChildAt(ReactViewGroup, int) - Method in class com.facebook.react.views.view.ReactViewManager
 
getChildAt(ReactViewPager, int) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
getChildCount() - Method in class com.facebook.csslayout.CSSNode
 
getChildCount() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getChildCount() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getChildCount(T) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
getChildCount() - Method in class com.facebook.react.views.modal.ReactModalHostView
 
getChildCount(RecyclerViewBackedScrollView) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
getChildCount(ReactViewGroup) - Method in class com.facebook.react.views.view.ReactViewManager
 
getChildCount(ReactViewPager) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
getClippingRect(Rect) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
getClippingRect(Rect) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
getClippingRect(Rect) - Method in interface com.facebook.react.views.view.ReactClippingViewGroup
Get rectangular bounds to which view is currently clipped to.
getClippingRect(Rect) - Method in class com.facebook.react.views.view.ReactViewGroup
 
getCoalescingKey() - Method in class com.facebook.react.uimanager.events.Event
 
getCoalescingKey() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
getCoalescingKey(long) - Method in class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
Gets the coalescing key corresponding to the gesture with this down time.
getCoalescingKey() - Method in class com.facebook.react.views.drawer.events.DrawerClosedEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.drawer.events.DrawerOpenedEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.image.ImageLoadEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.scroll.ScrollEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.slider.ReactSliderEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.webview.events.TopLoadingErrorEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.webview.events.TopLoadingFinishEvent
 
getCoalescingKey() - Method in class com.facebook.react.views.webview.events.TopLoadingStartEvent
 
getCode() - Method in enum com.facebook.systrace.Systrace.EventScope
 
getColor() - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
getColumn() - Method in class com.facebook.react.devsupport.StackTraceHelper.StackFrame
Get the column this frame points to in the file returned by StackTraceHelper.StackFrame.getFile().
getCommandsMap() - Method in class com.facebook.react.uimanager.ViewManager
Subclasses of ViewManager that expect to receive commands through UIManagerModule.dispatchViewManagerCommand(int, int, com.facebook.react.bridge.ReadableArray) should override this method returning the map between names of the commands and IDs that are then used in ViewManager.receiveCommand(T, int, com.facebook.react.bridge.ReadableArray) method whenever the command is dispatched for this particular ViewManager.
getCommandsMap() - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
getCommandsMap() - Static method in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
getCommandsMap() - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
getCommandsMap() - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
getCommandsMap() - Method in class com.facebook.react.views.view.ReactViewManager
 
getCommandsMap() - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
getCommandsMap() - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
getConfigMap() - Method in interface com.facebook.react.JSCConfig
 
getConstants() - Method in class com.facebook.react.bridge.BaseJavaModule
 
getConstants() - Method in class com.facebook.react.modules.camera.ImageEditingManager
 
getConstants() - Method in class com.facebook.react.modules.debug.SourceCodeModule
 
getConstants() - Method in class com.facebook.react.modules.dialog.DialogModule
 
getConstants() - Method in class com.facebook.react.modules.i18nmanager.I18nManagerModule
 
getConstants() - Method in class com.facebook.react.modules.statusbar.StatusBarModule
 
getConstants() - Method in class com.facebook.react.modules.systeminfo.AndroidInfoModule
 
getConstants() - Method in class com.facebook.react.modules.toast.ToastModule
 
getConstants() - Method in class com.facebook.react.uimanager.UIManagerModule
 
getConstantsJson() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
getCurrentActivity() - Method in class com.facebook.react.bridge.ReactContext
Get the activity to which this context is currently attached, or null if not attached.
getCurrentActivity() - Method in class com.facebook.react.bridge.ReactContextBaseJavaModule
Get the activity to which this context is currently attached, or null if not attached.
getCurrentActivity() - Method in class com.facebook.react.uimanager.ThemedReactContext
 
getCurrentAppState(Callback, Callback) - Method in class com.facebook.react.modules.appstate.AppStateModule
 
getCurrentConnectivity(Promise) - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
getCurrentPosition(ReadableMap, Callback, Callback) - Method in class com.facebook.react.modules.location.LocationModule
Get the current position.
getCurrentReactContext() - Method in class com.facebook.react.ReactInstanceManager
 
getData() - Method in class com.facebook.csslayout.CSSNode
 
getData() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getData() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getDebugServerHost() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
getDefaultTextColor(Context) - Static method in class com.facebook.react.views.text.DefaultStyleValuesUtil
Utility method that returns the default text color as define by the theme
getDefaultTextColorHighlight(Context) - Static method in class com.facebook.react.views.text.DefaultStyleValuesUtil
Utility method that returns the default text highlight color as define by the theme
getDefaultTextColorHint(Context) - Static method in class com.facebook.react.views.text.DefaultStyleValuesUtil
Utility method that returns the default text hint color as define by the theme
getDevSettings() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getDevSettings() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getDevSettings() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getDevSupportEnabled() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getDevSupportEnabled() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getDevSupportEnabled() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getDevSupportManager() - Method in class com.facebook.react.ReactInstanceManager
 
getDialog() - Method in class com.facebook.react.views.modal.ReactModalHostView
 
getDidJSHitFrameAndCleanup(long, long) - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
Designed to be called from a Choreographer.FrameCallback#doFrame call.
getDouble(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getDouble(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getDouble(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getDouble(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getDouble(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getDouble(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getDouble(String, double) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getDownloadedJSBundleFile() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getDownloadedJSBundleFile() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getDownloadedJSBundleFile() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getDrawable() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Get the drawable that is span represents.
getDrawable() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
getDraweeControllerBuilder() - Method in class com.facebook.react.views.image.ReactImageManager
 
getDraweeControllerBuilder() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
getDrawerState() - Method in class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
getDrawerWidth(ReactDrawerLayout, float) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
getEffectiveLineHeight() - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
getErrorCode() - Method in exception com.facebook.jni.CppSystemErrorException
 
getEventDispatcher() - Method in class com.facebook.react.uimanager.UIManagerModule
 
getEventName() - Method in class com.facebook.react.uimanager.events.ContentSizeChangeEvent
 
getEventName() - Method in class com.facebook.react.uimanager.events.Event
 
getEventName() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
getEventName() - Method in class com.facebook.react.uimanager.OnLayoutEvent
 
getEventName() - Method in class com.facebook.react.views.drawer.events.DrawerClosedEvent
 
getEventName() - Method in class com.facebook.react.views.drawer.events.DrawerOpenedEvent
 
getEventName() - Method in class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
getEventName() - Method in class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
getEventName() - Method in class com.facebook.react.views.image.ImageLoadEvent
 
getEventName() - Method in class com.facebook.react.views.picker.events.PickerItemSelectEvent
 
getEventName() - Method in class com.facebook.react.views.scroll.ScrollEvent
 
getEventName() - Method in class com.facebook.react.views.slider.ReactSliderEvent
 
getEventName() - Method in class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
getEventName() - Method in class com.facebook.react.views.swiperefresh.RefreshEvent
 
getEventName() - Method in class com.facebook.react.views.textinput.ReactContentSizeChangedEvent
 
getEventName() - Method in class com.facebook.react.views.textinput.ReactTextChangedEvent
 
getEventName() - Method in class com.facebook.react.views.textinput.ReactTextInputEvent
 
getEventName() - Method in class com.facebook.react.views.toolbar.events.ToolbarClickEvent
 
getEventName() - Method in class com.facebook.react.views.webview.events.TopLoadingErrorEvent
 
getEventName() - Method in class com.facebook.react.views.webview.events.TopLoadingFinishEvent
 
getEventName() - Method in class com.facebook.react.views.webview.events.TopLoadingStartEvent
 
getExpectedNumFrames() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getExportedCustomBubblingEventTypeConstants() - Method in class com.facebook.react.uimanager.ViewManager
Returns a map of config data passed to JS that defines eligible events that can be placed on native views.
getExportedCustomBubblingEventTypeConstants() - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.uimanager.ViewManager
Returns a map of config data passed to JS that defines eligible events that can be placed on native views.
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.image.ReactImageManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.slider.ReactSliderManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
getExportedCustomDirectEventTypeConstants() - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
getExportedViewConstants() - Method in class com.facebook.react.uimanager.ViewManager
Returns a map of view-specific constants that are injected to JavaScript.
getExportedViewConstants() - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
getExportedViewConstants() - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
getExportedViewConstants() - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
getExportedViewConstants() - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
getExportedViewConstants() - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
getFile() - Method in class com.facebook.react.devsupport.StackTraceHelper.StackFrame
Get the file this stack frame points to.
getFileName() - Method in class com.facebook.react.devsupport.StackTraceHelper.StackFrame
Get just the name of the file this frame points to.
getFlex() - Method in class com.facebook.csslayout.CSSNode
Get this node's flex, as defined by style.
getFlex() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getFlex() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getFlexBasis() - Method in class com.facebook.csslayout.CSSNode
 
getFlexBasis() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getFlexBasis() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getFlexDirection() - Method in class com.facebook.csslayout.CSSNode
Get this node's flex direction, as defined by style.
getFlexDirection() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getFlexDirection() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getFlexGrow() - Method in class com.facebook.csslayout.CSSNode
 
getFlexGrow() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getFlexGrow() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getFlexShrink() - Method in class com.facebook.csslayout.CSSNode
 
getFlexShrink() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getFlexShrink() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getFloat(String, float) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getFontFamily() - Method in class com.facebook.react.views.text.CustomStyleSpan
Returns the font family set for this StyleSpan.
getFPS() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getFpsInfo(long) - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
Returns the FpsInfo as if stop had been called at the given upToTimeMs.
getHeapCaptureUploadUrl() - Method in class com.facebook.react.devsupport.DevServerHelper
 
getHeapCaptureUploadUrl() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getHeapCaptureUploadUrl() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getHeapCaptureUploadUrl() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getHeight() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Get the height of the span.
getHeight() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
getHitSlopRect() - Method in interface com.facebook.react.touch.ReactHitSlopView
Called when determining the touch area of a view.
getHitSlopRect() - Method in class com.facebook.react.views.view.ReactViewGroup
 
getInitialURL(Promise) - Method in class com.facebook.react.modules.intent.IntentModule
Return the URL the activity was started with
getInstance() - Static method in class com.facebook.react.modules.i18nmanager.I18nUtil
 
getInstance(Context) - Static method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
getInstance() - Static method in class com.facebook.react.uimanager.ReactChoreographer
 
getInstance() - Static method in class com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
 
getInstance() - Static method in class com.facebook.react.views.text.ReactFontManager
 
getInt(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getInt(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getInt(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getInt(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getInt(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getInt(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getInt(String, int) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getIntrinsicHeight() - Method in class com.facebook.react.views.toolbar.DrawableWithIntrinsicSize
 
getIntrinsicWidth() - Method in class com.facebook.react.views.toolbar.DrawableWithIntrinsicSize
 
getItemImpl(SQLiteDatabase, String) - Static method in class com.facebook.react.modules.storage.AsyncLocalStorageUtil
Returns the value of the given key, or null if not found.
getJavaScriptModule(CatalystInstance, ExecutorToken, Class<T>) - Method in class com.facebook.react.bridge.JavaScriptModuleRegistry
 
getJSBundleFile() - Method in class com.facebook.react.ReactInstanceManager
The JS Bundle file that this Instance Manager was constructed with.
getJSBundleFile() - Method in class com.facebook.react.ReactNativeHost
Returns a custom path of the bundle file.
getJSBundleURLForRemoteDebugging(String) - Method in class com.facebook.react.devsupport.DevServerHelper
 
getJSBundleURLForRemoteDebugging() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getJSBundleURLForRemoteDebugging() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getJSBundleURLForRemoteDebugging() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getJsEventCounter() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getJSEventName() - Method in enum com.facebook.react.uimanager.events.TouchEventType
 
getJSEventName() - Method in enum com.facebook.react.views.scroll.ScrollEventType
 
getJSFPS() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getJSMainModuleName() - Method in class com.facebook.react.ReactNativeHost
Returns the name of the main module.
getJSModule(Class<T>) - Method in interface com.facebook.react.bridge.CatalystInstance
 
getJSModule(ExecutorToken, Class<T>) - Method in interface com.facebook.react.bridge.CatalystInstance
 
getJSModule(Class<T>) - Method in class com.facebook.react.bridge.ReactContext
 
getJSModule(ExecutorToken, Class<T>) - Method in class com.facebook.react.bridge.ReactContext
 
getJSModule(Class<T>) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
getJSModule(ExecutorToken, Class<T>) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
getJSQueueThread() - Method in interface com.facebook.react.bridge.queue.ReactQueueConfiguration
 
getJSQueueThread() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationImpl
 
getJSQueueThreadSpec() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec
 
getJustifyContent() - Method in class com.facebook.csslayout.CSSNode
Get this node's justify content, as defined by style.
getJustifyContent() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getJustifyContent() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getLastErrorStack() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getLastErrorStack() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getLastErrorStack() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getLastErrorTitle() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getLastErrorTitle() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getLastErrorTitle() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getLaunchOptions() - Method in class com.facebook.react.ReactActivityDelegate
 
getLayoutCount() - Method in class com.facebook.react.uimanager.UIImplementation
 
getLayoutDirection() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutDirection() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getLayoutDirection() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getLayoutHeight() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutHeight() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getLayoutHeight() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getLayoutTimer() - Method in class com.facebook.react.uimanager.UIImplementation
 
getLayoutWidth() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutWidth() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getLayoutWidth() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getLayoutX() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutX() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getLayoutX() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getLayoutY() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutY() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getLayoutY() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getLifecycleState() - Method in class com.facebook.react.ReactInstanceManager
 
getLine() - Method in class com.facebook.react.devsupport.StackTraceHelper.StackFrame
Get the line number this frame points to in the file returned by StackTraceHelper.StackFrame.getFile().
getLineHeight() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getLooper() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
getMainComponentName() - Method in class com.facebook.react.ReactActivity
Returns the name of the main component registered from JavaScript.
getMainComponentName() - Method in class com.facebook.react.ReactFragmentActivity
Returns the name of the main component registered from JavaScript.
getMap(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getMap(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getMap(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getMap(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getMap(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getMap(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getMap(String) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getMargin() - Method in class com.facebook.csslayout.CSSNode
Get this node's margin, as defined by style + default margin.
getMargin() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getMargin() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getMeasureSpec(float, CSSMeasureMode) - Static method in class com.facebook.react.views.view.MeasureUtil
 
getMemoryPressureRouter() - Method in class com.facebook.react.ReactInstanceManager
 
getMethod() - Method in class com.facebook.react.bridge.BaseJavaModule.JavaMethod
 
getMethod() - Method in class com.facebook.react.bridge.BaseJavaModule.SyncJavaHook
 
getMethod() - Method in class com.facebook.react.devsupport.StackTraceHelper.StackFrame
Get the name of the method this frame points to.
getMethods() - Method in class com.facebook.react.bridge.BaseJavaModule
 
getMethods() - Method in class com.facebook.react.bridge.JavaScriptModuleRegistration
 
getMethods() - Method in interface com.facebook.react.bridge.NativeModule
 
getMethods() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
getMode() - Method in class com.facebook.react.views.picker.ReactPicker
 
getModule(Class<T>) - Method in class com.facebook.react.cxxbridge.NativeModuleRegistry
 
getModuleInterface() - Method in class com.facebook.react.bridge.JavaScriptModuleRegistration
 
getMotionEvent() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
getName() - Method in class com.facebook.react.animated.NativeAnimatedModule
 
getName() - Method in class com.facebook.react.bridge.JavaScriptModuleRegistration
 
getName() - Method in interface com.facebook.react.bridge.NativeModule
 
getName() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
getName() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
getName() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
getName() - Method in class com.facebook.react.devsupport.JSCHeapCapture
 
getName() - Method in class com.facebook.react.devsupport.JSCSamplingProfiler
 
getName() - Method in enum com.facebook.react.devsupport.RedBoxHandler.ErrorType
 
getName() - Method in class com.facebook.react.modules.appstate.AppStateModule
 
getName() - Method in class com.facebook.react.modules.camera.CameraRollManager
 
getName() - Method in class com.facebook.react.modules.camera.ImageEditingManager
 
getName() - Method in class com.facebook.react.modules.camera.ImageStoreManager
 
getName() - Method in class com.facebook.react.modules.clipboard.ClipboardModule
 
getName() - Method in class com.facebook.react.modules.core.DeviceEventManagerModule
 
getName() - Method in class com.facebook.react.modules.core.ExceptionsManagerModule
 
getName() - Method in class com.facebook.react.modules.core.Timing
 
getName() - Method in class com.facebook.react.modules.datepicker.DatePickerDialogModule
 
getName() - Method in class com.facebook.react.modules.debug.AnimationsDebugModule
 
getName() - Method in class com.facebook.react.modules.debug.SourceCodeModule
 
getName() - Method in class com.facebook.react.modules.dialog.DialogModule
 
getName() - Method in class com.facebook.react.modules.fresco.FrescoModule
 
getName() - Method in class com.facebook.react.modules.i18nmanager.I18nManagerModule
 
getName() - Method in class com.facebook.react.modules.image.ImageLoaderModule
 
getName() - Method in class com.facebook.react.modules.intent.IntentModule
 
getName() - Method in class com.facebook.react.modules.location.LocationModule
 
getName() - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
getName() - Method in class com.facebook.react.modules.network.NetworkingModule
 
getName() - Method in class com.facebook.react.modules.permissions.PermissionsModule
 
getName() - Method in class com.facebook.react.modules.share.ShareModule
 
getName() - Method in class com.facebook.react.modules.statusbar.StatusBarModule
 
getName() - Method in class com.facebook.react.modules.storage.AsyncStorageModule
 
getName() - Method in class com.facebook.react.modules.systeminfo.AndroidInfoModule
 
getName() - Method in class com.facebook.react.modules.timepicker.TimePickerDialogModule
 
getName() - Method in class com.facebook.react.modules.toast.ToastModule
 
getName() - Method in class com.facebook.react.modules.vibration.VibrationModule
 
getName() - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
getName() - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
 
getName() - Method in class com.facebook.react.uimanager.RootViewManager
 
getName() - Method in class com.facebook.react.uimanager.UIManagerModule
 
getName() - Method in class com.facebook.react.uimanager.ViewManager
 
getName() - Method in class com.facebook.react.views.art.ARTRenderableViewManager
 
getName() - Method in class com.facebook.react.views.art.ARTSurfaceViewManager
 
getName() - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
getName() - Method in class com.facebook.react.views.image.ReactImageManager
 
getName() - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
getName() - Method in class com.facebook.react.views.picker.ReactDialogPickerManager
 
getName() - Method in class com.facebook.react.views.picker.ReactDropdownPickerManager
 
getName() - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
getName() - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
getName() - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
getName() - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
getName() - Method in class com.facebook.react.views.slider.ReactSliderManager
 
getName() - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
getName() - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
getName() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
getName() - Method in class com.facebook.react.views.text.ReactRawTextManager
 
getName() - Method in class com.facebook.react.views.text.ReactTextViewManager
 
getName() - Method in class com.facebook.react.views.text.ReactVirtualTextViewManager
 
getName() - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
getName() - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
getName() - Method in class com.facebook.react.views.view.ReactViewManager
 
getName() - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
getName() - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
getNativeChildCount() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getNativeModule(Class<T>) - Method in interface com.facebook.react.bridge.CatalystInstance
 
getNativeModule(Class<T>) - Method in class com.facebook.react.bridge.ReactContext
 
getNativeModule(Class<T>) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
getNativeModules() - Method in interface com.facebook.react.bridge.CatalystInstance
 
getNativeModules(ReactApplicationContext) - Method in class com.facebook.react.CompositeLazyReactPackage
getNativeModules() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
getNativeModules(ReactApplicationContext) - Method in class com.facebook.react.LazyReactPackage
 
getNativeModules(ReactApplicationContext) - Method in class com.facebook.react.shell.MainReactPackage
 
getNativeModulesQueueThread() - Method in interface com.facebook.react.bridge.queue.ReactQueueConfiguration
 
getNativeModulesQueueThread() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationImpl
 
getNativeModulesQueueThreadSpec() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec
 
getNativeOffsetForChild(ReactShadowNode) - Method in class com.facebook.react.uimanager.ReactShadowNode
Returns the offset within the native children owned by all layout-only nodes in the subtree rooted at this node for the given child.
getNativeParent() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getNativeProps() - Method in class com.facebook.react.uimanager.ViewManager
 
getNativeProps(Class<? extends ViewManager>, Class<? extends ReactShadowNode>) - Static method in class com.facebook.react.uimanager.ViewManagerPropertyUpdater
 
getNumFrames() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getNumJSFrames() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getOffset() - Method in class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
getOkHttpClient() - Static method in class com.facebook.react.modules.network.OkHttpClientProvider
 
getOnSelectListener() - Method in class com.facebook.react.views.picker.ReactPicker
 
getOpacity() - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
getOpacityFromColor(int) - Static method in class com.facebook.react.views.view.ColorUtil
Gets the opacity from a color.
getOrThrow() - Method in class com.facebook.react.common.futures.SimpleSettableFuture
Convenience wrapper for SimpleSettableFuture.get() that re-throws get()'s Exceptions as RuntimeExceptions.
getOrThrow(long, TimeUnit) - Method in class com.facebook.react.common.futures.SimpleSettableFuture
Convenience wrapper for SimpleSettableFuture.get(long, TimeUnit) that re-throws get()'s Exceptions as RuntimeExceptions.
getOutline(Outline) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
getOverflow() - Method in class com.facebook.csslayout.CSSNode
Get this node's overflow property, as defined in the style
getOverflow() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getOverflow() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getOwnerHierarchy(int, int) - Method in interface com.facebook.react.uimanager.debug.DebugComponentOwnershipModule.RCTDebugComponentOwnership
 
getPackages() - Method in class com.facebook.react.ReactNativeHost
Returns a list of ReactPackage used by the app.
getPadding() - Method in class com.facebook.csslayout.CSSNode
Get this node's padding, as defined by style + default padding.
getPadding() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getPadding() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getPaddingBottom() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getPaddingLeft() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getPaddingRight() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getPaddingTop() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getParent() - Method in class com.facebook.csslayout.CSSNode
 
getParent() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getParent() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getParent() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getPerformanceCounters() - Method in interface com.facebook.react.bridge.PerformanceCounter
 
getPerformanceCounters() - Method in class com.facebook.react.uimanager.UIManagerModule
 
getPhotos(ReadableMap, Promise) - Method in class com.facebook.react.modules.camera.CameraRollManager
Get photos from MediaStore.Images, most recent first.
getPointerEvents() - Method in interface com.facebook.react.uimanager.ReactPointerEventsView
Return the PointerEvents of the View.
getPointerEvents() - Method in class com.facebook.react.views.view.ReactViewGroup
 
getPosition() - Method in class com.facebook.csslayout.CSSNode
Get this node's position, as defined by style.
getPosition() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getPosition() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getPosition() - Method in class com.facebook.react.views.toolbar.events.ToolbarClickEvent
 
getPositionType() - Method in class com.facebook.csslayout.CSSNode
Get this node's position type, as defined by style.
getPositionType() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getPositionType() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getPrimaryColor() - Method in class com.facebook.react.views.picker.ReactPicker
 
getProperties() - Method in interface com.facebook.react.uimanager.ViewManagerPropertyUpdater.Settable
 
getProperty(View, float[]) - Method in class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
getProperty(View) - Method in class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
getProperty(View) - Method in class com.facebook.react.animation.OpacityAnimationPropertyUpdater
 
getProperty(View, float[]) - Method in class com.facebook.react.animation.PositionAnimationPairPropertyUpdater
 
getProperty(View) - Method in class com.facebook.react.animation.RotationAnimationPropertyUpdater
 
getProperty(View) - Method in class com.facebook.react.animation.ScaleXAnimationPropertyUpdater
 
getProperty(View, float[]) - Method in class com.facebook.react.animation.ScaleXYAnimationPairPropertyUpdater
 
getProperty(View) - Method in class com.facebook.react.animation.ScaleYAnimationPropertyUpdater
 
getProvider() - Method in class com.facebook.react.bridge.ModuleSpec
 
getQPLInstance() - Static method in class com.facebook.quicklog.QuickPerformanceLoggerProvider
 
getRaw(int) - Method in class com.facebook.csslayout.Spacing
Get the raw value (that was set using Spacing.set(int, float)), without taking into account any default values.
getReactApplicationContext() - Method in class com.facebook.react.bridge.ReactContextBaseJavaModule
Subclasses can use this method to access catalyst context passed as a constructor
getReactInstanceManager() - Method in class com.facebook.react.ReactActivity
 
getReactInstanceManager() - Method in class com.facebook.react.ReactActivityDelegate
 
getReactInstanceManager() - Method in class com.facebook.react.ReactFragmentActivity
 
getReactInstanceManager() - Method in class com.facebook.react.ReactNativeHost
Get the current ReactInstanceManager instance, or create one.
getReactNativeHost() - Method in class com.facebook.react.ReactActivity
 
getReactNativeHost() - Method in class com.facebook.react.ReactActivityDelegate
Get the ReactNativeHost used by this app.
getReactNativeHost() - Method in interface com.facebook.react.ReactApplication
Get the default ReactNativeHost for this app.
getReactNativeHost() - Method in class com.facebook.react.ReactFragmentActivity
 
getReactQueueConfiguration() - Method in interface com.facebook.react.bridge.CatalystInstance
 
getReactQueueConfiguration() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
getReactTag() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getReactTag() - Method in class com.facebook.react.views.text.ReactTagSpan
 
getRedBoxHandler() - Method in class com.facebook.react.ReactNativeHost
Get the RedBoxHandler to send RedBox-related callbacks to.
getReloadAppAction(Context) - Static method in class com.facebook.react.devsupport.DevServerHelper
Intent action for reloading the JS
getRemoveClippedSubviews() - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
getRemoveClippedSubviews() - Method in class com.facebook.react.views.scroll.ReactScrollView
 
getRemoveClippedSubviews() - Method in interface com.facebook.react.views.view.ReactClippingViewGroup
Get the current value of removeClippedSubviews property.
getRemoveClippedSubviews() - Method in class com.facebook.react.views.view.ReactViewGroup
 
getResourceDrawable(Context, String) - Method in class com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
 
getResourceDrawableId(Context, String) - Method in class com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
 
getResourceDrawableUri(Context, String) - Method in class com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
 
getRootNode() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getRootView(View) - Static method in class com.facebook.react.uimanager.RootViewUtil
Returns the root view of a given view in a react application.
getRootViewTag() - Method in class com.facebook.react.ReactRootView
 
getScreenDisplayMetrics() - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
 
getScreenHeight() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getScreenWidth() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getScreenX() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getScreenY() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getServerHost() - Static method in class com.facebook.react.modules.systeminfo.AndroidInfoHelpers
 
getShadowNodeClass() - Method in class com.facebook.react.uimanager.SimpleViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.uimanager.ViewGroupManager
 
getShadowNodeClass() - Method in class com.facebook.react.uimanager.ViewManager
This method should return Class instance that represent type of shadow node that this manager will return from ViewManager.createShadowNodeInstance().
getShadowNodeClass() - Method in class com.facebook.react.views.art.ARTRenderableViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.art.ARTSurfaceViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.slider.ReactSliderManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.text.ReactRawTextManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.text.ReactTextViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
getSignature() - Method in class com.facebook.react.bridge.BaseJavaModule.JavaMethod
 
getSignature() - Method in class com.facebook.react.bridge.BaseJavaModule.SyncJavaHook
 
getSize(String, Promise) - Method in class com.facebook.react.modules.image.ImageLoaderModule
Fetch the width and height of the given image.
getSize() - Method in class com.facebook.react.views.imagehelper.ImageSource
Get the area of this image.
getSize(Paint, CharSequence, int, int, Paint.FontMetricsInt) - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
getSource() - Method in class com.facebook.react.views.imagehelper.ImageSource
Get the source of this image, as it was passed to the constructor.
getSourceMapUrl(String) - Method in class com.facebook.react.devsupport.DevServerHelper
 
getSourceMapUrl() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getSourceMapUrl() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getSourceMapUrl() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getSourceUrl() - Method in class com.facebook.react.cxxbridge.JSBundleLoader
 
getSourceUrl() - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader
 
getSourceUrl(String) - Method in class com.facebook.react.devsupport.DevServerHelper
 
getSourceUrl() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
getSourceUrl() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
getSourceUrl() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
getSourceUrl() - Method in class com.facebook.react.ReactInstanceManager
Get the URL where the last bundle was loaded from.
getStack() - Method in exception com.facebook.react.devsupport.JSException
 
getStackSize() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
getString(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getString(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getString(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getString(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getString(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getString(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getString(Promise) - Method in class com.facebook.react.modules.clipboard.ClipboardModule
 
getString(String) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
getStyle() - Method in class com.facebook.react.views.progressbar.ProgressBarShadowNode
 
getStyle() - Method in class com.facebook.react.views.text.CustomStyleSpan
Returns Typeface.NORMAL or Typeface.ITALIC.
getStyleDirection() - Method in class com.facebook.csslayout.CSSNode
Get this node's direction, as defined in the style.
getStyleDirection() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleDirection() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getStyleHeight() - Method in class com.facebook.csslayout.CSSNode
Get this node's height, as defined in the style.
getStyleHeight() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleHeight() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getStyleMaxHeight() - Method in class com.facebook.csslayout.CSSNode
Get this node's max height, as defined in the style
getStyleMaxHeight() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleMaxHeight() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getStyleMaxWidth() - Method in class com.facebook.csslayout.CSSNode
Get this node's max width, as defined in the style
getStyleMaxWidth() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleMaxWidth() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getStyleMinHeight() - Method in class com.facebook.csslayout.CSSNode
Get this node's min height, as defined in the style
getStyleMinHeight() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleMinHeight() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getStyleMinWidth() - Method in class com.facebook.csslayout.CSSNode
Get this node's min width, as defined in the style
getStyleMinWidth() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleMinWidth() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getStyleWidth() - Method in class com.facebook.csslayout.CSSNode
Get this node's width, as defined in the style.
getStyleWidth() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
getStyleWidth() - Method in class com.facebook.csslayout.CSSNodeJNI
 
getSyncHooks() - Method in class com.facebook.react.bridge.BaseJavaModule
 
getSystemService(String) - Method in class com.facebook.react.bridge.ReactContext
 
getText() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getTextAlign() - Method in class com.facebook.react.views.text.ReactTextUpdate
 
getThemedContext() - Method in class com.facebook.react.uimanager.ReactShadowNode
Get the ThemedReactContext associated with this ReactShadowNode.
getThreadType() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
getTimestampMs() - Method in class com.facebook.react.uimanager.events.Event
 
getTotalNativeChildren() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getTotalTimeMS() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getType() - Method in class com.facebook.react.bridge.BaseJavaModule.JavaMethod
Determines how the method is exported in JavaScript: METHOD_TYPE_ASYNC for regular methods METHOD_TYPE_PROMISE for methods that return a promise object to the caller.
getType(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
getType(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
getType() - Method in class com.facebook.react.bridge.ModuleSpec
 
getType() - Method in interface com.facebook.react.bridge.NativeModule.NativeMethod
 
getType(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
getType(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
getType(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
getType(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
getTypeface(String, int, AssetManager) - Method in class com.facebook.react.views.text.ReactFontManager
 
getUIImplementation() - Method in class com.facebook.react.uimanager.UIManagerModule
This method gives an access to the UIImplementation object that can be used to execute operations on the view hierarchy.
getUIImplementationProvider() - Method in class com.facebook.react.ReactNativeHost
Get the UIImplementationProvider to use.
getUIQueueThread() - Method in interface com.facebook.react.bridge.queue.ReactQueueConfiguration
 
getUIQueueThread() - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationImpl
 
getUniqueID() - Method in class com.facebook.react.uimanager.events.Event
 
getUri() - Method in class com.facebook.react.views.imagehelper.ImageSource
Get the URI for this image - can be either a parsed network URI or a resource URI.
getUri() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
getUseDeveloperSupport() - Method in class com.facebook.react.ReactNativeHost
Returns whether dev mode should be enabled.
getValue() - Method in class com.facebook.react.views.slider.ReactSliderEvent
 
getValue() - Method in class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
getViewClass() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getViewTag() - Method in class com.facebook.react.uimanager.events.Event
 
getViewX() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
getViewY() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
getWebsocketProxyURL() - Method in class com.facebook.react.devsupport.DevServerHelper
 
getWeight() - Method in class com.facebook.react.views.text.CustomStyleSpan
Returns Typeface.NORMAL or Typeface.BOLD.
getWidth() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Get the width of the span.
getWidth() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
getWindowDisplayMetrics() - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
Deprecated.
Use DisplayMetricsHolder.getScreenDisplayMetrics() instead. See comment above as to why this is not correct to use.
GuardedAsyncTask<Params,Progress> - Class in com.facebook.react.bridge
Abstract base for a AsyncTask that should have any RuntimeExceptions it throws handled by the NativeModuleCallExceptionHandler registered if the app is in dev mode.
GuardedAsyncTask(ReactContext) - Constructor for class com.facebook.react.bridge.GuardedAsyncTask
 
GuardedChoreographerFrameCallback - Class in com.facebook.react.uimanager
Abstract base for a Choreographer FrameCallback that should have any RuntimeExceptions it throws handled by the NativeModuleCallExceptionHandler registered if the app is in dev mode.
GuardedChoreographerFrameCallback(ReactContext) - Constructor for class com.facebook.react.uimanager.GuardedChoreographerFrameCallback
 
GuardedResultAsyncTask<Result> - Class in com.facebook.react.bridge
Abstract base for a AsyncTask with result support that should have any RuntimeExceptions it throws handled by the NativeModuleCallExceptionHandler registered if the app is in dev mode.
GuardedResultAsyncTask(ReactContext) - Constructor for class com.facebook.react.bridge.GuardedResultAsyncTask
 

H

handleCreateView(ReactShadowNode, ThemedReactContext, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles a createView call.
handleCreateView(ReactShadowNode, int, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.UIImplementation
 
handleDebugIntent(Application, String) - Static method in class com.facebook.react.MemoryPressureRouter
 
handleException(Exception) - Method in class com.facebook.react.bridge.DefaultNativeModuleCallExceptionHandler
 
handleException(Exception) - Method in interface com.facebook.react.bridge.NativeModuleCallExceptionHandler
Do something to display or log the exception.
handleException(Exception) - Method in class com.facebook.react.bridge.queue.ProxyQueueThreadExceptionHandler
 
handleException(Exception) - Method in interface com.facebook.react.bridge.queue.QueueThreadExceptionHandler
 
handleException(RuntimeException) - Method in class com.facebook.react.bridge.ReactContext
Passes the given exception to the current NativeModuleCallExceptionHandler if one exists, rethrowing otherwise.
handleException(Exception) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
handleException(Exception) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
handleManageChildren(ReactShadowNode, int[], int[], ViewAtIndex[], int[]) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles a manageChildren call.
handleMemoryPressure(MemoryPressure) - Method in interface com.facebook.react.bridge.MemoryPressureListener
Called when the system generates a memory warning.
handleMemoryPressure(MemoryPressure) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
handleRedbox(String, StackTraceHelper.StackFrame[], RedBoxHandler.ErrorType) - Method in interface com.facebook.react.devsupport.RedBoxHandler
Handle the information from the redbox.
handleReloadJS() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
handleReloadJS() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
handleReloadJS() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
handleRemoveNode(ReactShadowNode) - Static method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles native children cleanup when css node is removed from hierarchy
handleSetChildren(ReactShadowNode, ReadableArray) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles a setChildren call.
handleTouchEvent(MotionEvent, EventDispatcher) - Method in class com.facebook.react.uimanager.JSTouchDispatcher
Main catalyst view is responsible for collecting and sending touch events to JS.
handleUpdateLayout(ReactShadowNode) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles an updateLayout call.
handleUpdateView(ReactShadowNode, String, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles an updateView call.
handleUpdateView(ReactShadowNode, String, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.UIImplementation
 
hasActiveCatalystInstance() - Method in class com.facebook.react.bridge.ReactContext
 
hasBeenInitialized() - Static method in class com.facebook.react.modules.fresco.FrescoModule
Check whether the FrescoModule has already been initialized.
hasBundleInAssets(String) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
hasCoalescingKey(long) - Method in class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
 
hasCurrentActivity() - Method in class com.facebook.react.bridge.ReactContext
 
hasCurrentActivity() - Method in class com.facebook.react.uimanager.ThemedReactContext
 
hashCode() - Method in class com.facebook.react.bridge.JavaOnlyArray
 
hashCode() - Method in class com.facebook.react.bridge.JavaOnlyMap
 
hasInstance() - Method in class com.facebook.react.ReactNativeHost
Get whether this holder contains a ReactInstanceManager instance, or not.
hasKey(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
hasKey(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
hasKey(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
hasKey(String) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
hasModule(Class<T>) - Method in class com.facebook.react.cxxbridge.NativeModuleRegistry
 
hasNativeModule(Class<T>) - Method in interface com.facebook.react.bridge.CatalystInstance
 
hasNativeModule(Class<T>) - Method in class com.facebook.react.bridge.ReactContext
 
hasNativeModule(Class<T>) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
hasNewLayout() - Method in class com.facebook.csslayout.CSSNode
See LayoutState#HAS_NEW_LAYOUT.
hasNewLayout() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
hasNewLayout() - Method in class com.facebook.csslayout.CSSNodeJNI
 
hasNextKey() - Method in interface com.facebook.react.bridge.ReadableMapKeySetIterator
 
hasOverlappingRendering() - Method in class com.facebook.react.views.image.ReactImageView
ReactImageViews only render a single image.
hasOverlappingRendering() - Method in class com.facebook.react.views.view.ReactViewGroup
We override this to allow developers to determine whether they need offscreen alpha compositing or not.
hasStartedCreatingInitialContext() - Method in class com.facebook.react.ReactInstanceManager
 
hasUnseenUpdates() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
hasUpdates() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
hasUpToDateJSBundleInCache() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
hasUpToDateJSBundleInCache() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
hasUpToDateJSBundleInCache() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
height - Variable in class com.facebook.csslayout.MeasureOutput
 
HEIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
heightMeasureMode - Variable in class com.facebook.csslayout.CSSCachedMeasurement
 
hideRedboxDialog() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
hideRedboxDialog() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
hideRedboxDialog() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
HMRClient - Interface in com.facebook.react.devsupport
JS module interface for HMRClient The HMR(Hot Module Replacement)Client allows for the application to receive updates from the packager server (over a web socket), allowing for injection of JavaScript to the running application (without a refresh).
HORIZONTAL - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents horizontal direction (left and right).
HybridData - Class in com.facebook.jni
This object holds a native C++ member for hybrid Java/C++ objects.
HybridData() - Constructor for class com.facebook.jni.HybridData
 

I

I18nManagerModule - Class in com.facebook.react.modules.i18nmanager
NativeModule that allows JS to set allowRTL and get isRTL status.
I18nManagerModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.i18nmanager.I18nManagerModule
 
I18nUtil - Class in com.facebook.react.modules.i18nmanager
 
IllegalViewOperationException - Exception in com.facebook.react.uimanager
An exception caused by JS requesting the UI manager to perform an illegal view operation.
IllegalViewOperationException(String) - Constructor for exception com.facebook.react.uimanager.IllegalViewOperationException
 
ImageEditingManager - Class in com.facebook.react.modules.camera
Native module that provides image cropping functionality.
ImageEditingManager(ReactApplicationContext) - Constructor for class com.facebook.react.modules.camera.ImageEditingManager
 
ImageLoaderModule - Class in com.facebook.react.modules.image
 
ImageLoaderModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.image.ImageLoaderModule
 
ImageLoaderModule(ReactApplicationContext, Object) - Constructor for class com.facebook.react.modules.image.ImageLoaderModule
 
ImageLoadEvent - Class in com.facebook.react.views.image
 
ImageLoadEvent(int, int) - Constructor for class com.facebook.react.views.image.ImageLoadEvent
 
ImageLoadEvent(int, int, String) - Constructor for class com.facebook.react.views.image.ImageLoadEvent
 
ImageLoadEvent(int, int, String, int, int) - Constructor for class com.facebook.react.views.image.ImageLoadEvent
 
ImageResizeMethod - Enum in com.facebook.react.views.image
 
ImageResizeMode - Class in com.facebook.react.views.image
Converts JS resize modes into Android-specific scale type.
ImageResizeMode() - Constructor for class com.facebook.react.views.image.ImageResizeMode
 
ImageSource - Class in com.facebook.react.views.imagehelper
Class describing an image source (network URI or resource) and size.
ImageSource(Context, String, double, double) - Constructor for class com.facebook.react.views.imagehelper.ImageSource
 
ImageSource(Context, String) - Constructor for class com.facebook.react.views.imagehelper.ImageSource
 
ImageStoreManager - Class in com.facebook.react.modules.camera
 
ImageStoreManager(ReactApplicationContext) - Constructor for class com.facebook.react.modules.camera.ImageStoreManager
 
ImmediateAnimation - Class in com.facebook.react.animation
Ignores duration and immediately jump to the end of animation.
ImmediateAnimation(int, AnimationPropertyUpdater) - Constructor for class com.facebook.react.animation.ImmediateAnimation
 
incrementAndGetEventCounter() - Method in class com.facebook.react.views.textinput.ReactEditText
 
incrementCoalescingKey(long) - Method in class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
Increments the coalescing key corresponding to the gesture with this down time.
indexOf(CSSNode) - Method in class com.facebook.csslayout.CSSNode
 
indexOf(CSSNodeType) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
indexOf(CSSNodeJNI) - Method in class com.facebook.csslayout.CSSNodeJNI
 
indexOfNativeChild(ReactShadowNode) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
init() - Method in class com.facebook.csslayout.CSSNode
 
init() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
init() - Method in class com.facebook.csslayout.CSSNodeJNI
 
init(ProcessingEnvironment) - Method in class com.facebook.react.module.processing.ReactModuleSpecProcessor
 
init(ProcessingEnvironment) - Method in class com.facebook.react.processing.ReactPropertyProcessor
 
init(int) - Method in class com.facebook.react.uimanager.events.Event
This method needs to be called before event is sent to event dispatcher.
init(int, int, int, int, int) - Method in class com.facebook.react.uimanager.OnLayoutEvent
 
initDisplayMetrics(Context) - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
 
initDisplayMetricsIfNotInitialized(Context) - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
 
initialize() - Method in class com.facebook.react.animated.NativeAnimatedModule
 
initialize() - Method in class com.facebook.react.bridge.BaseJavaModule
 
initialize() - Method in interface com.facebook.react.bridge.CatalystInstance
Initialize all the native modules
initialize() - Method in interface com.facebook.react.bridge.NativeModule
This is called at the end of CatalystApplicationFragment#createCatalystInstance() after the CatalystInstance has been created, in order to initialize NativeModules that require the CatalystInstance or JS modules.
initialize() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
Initialize all the native modules
initialize() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
initialize() - Method in class com.facebook.react.devsupport.JSCHeapCapture
 
initialize() - Method in class com.facebook.react.devsupport.JSCSamplingProfiler
 
initialize() - Method in class com.facebook.react.modules.appstate.AppStateModule
 
initialize() - Method in class com.facebook.react.modules.core.Timing
 
initialize() - Method in class com.facebook.react.modules.dialog.DialogModule
 
initialize() - Method in class com.facebook.react.modules.fresco.FrescoModule
 
initialize() - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
initialize() - Method in class com.facebook.react.modules.network.NetworkingModule
 
initialize() - Method in class com.facebook.react.modules.storage.AsyncStorageModule
 
initialize() - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
 
initializeFromConfig(ReadableMap) - Method in class com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
 
initializeWithInstance(CatalystInstance) - Method in class com.facebook.react.bridge.ReactContext
Set and initialize CatalystInstance for this Context.
IntentModule - Class in com.facebook.react.modules.intent
Intent module.
IntentModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.intent.IntentModule
 
interceptsTouchEvent(float, float) - Method in interface com.facebook.react.uimanager.ReactCompoundViewGroup
Returns true if react node responsible for the touch even is flattened into this ViewGroup.
invalidateDrawable(Drawable) - Method in class com.facebook.react.views.text.ReactTextView
 
invalidateDrawable(Drawable) - Method in class com.facebook.react.views.textinput.ReactEditText
 
InvalidIteratorException - Exception in com.facebook.react.bridge
Exception thrown by ReadableMapKeySetIterator.nextKey() when the iterator tries to iterate over elements after the end of the key set.
InvalidIteratorException(String) - Constructor for exception com.facebook.react.bridge.InvalidIteratorException
 
inverse(double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
Inverse of a matrix.
invoke(CatalystInstance, ExecutorToken, ReadableNativeArray) - Method in class com.facebook.react.bridge.BaseJavaModule.JavaMethod
 
invoke(Object...) - Method in interface com.facebook.react.bridge.Callback
Schedule javascript function execution represented by this Callback instance
invoke(Object...) - Method in class com.facebook.react.bridge.CallbackImpl
 
invoke(CatalystInstance, ExecutorToken, ReadableNativeArray) - Method in interface com.facebook.react.bridge.NativeModule.NativeMethod
 
invoke(Object...) - Method in class com.facebook.react.cxxbridge.CallbackImpl
 
invokeCallback(ExecutorToken, int, NativeArray) - Method in interface com.facebook.react.bridge.CatalystInstance
 
invokeCallback(ExecutorToken, int, NativeArray) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
invokeDefaultBackPressHandler() - Method in class com.facebook.react.modules.core.DeviceEventManagerModule
Invokes the default back handler for the host of this catalyst instance.
invokeDefaultOnBackPressed() - Method in interface com.facebook.react.modules.core.DefaultHardwareBackBtnHandler
By default, all onBackPress() calls should not execute the default backpress handler and should instead propagate it to the JS instance.
invokeDefaultOnBackPressed() - Method in class com.facebook.react.ReactActivity
 
invokeDefaultOnBackPressed() - Method in class com.facebook.react.ReactFragmentActivity
 
IS_JELLY_BEAN_OR_LATER - Static variable in class com.facebook.react.modules.camera.CameraRollManager
 
isAnimationFpsDebugEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isAnimationFpsDebugEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isCancelled() - Method in class com.facebook.react.common.futures.SimpleSettableFuture
 
isConnectionMetered(Promise) - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
isDestroyed() - Method in interface com.facebook.react.bridge.CatalystInstance
 
isDestroyed() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
isDirty() - Method in class com.facebook.csslayout.CSSNode
See LayoutState#DIRTY.
isDirty() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
isDirty() - Method in class com.facebook.csslayout.CSSNodeJNI
 
isDone() - Method in class com.facebook.react.common.futures.SimpleSettableFuture
 
isElementInspectorEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isElementInspectorEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isEmpty() - Method in class com.facebook.react.common.LongArray
 
isEmpty() - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
isEnabled() - Method in interface com.facebook.react.views.scroll.FpsListener
Reports whether this listener is recording data.
isFpsDebugEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isFpsDebugEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isFromUser() - Method in class com.facebook.react.views.slider.ReactSliderEvent
 
isHotModuleReplacementEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isJSDevModeEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isJSDevModeEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isJSMinifyEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isJSMinifyEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isLayoutOnly() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
isLayoutOnly(String) - Static method in class com.facebook.react.uimanager.ViewProps
 
isLayoutRequested() - Method in class com.facebook.react.views.textinput.ReactEditText
 
isMeasureDefined() - Method in class com.facebook.csslayout.CSSNode
 
isMeasureDefined() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
isMeasureDefined() - Method in class com.facebook.csslayout.CSSNodeJNI
 
isNull(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
isNull(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
isNull(int) - Method in interface com.facebook.react.bridge.ReadableArray
 
isNull(String) - Method in interface com.facebook.react.bridge.ReadableMap
 
isNull(int) - Method in class com.facebook.react.bridge.ReadableNativeArray
 
isNull(String) - Method in class com.facebook.react.bridge.ReadableNativeMap
 
isNull(String) - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
isOnJSQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
isOnNativeModulesQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
isOnThread() - Method in interface com.facebook.react.bridge.queue.MessageQueueThread
 
isOnThread() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
isOnUiQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
isOnUiThread() - Static method in class com.facebook.react.bridge.UiThreadUtil
 
isOnUiThread() - Static method in class com.facebook.react.cxxbridge.UiThreadUtil
 
isPackagerRunning(DevServerHelper.PackagerStatusCallback) - Method in class com.facebook.react.devsupport.DevServerHelper
 
isPackagerRunning(DevServerHelper.PackagerStatusCallback) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
isPackagerRunning(DevServerHelper.PackagerStatusCallback) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
isPackagerRunning(DevServerHelper.PackagerStatusCallback) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
isReloadOnJSChangeEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isRemoteJSDebugEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isRemoteJSDebugEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isReportEnabled() - Method in interface com.facebook.react.devsupport.RedBoxHandler
Whether the report feature is enabled.
isResource() - Method in class com.facebook.react.views.imagehelper.ImageSource
Get whether this image source represents an Android resource or a network URI.
isRTL(Context) - Method in class com.facebook.react.modules.i18nmanager.I18nUtil
Check if the device is currently running on an RTL locale.
isRunningInPerfTest() - Method in class com.facebook.perftest.PerfTestConfig
 
isTextNode() - Method in class com.facebook.csslayout.CSSNode
 
isTextNode() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
isTextNode() - Method in class com.facebook.csslayout.CSSNodeJNI
 
isTracing(long) - Static method in class com.facebook.systrace.Systrace
 
isUndefined(float) - Static method in class com.facebook.csslayout.CSSConstants
 
isValid() - Method in class com.facebook.jni.HybridData
 
isVirtual() - Method in class com.facebook.react.uimanager.ReactShadowNode
Nodes that return true will be treated as "virtual" nodes.
isVirtual() - Method in class com.facebook.react.views.art.ARTGroupShadowNode
 
isVirtual() - Method in class com.facebook.react.views.art.ARTSurfaceViewShadowNode
 
isVirtual() - Method in class com.facebook.react.views.art.ARTVirtualNode
 
isVirtual() - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
isVirtual() - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
isVirtualAnchor() - Method in class com.facebook.react.uimanager.ReactShadowNode
Nodes that return true will be treated as a root view for the virtual nodes tree.
isVirtualAnchor() - Method in class com.facebook.react.views.art.ARTSurfaceViewShadowNode
 
isVirtualAnchor() - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
IteratorHelper - Class in com.facebook.jni
To iterate over an Iterator from C++ requires two calls per entry: hasNext() and next().
IteratorHelper(Iterator) - Constructor for class com.facebook.jni.IteratorHelper
 
IteratorHelper(Iterable) - Constructor for class com.facebook.jni.IteratorHelper
 

J

JavaJSExecutor - Interface in com.facebook.react.bridge
This is class represents java version of native js executor interface.
JavaJSExecutor.Factory - Interface in com.facebook.react.bridge
 
JavaJSExecutor.ProxyExecutorException - Exception in com.facebook.react.bridge
 
JavaJSExecutor.ProxyExecutorException(Throwable) - Constructor for exception com.facebook.react.bridge.JavaJSExecutor.ProxyExecutorException
 
JavaOnlyArray - Class in com.facebook.react.bridge
Java ArrayList backed impementation of ReadableArray and WritableArray Instances of this class SHOULD NOT be used for communication between java and JS, use instances of WritableNativeArray created via Arguments.createArray() or just ReadableArray interface if you want your "native" module method to take an array from JS as an argument.
JavaOnlyArray() - Constructor for class com.facebook.react.bridge.JavaOnlyArray
 
JavaOnlyMap - Class in com.facebook.react.bridge
Java HashMap backed impementation of ReadableMap and WritableMap Instances of this class SHOULD NOT be used for communication between java and JS, use instances of WritableNativeMap created via Arguments.createMap() or just ReadableMap interface if you want your "native" module method to take a map from JS as an argument.
JavaOnlyMap() - Constructor for class com.facebook.react.bridge.JavaOnlyMap
 
JavascriptException - Exception in com.facebook.react.common
A JS exception that was propagated to native.
JavascriptException(String) - Constructor for exception com.facebook.react.common.JavascriptException
 
JavaScriptExecutor - Class in com.facebook.react.cxxbridge
 
JavaScriptExecutor(HybridData) - Constructor for class com.facebook.react.cxxbridge.JavaScriptExecutor
 
JavaScriptExecutor.Factory - Interface in com.facebook.react.cxxbridge
 
JavaScriptModule - Interface in com.facebook.react.bridge
Interface denoting that a class is the interface to a module with the same name in JS.
JavaScriptModuleRegistration - Class in com.facebook.react.bridge
Registration info for a JavaScriptModule.
JavaScriptModuleRegistration(Class<? extends JavaScriptModule>) - Constructor for class com.facebook.react.bridge.JavaScriptModuleRegistration
 
JavaScriptModuleRegistry - Class in com.facebook.react.bridge
Class responsible for holding all the JavaScriptModules registered to this CatalystInstance.
JavaScriptModuleRegistry(List<JavaScriptModuleRegistration>) - Constructor for class com.facebook.react.bridge.JavaScriptModuleRegistry
 
JavaScriptModuleRegistry.Builder - Class in com.facebook.react.bridge
 
JavaScriptModuleRegistry.Builder() - Constructor for class com.facebook.react.bridge.JavaScriptModuleRegistry.Builder
 
JSApplicationCausedNativeException - Exception in com.facebook.react.bridge
A special RuntimeException that should be thrown by native code if it has reached an exceptional state due to a, or a sequence of, bad commands.
JSApplicationCausedNativeException(String) - Constructor for exception com.facebook.react.bridge.JSApplicationCausedNativeException
 
JSApplicationCausedNativeException(String, Throwable) - Constructor for exception com.facebook.react.bridge.JSApplicationCausedNativeException
 
JSApplicationIllegalArgumentException - Exception in com.facebook.react.bridge
An illegal argument Exception caused by an argument passed from JS.
JSApplicationIllegalArgumentException(String) - Constructor for exception com.facebook.react.bridge.JSApplicationIllegalArgumentException
 
JSApplicationIllegalArgumentException(String, Throwable) - Constructor for exception com.facebook.react.bridge.JSApplicationIllegalArgumentException
 
JSBundleLoader - Class in com.facebook.react.cxxbridge
A class that stores JS bundle information and allows CatalystInstance to load a correct bundle through ReactBridge.
JSBundleLoader() - Constructor for class com.facebook.react.cxxbridge.JSBundleLoader
 
JSCConfig - Interface in com.facebook.react
Interface for the configuration object that is passed to JSC.
JSCHeapCapture - Class in com.facebook.react.devsupport
 
JSCHeapCapture(ReactApplicationContext) - Constructor for class com.facebook.react.devsupport.JSCHeapCapture
 
JSCHeapCapture.CaptureCallback - Interface in com.facebook.react.devsupport
 
JSCHeapCapture.CaptureException - Exception in com.facebook.react.devsupport
 
JSCHeapCapture.HeapCapture - Interface in com.facebook.react.devsupport
 
JSCHeapUpload - Class in com.facebook.react.devsupport
Created by cwdick on 7/22/16.
JSCHeapUpload() - Constructor for class com.facebook.react.devsupport.JSCHeapUpload
 
JSCJavaScriptExecutor - Class in com.facebook.react.cxxbridge
 
JSCJavaScriptExecutor(ReadableNativeArray) - Constructor for class com.facebook.react.cxxbridge.JSCJavaScriptExecutor
 
JSCJavaScriptExecutor.Factory - Class in com.facebook.react.cxxbridge
 
JSCJavaScriptExecutor.Factory(WritableNativeMap) - Constructor for class com.facebook.react.cxxbridge.JSCJavaScriptExecutor.Factory
 
JSCSamplingProfiler - Class in com.facebook.react.devsupport
 
JSCSamplingProfiler(ReactApplicationContext) - Constructor for class com.facebook.react.devsupport.JSCSamplingProfiler
 
JSCSamplingProfiler.ProfilerException - Exception in com.facebook.react.devsupport
 
JSCSamplingProfiler.SamplingProfiler - Interface in com.facebook.react.devsupport
 
JSDebuggerWebSocketClient - Class in com.facebook.react.devsupport
A wrapper around WebSocketClient that recognizes RN debugging message format.
JSDebuggerWebSocketClient() - Constructor for class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
JSDebuggerWebSocketClient.JSDebuggerCallback - Interface in com.facebook.react.devsupport
 
JSException - Exception in com.facebook.react.devsupport
This represents an error evaluating JavaScript.
JSException(String, String, Throwable) - Constructor for exception com.facebook.react.devsupport.JSException
 
JSException(String, String) - Constructor for exception com.facebook.react.devsupport.JSException
 
jsFps - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
JsonWriter - Class in com.facebook.react.bridge
Simple Json generator that does no validation.
JsonWriter(Writer) - Constructor for class com.facebook.react.bridge.JsonWriter
 
JSPackagerWebSocketClient - Class in com.facebook.react.devsupport
A wrapper around WebSocketClient that recognizes packager's message format.
JSPackagerWebSocketClient(String, JSPackagerWebSocketClient.JSPackagerCallback) - Constructor for class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
JSPackagerWebSocketClient.JSPackagerCallback - Interface in com.facebook.react.devsupport
 
JSResponderHandler - Class in com.facebook.react.touch
This class coordinates JSResponder commands for UIManagerModule.
JSResponderHandler() - Constructor for class com.facebook.react.touch.JSResponderHandler
 
JSTimersExecution - Interface in com.facebook.react.modules.core
 
JSTouchDispatcher - Class in com.facebook.react.uimanager
JSTouchDispatcher handles dispatching touches to JS from RootViews.
JSTouchDispatcher(ViewGroup) - Constructor for class com.facebook.react.uimanager.JSTouchDispatcher
 
JUSTIFY_CONTENT - Static variable in class com.facebook.react.uimanager.ViewProps
 
justifyContent - Variable in class com.facebook.csslayout.CSSStyle
 

K

KeepGettersAndSetters - Annotation Type in com.facebook.proguard.annotations
Add this annotation to a class, to keep all "void set*(***)" and get* methods.
keySetIterator() - Method in class com.facebook.react.bridge.JavaOnlyMap
 
keySetIterator() - Method in interface com.facebook.react.bridge.ReadableMap
 
keySetIterator() - Method in class com.facebook.react.bridge.ReadableNativeMap
 

L

lastParentDirection - Variable in class com.facebook.csslayout.CSSLayout
 
launchJSDevtools() - Method in class com.facebook.react.devsupport.DevServerHelper
 
LayoutAnimationController - Class in com.facebook.react.uimanager.layoutanimation
Class responsible for animation layout changes, if a valid layout animation config has been supplied.
LayoutAnimationController() - Constructor for class com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
 
LayoutAnimationListener - Interface in com.facebook.react.uimanager.layoutanimation
Listener invoked when a layout animation has completed.
LayoutEngine - Class in com.facebook.csslayout
Calculates layouts based on CSS style.
LayoutEngine() - Constructor for class com.facebook.csslayout.LayoutEngine
 
LayoutShadowNode - Class in com.facebook.react.uimanager
Supply setters for base view layout properties such as width, height, flex properties, borders, etc.
LayoutShadowNode() - Constructor for class com.facebook.react.uimanager.LayoutShadowNode
 
LazyReactPackage - Class in com.facebook.react
React package supporting lazy creation of native modules.
LazyReactPackage() - Constructor for class com.facebook.react.LazyReactPackage
 
LEFT - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents the left direction.
LEFT - Static variable in class com.facebook.react.uimanager.ViewProps
 
LifecycleEventListener - Interface in com.facebook.react.bridge
Listener for receiving activity lifecycle events.
LifecycleState - Enum in com.facebook.react
Lifecycle state for an Activity.
LINE_HEIGHT - Static variable in class com.facebook.react.uimanager.ViewDefaults
 
LINE_HEIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
lineIndex - Variable in class com.facebook.csslayout.CSSNode
 
loadApp(String) - Method in class com.facebook.react.ReactActivity
 
loadApp(String) - Method in class com.facebook.react.ReactActivityDelegate
 
loadApp(String) - Method in class com.facebook.react.ReactFragmentActivity
 
loadApplicationScript(String) - Method in interface com.facebook.react.bridge.JavaJSExecutor
Load javascript into the js context
loadApplicationScript(String, HashMap<String, String>, JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
loadApplicationScript(String) - Method in class com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
loadComponentOwnerHierarchy(int, DebugComponentOwnershipModule.OwnerHierarchyCallback) - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
Request to receive the component hierarchy for a particular tag.
loadForRequest(HttpUrl) - Method in class com.facebook.react.modules.network.ReactCookieJarContainer
 
loadScript(CatalystInstanceImpl) - Method in class com.facebook.react.cxxbridge.JSBundleLoader
 
loadScript(CatalystInstanceImpl) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader
 
LocationModule - Class in com.facebook.react.modules.location
Native module that exposes Geolocation to JS.
LocationModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.location.LocationModule
 
logMarker(String) - Static method in class com.facebook.react.bridge.ReactMarker
 
logMarker(String) - Method in interface com.facebook.react.bridge.ReactMarker.MarkerListener
 
LongArray - Class in com.facebook.react.common
Object wrapping an auto-expanding long[].

M

MainReactPackage - Class in com.facebook.react.shell
Package defining basic modules and view managers.
MainReactPackage() - Constructor for class com.facebook.react.shell.MainReactPackage
 
mainThreadSpec() - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
makeGeneric(String, Throwable) - Static method in exception com.facebook.react.devsupport.DebugServerException
 
makeGeneric(String, String, Throwable) - Static method in exception com.facebook.react.devsupport.DebugServerException
 
makeNativeArray(List) - Static method in class com.facebook.react.cxxbridge.Arguments
This method converts a List into a NativeArray.
makeNativeArray(Object) - Static method in class com.facebook.react.cxxbridge.Arguments
This overload is like the above, but uses reflection to operate on any primitive or object type.
makeNativeMap(Map<String, Object>) - Static method in class com.facebook.react.cxxbridge.Arguments
This method converts a Map into a NativeMap.
makeNativeMap(Bundle) - Static method in class com.facebook.react.cxxbridge.Arguments
Like the above, but takes a Bundle instead of a Map.
manageChildren(int, int[], ViewAtIndex[], int[]) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
manageChildren(int, ReadableArray, ReadableArray, ReadableArray, ReadableArray, ReadableArray) - Method in class com.facebook.react.uimanager.UIImplementation
Invoked when there is a mutation in a node tree.
manageChildren(int, ReadableArray, ReadableArray, ReadableArray, ReadableArray, ReadableArray) - Method in class com.facebook.react.uimanager.UIManagerModule
Interface for adding/removing/moving views within a parent view from JS.
mAnimated - Variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollToCommandData
 
MapBuilder - Class in com.facebook.react.common
Utility class for creating maps
MapBuilder() - Constructor for class com.facebook.react.common.MapBuilder
 
MapBuilder.Builder<K,V> - Class in com.facebook.react.common
 
MapIteratorHelper - Class in com.facebook.jni
To iterate over a Map from C++ requires four calls per entry: hasNext(), next(), getKey(), getValue().
MapIteratorHelper(Map) - Constructor for class com.facebook.jni.MapIteratorHelper
 
mApplication - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
margin - Variable in class com.facebook.csslayout.CSSStyle
 
MARGIN - Static variable in class com.facebook.react.uimanager.ViewProps
 
MARGIN_BOTTOM - Static variable in class com.facebook.react.uimanager.ViewProps
 
MARGIN_HORIZONTAL - Static variable in class com.facebook.react.uimanager.ViewProps
 
MARGIN_LEFT - Static variable in class com.facebook.react.uimanager.ViewProps
 
MARGIN_RIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
MARGIN_TOP - Static variable in class com.facebook.react.uimanager.ViewProps
 
MARGIN_VERTICAL - Static variable in class com.facebook.react.uimanager.ViewProps
 
markerCancel(int) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerCancel(int, int) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerEnd(int, short) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerEnd(int, int, short) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerEnd(int, int, short, long) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerNote(int, short) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerNote(int, int, short) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerNote(int, int, short, long) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerStart(int) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerStart(int, int) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerStart(int, int, long) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerTag(int, String) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markerTag(int, int, String) - Method in class com.facebook.quicklog.QuickPerformanceLogger
 
markLayoutSeen() - Method in class com.facebook.csslayout.CSSNode
Tells the node that the current values in CSSNode.layout have been seen.
markLayoutSeen() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
markLayoutSeen() - Method in class com.facebook.csslayout.CSSNodeJNI
 
markUpdated() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
markUpdated() - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
markUpdateSeen() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
MatrixMathHelper - Class in com.facebook.react.uimanager
Provides helper methods for converting transform operations into a matrix and then into a list of translate, scale and rotate commands.
MatrixMathHelper() - Constructor for class com.facebook.react.uimanager.MatrixMathHelper
 
MatrixMathHelper.MatrixDecompositionContext - Class in com.facebook.react.uimanager
 
MatrixMathHelper.MatrixDecompositionContext() - Constructor for class com.facebook.react.uimanager.MatrixMathHelper.MatrixDecompositionContext
 
MAX_CACHED_RESULT_COUNT - Static variable in class com.facebook.csslayout.CSSLayout
 
MAX_HEIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
MAX_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
maxHeight - Variable in class com.facebook.csslayout.CSSStyle
 
maxWidth - Variable in class com.facebook.csslayout.CSSStyle
 
maybeSetText(ReactTextUpdate) - Method in class com.facebook.react.views.textinput.ReactEditText
 
maybeUpdateView() - Method in class com.facebook.react.views.image.ReactImageView
 
mBridgeIdleDebugListener - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mCanOverrideExistingModule - Variable in class com.facebook.react.module.model.ReactModuleInfo
 
mClipping - Variable in class com.facebook.react.views.art.ARTGroupShadowNode
 
mContainsImages - Variable in class com.facebook.react.views.text.ReactTextShadowNode
 
mCurrentActivity - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mDefaultHardwareBackBtnHandler - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mDestX - Variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollToCommandData
 
mDestY - Variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollToCommandData
 
measure(CSSNodeAPI, float, CSSMeasureMode, float, CSSMeasureMode, MeasureOutput) - Method in interface com.facebook.csslayout.CSSNodeAPI.MeasureFunction
 
measure(float, int, float, int) - Method in class com.facebook.csslayout.CSSNodeJNI
 
measure(int, int[]) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
Returns true on success, false on failure.
measure(int, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Determines the location on screen, width, and height of the given view relative to the root view and returns the values via an async callback.
measure(int, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Determines the location on screen, width, and height of the given view and returns the values via an async callback.
measure(CSSNodeAPI, float, CSSMeasureMode, float, CSSMeasureMode, MeasureOutput) - Method in class com.facebook.react.views.progressbar.ProgressBarShadowNode
 
measure(CSSNodeAPI, float, CSSMeasureMode, float, CSSMeasureMode, MeasureOutput) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
measuredDimensions - Variable in class com.facebook.csslayout.CSSLayout
 
measureInWindow(int, int[]) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
Returns the coordinates of a view relative to the window (not just the RootView which is what measure will return)
measureInWindow(int, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Determines the location on screen, width, and height of the given view relative to the device screen and returns the values via an async callback.
measureInWindow(int, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Determines the location on screen, width, and height of the given view relative to the device screen and returns the values via an async callback.
measureLayout(int, int, Callback, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Measures the view specified by tag relative to the given ancestorTag.
measureLayout(int, int, Callback, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Measures the view specified by tag relative to the given ancestorTag.
measureLayoutRelativeToParent(int, Callback, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
measureLayoutRelativeToParent(int, Callback, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
MeasureOutput - Class in com.facebook.csslayout
POJO to hold the output of the measure function.
MeasureOutput() - Constructor for class com.facebook.csslayout.MeasureOutput
 
MeasureSpecAssertions - Class in com.facebook.react.uimanager
Shared utility for asserting on MeasureSpecs.
MeasureSpecAssertions() - Constructor for class com.facebook.react.uimanager.MeasureSpecAssertions
 
MeasureUtil - Class in com.facebook.react.views.view
 
MeasureUtil() - Constructor for class com.facebook.react.views.view.MeasureUtil
 
MemoryPressure - Enum in com.facebook.react.bridge
 
MemoryPressureListener - Interface in com.facebook.react.bridge
Listener interface for memory pressure events.
MemoryPressureRouter - Class in com.facebook.react
Translates and routes memory pressure events to the current catalyst instance.
merge(ReadableMap) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
merge(ReadableMap) - Method in interface com.facebook.react.bridge.WritableMap
 
merge(ReadableMap) - Method in class com.facebook.react.bridge.WritableNativeMap
 
MessageQueueThread - Interface in com.facebook.react.bridge.queue
Encapsulates a Thread that can accept Runnables.
MessageQueueThreadHandler - Class in com.facebook.react.bridge.queue
Handler that can catch and dispatch Exceptions to an Exception handler.
MessageQueueThreadHandler(Looper, QueueThreadExceptionHandler) - Constructor for class com.facebook.react.bridge.queue.MessageQueueThreadHandler
 
MessageQueueThreadImpl - Class in com.facebook.react.bridge.queue
Encapsulates a Thread that has a Looper running on it that can accept Runnables.
MessageQueueThreadRegistry - Class in com.facebook.react.bridge.queue
A utility for getting the MessageQueueThread for the current thread.
MessageQueueThreadRegistry() - Constructor for class com.facebook.react.bridge.queue.MessageQueueThreadRegistry
 
MessageQueueThreadSpec - Class in com.facebook.react.bridge.queue
Spec for creating a MessageQueueThread.
MessageQueueThreadSpec.ThreadType - Enum in com.facebook.react.bridge.queue
 
METHOD_TYPE_ASYNC - Static variable in class com.facebook.react.bridge.BaseJavaModule
 
METHOD_TYPE_PROMISE - Static variable in class com.facebook.react.bridge.BaseJavaModule
 
METHOD_TYPE_SYNC - Static variable in class com.facebook.react.bridge.BaseJavaModule
 
mFontSize - Variable in class com.facebook.react.views.text.ReactTextShadowNode
 
MIN_HEIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
MIN_OPACITY_FOR_DRAW - Static variable in class com.facebook.react.views.art.ARTVirtualNode
 
MIN_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
minHeight - Variable in class com.facebook.csslayout.CSSStyle
 
mInitialLifecycleState - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
minWidth - Variable in class com.facebook.csslayout.CSSStyle
 
mJSBundleAssetUrl - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mJSBundleLoader - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mJSCConfig - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mJSMainModuleName - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mName - Variable in class com.facebook.react.module.model.ReactModuleInfo
 
mNativeModuleCallExceptionHandler - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mNeedsEagerInit - Variable in class com.facebook.react.module.model.ReactModuleInfo
 
mNumberOfLines - Variable in class com.facebook.react.views.text.ReactTextShadowNode
 
ModuleDataCleaner - Class in com.facebook.react.modules.common
Cleans sensitive user data from native modules that implement the Cleanable interface.
ModuleDataCleaner() - Constructor for class com.facebook.react.modules.common.ModuleDataCleaner
 
ModuleDataCleaner.Cleanable - Interface in com.facebook.react.modules.common
Indicates a module may contain sensitive user data and should be cleaned on logout.
ModuleRegistryHolder - Class in com.facebook.react.cxxbridge
 
ModuleRegistryHolder(CatalystInstanceImpl, Collection<JavaModuleWrapper>, Collection<CxxModuleWrapper>) - Constructor for class com.facebook.react.cxxbridge.ModuleRegistryHolder
 
ModuleSpec - Class in com.facebook.react.bridge
A specification for a native module.
ModuleSpec(Class<? extends NativeModule>, Provider<? extends NativeModule>) - Constructor for class com.facebook.react.bridge.ModuleSpec
 
MOMENTUM_DELAY - Static variable in class com.facebook.react.views.scroll.ReactScrollViewHelper
 
mOpacity - Variable in class com.facebook.react.views.art.ARTVirtualNode
 
mPackages - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mPath - Variable in class com.facebook.react.views.art.ARTShapeShadowNode
 
mRedBoxHandler - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
mScale - Variable in class com.facebook.react.views.art.ARTVirtualNode
 
mSupportsWebWorkers - Variable in class com.facebook.react.module.model.ReactModuleInfo
 
mTextAlign - Variable in class com.facebook.react.views.text.ReactTextShadowNode
 
mUIImplementationProvider - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
multiGet(ReadableArray, Callback) - Method in class com.facebook.react.modules.storage.AsyncStorageModule
Given an array of keys, this returns a map of (key, value) pairs for the keys found, and (key, null) for the keys that haven't been found.
multiMerge(ReadableArray, Callback) - Method in class com.facebook.react.modules.storage.AsyncStorageModule
Given an array of (key, value) pairs, this will merge the given values with the stored values of the given keys, if they exist.
multiplyColorAlpha(int, int) - Static method in class com.facebook.react.views.view.ColorUtil
Multiplies the color with the given alpha.
multiplyInto(double[], double[], double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
multiplyVectorByMatrix(double[], double[], double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
Based on: http://tog.acm.org/resources/GraphicsGems/gemsii/unmatrix.c
multiRemove(ReadableArray, Callback) - Method in class com.facebook.react.modules.storage.AsyncStorageModule
Removes all rows of the keys given.
multiSet(ReadableArray, Callback) - Method in class com.facebook.react.modules.storage.AsyncStorageModule
Inserts multiple (key, value) pairs.
MultiSourceHelper - Class in com.facebook.react.views.imagehelper
Helper class for dealing with multisource images.
MultiSourceHelper() - Constructor for class com.facebook.react.views.imagehelper.MultiSourceHelper
 
MultiSourceHelper.MultiSourceResult - Class in com.facebook.react.views.imagehelper
 
mUseDeveloperSupport - Variable in class com.facebook.react.ReactInstanceManager.Builder
 
myMessageQueueThread() - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadRegistry
 
mZIndexHash - Static variable in class com.facebook.react.uimanager.ViewGroupManager
 

N

name(String) - Method in class com.facebook.react.bridge.JsonWriter
 
nanoTime() - Static method in class com.facebook.react.common.SystemClock
 
NATIVE_MODULE_INITIALIZE_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
NATIVE_MODULE_INITIALIZE_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
NativeAnimatedModule - Class in com.facebook.react.animated
Module that exposes interface for creating and managing animated nodes on the "native" side.
NativeAnimatedModule(ReactApplicationContext) - Constructor for class com.facebook.react.animated.NativeAnimatedModule
 
NativeArgumentsParseException - Exception in com.facebook.react.bridge
Exception thrown when a native module method call receives unexpected arguments from JS.
NativeArgumentsParseException(String) - Constructor for exception com.facebook.react.bridge.NativeArgumentsParseException
 
NativeArgumentsParseException(String, Throwable) - Constructor for exception com.facebook.react.bridge.NativeArgumentsParseException
 
NativeArray - Class in com.facebook.react.bridge
Base class for an array whose members are stored in native code (C++).
NativeArray(HybridData) - Constructor for class com.facebook.react.bridge.NativeArray
 
NativeGestureUtil - Class in com.facebook.react.uimanager.events
Utilities for native Views that interpret native gestures (e.g.
NativeGestureUtil() - Constructor for class com.facebook.react.uimanager.events.NativeGestureUtil
 
NativeMap - Class in com.facebook.react.bridge
Base class for a Map whose keys and values are stored in native code (C++).
NativeMap(HybridData) - Constructor for class com.facebook.react.bridge.NativeMap
 
NativeModule - Interface in com.facebook.react.bridge
A native module whose API can be provided to JS catalyst instances.
NativeModule.NativeMethod - Interface in com.facebook.react.bridge
 
NativeModule.SyncNativeHook - Interface in com.facebook.react.bridge
A method that can be called from JS synchronously on the JS thread and return a result.
NativeModuleCallExceptionHandler - Interface in com.facebook.react.bridge
Interface for a class that knows how to handle an Exception thrown by a native module invoked from JS.
NativeModuleRegistry - Class in com.facebook.react.cxxbridge
A set of Java APIs to expose to a particular JavaScript instance.
NativeModuleRegistry.Builder - Class in com.facebook.react.cxxbridge
 
NativeModuleRegistry.Builder() - Constructor for class com.facebook.react.cxxbridge.NativeModuleRegistry.Builder
 
NativeRunnable - Class in com.facebook.jni
A Runnable that has a native run implementation.
NativeRunnable - Class in com.facebook.react.bridge.queue
A Runnable that has a native run implementation.
NativeRunnableDeprecated - Class in com.facebook.react.bridge.queue
A Runnable that has a native run implementation.
NativeViewHierarchyManager - Class in com.facebook.react.uimanager
Delegate of UIManagerModule that owns the native view hierarchy and mapping between native view names used in JS and corresponding instances of ViewManager.
NativeViewHierarchyManager(ViewManagerRegistry) - Constructor for class com.facebook.react.uimanager.NativeViewHierarchyManager
 
NativeViewHierarchyManager(ViewManagerRegistry, RootViewManager) - Constructor for class com.facebook.react.uimanager.NativeViewHierarchyManager
 
NativeViewHierarchyOptimizer - Class in com.facebook.react.uimanager
Class responsible for optimizing the native view hierarchy while still respecting the final UI product specified by JS.
NativeViewHierarchyOptimizer(UIViewOperationQueue, ShadowNodeRegistry) - Constructor for class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
 
NEEDS_OFFSCREEN_ALPHA_COMPOSITING - Static variable in class com.facebook.react.uimanager.ViewProps
 
needsCustomLayoutForChildren() - Method in class com.facebook.react.uimanager.ViewGroupManager
Returns whether this View type needs to handle laying out its own children instead of deferring to the standard css-layout algorithm.
needsCustomLayoutForChildren() - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
needsCustomLayoutForChildren() - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
needsCustomLayoutForChildren() - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
NetInfoModule - Class in com.facebook.react.modules.netinfo
Module that monitors and provides information about the connectivity state of the device.
NetInfoModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.netinfo.NetInfoModule
 
NetworkingModule - Class in com.facebook.react.modules.network
Implements the XMLHttpRequest JavaScript interface.
NetworkingModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.network.NetworkingModule
 
NetworkingModule(ReactApplicationContext, List<NetworkInterceptorCreator>) - Constructor for class com.facebook.react.modules.network.NetworkingModule
 
NetworkingModule(ReactApplicationContext, String) - Constructor for class com.facebook.react.modules.network.NetworkingModule
 
NetworkInterceptorCreator - Interface in com.facebook.react.modules.network
Classes implementing this interface return a new Interceptor when the NetworkInterceptorCreator.create() method is called.
newBackgroundThreadSpec(String) - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
newBackgroundThreadSpec(String, long) - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
newBuilder() - Static method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader
 
newHashMap() - Static method in class com.facebook.react.common.MapBuilder
Creates an instance of HashMap
newHashSet() - Static method in class com.facebook.react.common.SetBuilder
Creates an instance of HashSet
nextCachedMeasurementsIndex - Variable in class com.facebook.csslayout.CSSLayout
 
nextKey() - Method in interface com.facebook.react.bridge.ReadableMapKeySetIterator
 
NoopAnimationPropertyUpdater - Class in com.facebook.react.animation
Empty AnimationPropertyUpdater that can be used as a stub for unsupported property types
NoopAnimationPropertyUpdater() - Constructor for class com.facebook.react.animation.NoopAnimationPropertyUpdater
 
NoSuchKeyException - Exception in com.facebook.react.bridge
Exception thrown by ReadableNativeMap when a key that does not exist is requested.
NoSuchKeyException(String) - Constructor for exception com.facebook.react.bridge.NoSuchKeyException
 
NoSuchNativeViewException - Exception in com.facebook.react.uimanager
Exception thrown when a class tries to access a native view by a tag that has no native view associated with it.
NoSuchNativeViewException(String) - Constructor for exception com.facebook.react.uimanager.NoSuchNativeViewException
 
notifyNativeGestureStarted(View, MotionEvent) - Static method in class com.facebook.react.uimanager.events.NativeGestureUtil
Helper method that should be called when a native view starts a native gesture (e.g.
NotThreadSafeBridgeIdleDebugListener - Interface in com.facebook.react.bridge
Interface for receiving notification for bridge idle/busy events.
NotThreadSafeViewHierarchyUpdateDebugListener - Interface in com.facebook.react.uimanager.debug
A listener that is notified about view hierarchy update events.
nullValue() - Method in class com.facebook.react.bridge.JsonWriter
 
NUMBER_OF_LINES - Static variable in class com.facebook.react.uimanager.ViewDefaults
 
NUMBER_OF_LINES - Static variable in class com.facebook.react.uimanager.ViewProps
 

O

ObjectAlreadyConsumedException - Exception in com.facebook.react.bridge
Exception thrown when a caller attempts to modify or use a WritableNativeArray or WritableNativeMap after it has already been added to a parent array or map.
ObjectAlreadyConsumedException(String) - Constructor for exception com.facebook.react.bridge.ObjectAlreadyConsumedException
 
obtain(int, TouchEventType, MotionEvent, float, float, TouchEventCoalescingKeyHelper) - Static method in class com.facebook.react.uimanager.events.TouchEvent
 
obtain(int, int, int, int, int) - Static method in class com.facebook.react.uimanager.OnLayoutEvent
 
obtain(int, ScrollEventType, int, int, int, int, int, int) - Static method in class com.facebook.react.views.scroll.ScrollEvent
 
of(Object...) - Static method in class com.facebook.react.bridge.JavaOnlyArray
 
of(Object...) - Static method in class com.facebook.react.bridge.JavaOnlyMap
 
of() - Static method in class com.facebook.react.common.MapBuilder
Returns the empty map.
of(K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing a single entry.
of(K, V, K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
of(K, V, K, V, K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
of(K, V, K, V, K, V, K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.facebook.react.common.MapBuilder
Returns map containing the given entries.
OkHttpCallUtil - Class in com.facebook.react.common.network
Helper class that provides the necessary methods for canceling queued and running OkHttp calls
OkHttpClientProvider - Class in com.facebook.react.modules.network
Helper class that provides the same OkHttpClient instance that will be used for all networking requests.
OkHttpClientProvider() - Constructor for class com.facebook.react.modules.network.OkHttpClientProvider
 
ON - Static variable in class com.facebook.react.uimanager.ViewProps
 
ON_ERROR - Static variable in class com.facebook.react.views.image.ImageLoadEvent
 
ON_LOAD - Static variable in class com.facebook.react.views.image.ImageLoadEvent
 
ON_LOAD_END - Static variable in class com.facebook.react.views.image.ImageLoadEvent
 
ON_LOAD_START - Static variable in class com.facebook.react.views.image.ImageLoadEvent
 
ON_PROGRESS - Static variable in class com.facebook.react.views.image.ImageLoadEvent
 
onAccuracyChanged(Sensor, int) - Method in class com.facebook.react.common.ShakeDetector
 
onActivityResult(Activity, int, int, Intent) - Method in interface com.facebook.react.bridge.ActivityEventListener
Called when host (activity/service) receives an Activity.onActivityResult(int, int, android.content.Intent) call.
onActivityResult(int, int, Intent) - Method in class com.facebook.react.bridge.BaseActivityEventListener
onActivityResult(Activity, int, int, Intent) - Method in class com.facebook.react.bridge.BaseActivityEventListener
 
onActivityResult(Activity, int, int, Intent) - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onActivityResult
onActivityResult(int, int, Intent) - Method in class com.facebook.react.ReactActivity
 
onActivityResult(int, int, Intent) - Method in class com.facebook.react.ReactActivityDelegate
 
onActivityResult(int, int, Intent) - Method in class com.facebook.react.ReactFragmentActivity
 
onActivityResult(Activity, int, int, Intent) - Method in class com.facebook.react.ReactInstanceManager
 
onAfterUpdateTransaction() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
onAfterUpdateTransaction(T) - Method in class com.facebook.react.uimanager.ViewManager
Callback that will be triggered after all properties are updated in current update transaction (all @ReactProp handlers for properties updated in current transaction have been called).
onAfterUpdateTransaction(ReactImageView) - Method in class com.facebook.react.views.image.ReactImageManager
 
onAfterUpdateTransaction(ReactModalHostView) - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
onAfterUpdateTransaction(ReactPicker) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
onAfterUpdateTransaction(ProgressBarContainerView) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
onAfterUpdateTransaction(ReactTextView) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
onAfterUpdateTransaction(ReactEditText) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
onAnimationEnd() - Method in interface com.facebook.react.uimanager.layoutanimation.LayoutAnimationListener
 
onAttachedToWindow() - Method in class com.facebook.react.devsupport.FpsView
 
onAttachedToWindow() - Method in class com.facebook.react.ReactRootView
 
onAttachedToWindow() - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onAttachedToWindow() - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onAttachedToWindow() - Method in class com.facebook.react.views.text.ReactTextView
 
onAttachedToWindow() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Called by the text view from View.onAttachedToWindow().
onAttachedToWindow() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
onAttachedToWindow() - Method in class com.facebook.react.views.textinput.ReactEditText
 
onAttachedToWindow() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
onAttachedToWindow() - Method in class com.facebook.react.views.view.ReactViewGroup
 
onBackPressed() - Method in class com.facebook.react.ReactActivity
 
onBackPressed() - Method in class com.facebook.react.ReactActivityDelegate
 
onBackPressed() - Method in class com.facebook.react.ReactFragmentActivity
 
onBackPressed() - Method in class com.facebook.react.ReactInstanceManager
This method will give JS the opportunity to consume the back button event.
onBatchComplete() - Method in class com.facebook.react.animated.NativeAnimatedModule
 
onBatchComplete() - Method in interface com.facebook.react.bridge.OnBatchCompleteListener
 
onBatchComplete() - Method in class com.facebook.react.cxxbridge.NativeModuleRegistry
 
onBatchComplete() - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Processes the shadow hierarchy to dispatch all necessary updateLayout calls to the native hierarchy.
onBatchComplete() - Method in class com.facebook.react.uimanager.UIManagerModule
To implement the transactional requirement mentioned in the class javadoc, we only commit UI changes to the actual view hierarchy once a batch of JS->Java calls have been completed.
OnBatchCompleteListener - Interface in com.facebook.react.bridge
Interface for a module that will be notified when a batch of JS->Java calls has finished.
onBeforeLayout() - Method in class com.facebook.react.uimanager.ReactShadowNode
This method will be called by UIManagerModule once per batch, before calculating layout.
onBeforeLayout() - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
onBeforeLayout() - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
onBoundsChange(Rect) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
onCancel() - Method in interface com.facebook.react.animation.AnimationListener
Called in case when animation was cancelled
onCatalystInstanceDestroy() - Method in class com.facebook.react.bridge.BaseJavaModule
 
onCatalystInstanceDestroy() - Method in interface com.facebook.react.bridge.NativeModule
Called before {CatalystInstance#onHostDestroy}
onCatalystInstanceDestroy() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.devsupport.JSCHeapCapture
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.devsupport.JSCSamplingProfiler
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.modules.camera.ImageEditingManager
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.modules.core.Timing
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.modules.debug.AnimationsDebugModule
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.modules.network.NetworkingModule
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.modules.storage.AsyncStorageModule
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
 
onCatalystInstanceDestroy() - Method in class com.facebook.react.uimanager.UIManagerModule
 
onCatalystInstanceDestroyed() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onChildStartedNativeGesture(MotionEvent) - Method in class com.facebook.react.ReactRootView
 
onChildStartedNativeGesture(MotionEvent, EventDispatcher) - Method in class com.facebook.react.uimanager.JSTouchDispatcher
 
onChildStartedNativeGesture(MotionEvent) - Method in interface com.facebook.react.uimanager.RootView
Called when a child starts a native gesture (e.g.
onClick(DialogInterface, int) - Method in class com.facebook.react.modules.dialog.AlertFragment
 
onClick(DialogInterface, int) - Method in class com.facebook.react.modules.dialog.SupportAlertFragment
 
onClose(int, String) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
onClose(int, String) - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
onCollectExtraUpdates(UIViewOperationQueue) - Method in class com.facebook.react.uimanager.ReactShadowNode
Called after layout step at the end of the UI batch from UIManagerModule.
onCollectExtraUpdates(UIViewOperationQueue) - Method in class com.facebook.react.views.art.ARTSurfaceViewShadowNode
 
onCollectExtraUpdates(UIViewOperationQueue) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
onCollectExtraUpdates(UIViewOperationQueue) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
onComplete(List<File>, List<JSCHeapCapture.CaptureException>) - Method in interface com.facebook.react.devsupport.JSCHeapCapture.CaptureCallback
 
onCreate(Bundle) - Method in class com.facebook.react.devsupport.DevSettingsActivity
 
onCreate(SQLiteDatabase) - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
onCreate(Bundle) - Method in class com.facebook.react.ReactActivity
 
onCreate(Bundle) - Method in class com.facebook.react.ReactActivityDelegate
 
onCreate(Bundle) - Method in class com.facebook.react.ReactFragmentActivity
 
onCreateDialog(Bundle) - Method in class com.facebook.react.modules.datepicker.DatePickerDialogFragment
 
onCreateDialog(Bundle) - Method in class com.facebook.react.modules.datepicker.SupportDatePickerDialogFragment
 
onCreateDialog(Bundle) - Method in class com.facebook.react.modules.dialog.AlertFragment
 
onCreateDialog(Bundle) - Method in class com.facebook.react.modules.dialog.SupportAlertFragment
 
onCreateDialog(Bundle) - Method in class com.facebook.react.modules.timepicker.SupportTimePickerDialogFragment
 
onCreateDialog(Bundle) - Method in class com.facebook.react.modules.timepicker.TimePickerDialogFragment
 
onDataReceived(DeviceEventManagerModule.RCTDeviceEventEmitter, int, String) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onDataReceivedProgress(DeviceEventManagerModule.RCTDeviceEventEmitter, int, long, long) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onDataSend(DeviceEventManagerModule.RCTDeviceEventEmitter, int, long, long) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onDestroy() - Method in class com.facebook.react.ReactActivity
 
onDestroy() - Method in class com.facebook.react.ReactActivityDelegate
 
onDestroy() - Method in class com.facebook.react.ReactFragmentActivity
 
onDetachedFromWindow() - Method in class com.facebook.react.devsupport.FpsView
 
onDetachedFromWindow() - Method in class com.facebook.react.ReactRootView
 
onDetachedFromWindow() - Method in class com.facebook.react.views.text.ReactTextView
 
onDetachedFromWindow() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Called by the text view from View.onDetachedFromWindow(),
onDetachedFromWindow() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
The ReactTextView that holds this ImageSpan is responsible for passing these methods on so that we can do proper lifetime management for Fresco
onDetachedFromWindow() - Method in class com.facebook.react.views.textinput.ReactEditText
 
onDetachedFromWindow() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
onDismiss(DialogInterface) - Method in class com.facebook.react.modules.datepicker.DatePickerDialogFragment
 
onDismiss(DialogInterface) - Method in class com.facebook.react.modules.datepicker.SupportDatePickerDialogFragment
 
onDismiss(DialogInterface) - Method in class com.facebook.react.modules.dialog.AlertFragment
 
onDismiss(DialogInterface) - Method in class com.facebook.react.modules.dialog.SupportAlertFragment
 
onDismiss(DialogInterface) - Method in class com.facebook.react.modules.timepicker.SupportTimePickerDialogFragment
 
onDismiss(DialogInterface) - Method in class com.facebook.react.modules.timepicker.TimePickerDialogFragment
 
onDispose() - Method in class com.facebook.react.uimanager.events.Event
Called when the EventDispatcher is done with an event, either because it was dispatched or because it was coalesced with another Event.
onDispose() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
onDispose() - Method in class com.facebook.react.uimanager.OnLayoutEvent
 
onDispose() - Method in class com.facebook.react.views.scroll.ScrollEvent
 
onDraw(Canvas) - Method in class com.facebook.react.views.art.ARTSurfaceView
 
onDrawerClosed(View) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager.DrawerEventEmitter
 
onDrawerOpened(View) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager.DrawerEventEmitter
 
onDrawerSlide(View, float) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager.DrawerEventEmitter
 
onDrawerStateChanged(int) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager.DrawerEventEmitter
 
onDropInstance() - Method in class com.facebook.react.views.modal.ReactModalHostView
 
onDropViewInstance(T) - Method in class com.facebook.react.uimanager.ViewManager
Called when view is detached from view hierarchy and allows for some additional cleanup by the ViewManager subclass.
onDropViewInstance(ReactModalHostView) - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
onDropViewInstance(WebView) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
onExecutorDestroyed(ExecutorToken) - Method in interface com.facebook.react.bridge.OnExecutorUnregisteredListener
 
onExecutorDestroyed(ExecutorToken) - Method in class com.facebook.react.modules.core.Timing
 
OnExecutorUnregisteredListener - Interface in com.facebook.react.bridge
Interface for a module that will be notified when JS executors have been unregistered from the bridge.
onFailure(Exception) - Method in interface com.facebook.react.devsupport.DevServerHelper.BundleDownloadCallback
 
onFailure(Throwable) - Method in interface com.facebook.react.devsupport.JSDebuggerWebSocketClient.JSDebuggerCallback
 
onFailure(IOException, Response) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
onFailure(IOException, Response) - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
onFailure(Throwable) - Method in interface com.facebook.react.devsupport.WebsocketJavaScriptExecutor.JSExecutorConnectCallback
 
onFinish(View) - Method in class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
onFinish(View) - Method in class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
onFinish(View) - Method in interface com.facebook.react.animation.AnimationPropertyUpdater
This method will be called at the end of animation.
onFinish(View) - Method in class com.facebook.react.animation.NoopAnimationPropertyUpdater
 
onFinished() - Method in interface com.facebook.react.animation.AnimationListener
Called once animation is finished
onFinishTemporaryDetach() - Method in class com.facebook.react.views.text.ReactTextView
 
onFinishTemporaryDetach() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Called by the text view from View.onFinishTemporaryDetach().
onFinishTemporaryDetach() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
onFinishTemporaryDetach() - Method in class com.facebook.react.views.textinput.ReactEditText
 
onFinishTemporaryDetach() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
onFocusChanged(boolean, int, Rect) - Method in class com.facebook.react.views.textinput.ReactEditText
 
onHostDestroy() - Method in class com.facebook.react.animated.NativeAnimatedModule
 
onHostDestroy() - Method in interface com.facebook.react.bridge.LifecycleEventListener
Called when host activity receives destroy event (e.g.
onHostDestroy() - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onDestroy
onHostDestroy() - Method in class com.facebook.react.modules.appstate.AppStateModule
 
onHostDestroy() - Method in class com.facebook.react.modules.core.Timing
 
onHostDestroy() - Method in class com.facebook.react.modules.dialog.DialogModule
 
onHostDestroy() - Method in class com.facebook.react.modules.image.ImageLoaderModule
 
onHostDestroy() - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
onHostDestroy() - Method in class com.facebook.react.ReactInstanceManager
onHostDestroy(Activity) - Method in class com.facebook.react.ReactInstanceManager
Call this from Activity.onDestroy().
onHostDestroy() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onHostDestroy() - Method in class com.facebook.react.uimanager.UIImplementation
 
onHostDestroy() - Method in class com.facebook.react.uimanager.UIManagerModule
 
onHostDestroy() - Method in class com.facebook.react.views.modal.ReactModalHostView
 
onHostPause() - Method in class com.facebook.react.animated.NativeAnimatedModule
 
onHostPause() - Method in interface com.facebook.react.bridge.LifecycleEventListener
Called when host activity receives pause event (e.g.
onHostPause() - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onPause
onHostPause() - Method in class com.facebook.react.modules.appstate.AppStateModule
 
onHostPause() - Method in class com.facebook.react.modules.core.Timing
 
onHostPause() - Method in class com.facebook.react.modules.dialog.DialogModule
 
onHostPause() - Method in class com.facebook.react.modules.image.ImageLoaderModule
 
onHostPause() - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
onHostPause() - Method in class com.facebook.react.ReactInstanceManager
onHostPause(Activity) - Method in class com.facebook.react.ReactInstanceManager
Call this from Activity.onPause().
onHostPause() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onHostPause() - Method in class com.facebook.react.uimanager.UIImplementation
 
onHostPause() - Method in class com.facebook.react.uimanager.UIManagerModule
 
onHostPause() - Method in class com.facebook.react.views.modal.ReactModalHostView
 
onHostResume() - Method in class com.facebook.react.animated.NativeAnimatedModule
 
onHostResume() - Method in interface com.facebook.react.bridge.LifecycleEventListener
Called when host activity receives resume event (e.g.
onHostResume(Activity) - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onResume
onHostResume() - Method in class com.facebook.react.modules.appstate.AppStateModule
 
onHostResume() - Method in class com.facebook.react.modules.core.Timing
 
onHostResume() - Method in class com.facebook.react.modules.dialog.DialogModule
 
onHostResume() - Method in class com.facebook.react.modules.image.ImageLoaderModule
 
onHostResume() - Method in class com.facebook.react.modules.netinfo.NetInfoModule
 
onHostResume(Activity, DefaultHardwareBackBtnHandler) - Method in class com.facebook.react.ReactInstanceManager
Use this method when the activity resumes to enable invoking the back button directly from JS.
onHostResume() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onHostResume() - Method in class com.facebook.react.uimanager.UIImplementation
 
onHostResume() - Method in class com.facebook.react.uimanager.UIManagerModule
 
onHostResume() - Method in class com.facebook.react.views.modal.ReactModalHostView
 
onIncrementalDataReceived(DeviceEventManagerModule.RCTDeviceEventEmitter, int, String, long, long) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.ReactRootView
 
onInterceptTouchEvent(ViewGroup, MotionEvent) - Method in class com.facebook.react.touch.JSResponderHandler
 
onInterceptTouchEvent(ViewGroup, MotionEvent) - Method in interface com.facebook.react.touch.OnInterceptTouchEventListener
Called when a onInterceptTouch is invoked on a view group
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollView
 
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
 
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.views.view.ReactViewGroup
 
onInterceptTouchEvent(MotionEvent) - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
OnInterceptTouchEventListener - Interface in com.facebook.react.touch
Interface definition for a callback to be invoked when a onInterceptTouch is called on a ViewGroup.
onItemSelected(int) - Method in interface com.facebook.react.views.picker.ReactPicker.OnSelectListener
 
onJSBundleLoadedFromServer() - Method in interface com.facebook.react.devsupport.ReactInstanceDevCommandsHandler
Notify react instance manager about new JS bundle version downloaded from the server.
onKeyUp(int, KeyEvent) - Method in class com.facebook.react.ReactActivity
 
onKeyUp(int, KeyEvent) - Method in class com.facebook.react.ReactActivityDelegate
 
onKeyUp(int, KeyEvent) - Method in class com.facebook.react.ReactFragmentActivity
 
onKeyUp(int, KeyEvent) - Method in class com.facebook.react.views.textinput.ReactEditText
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.ReactRootView
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
 
onLayout() - Method in interface com.facebook.react.views.textinput.ContentSizeWatcher
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
onLayout(boolean, int, int, int, int) - Method in class com.facebook.react.views.view.ReactViewGroup
 
OnLayoutEvent - Class in com.facebook.react.uimanager
Event used to notify JS component about changes of its position or dimensions
onMeasure(int, int) - Method in class com.facebook.react.ReactRootView
 
onMeasure(int, int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onMeasure(int, int) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onMeasure(int, int) - Method in class com.facebook.react.views.view.ReactViewGroup
 
onMessage(ResponseBody) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
onMessage(String, String) - Method in interface com.facebook.react.devsupport.JSPackagerWebSocketClient.JSPackagerCallback
 
onMessage(ResponseBody) - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
onNewIntent(Intent) - Method in interface com.facebook.react.bridge.ActivityEventListener
Called when a new intent is passed to the activity
onNewIntent(Intent) - Method in class com.facebook.react.bridge.BaseActivityEventListener
 
onNewIntent(Activity, Intent) - Method in class com.facebook.react.bridge.ReactContext
 
onNewIntent(Intent) - Method in class com.facebook.react.ReactActivity
 
onNewIntent(Intent) - Method in class com.facebook.react.ReactActivityDelegate
 
onNewIntent(Intent) - Method in class com.facebook.react.ReactFragmentActivity
 
onNewIntent(Intent) - Method in class com.facebook.react.ReactInstanceManager
This method will give JS the opportunity to receive intents via Linking.
onNewReactContextCreated(ReactContext) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
onNewReactContextCreated(ReactContext) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
onNewReactContextCreated(ReactContext) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
onOpen(WebSocket, Response) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
onOpen(WebSocket, Response) - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
onOptionSelected() - Method in interface com.facebook.react.devsupport.DevOptionHandler
Triggered in case when user select custom developer option from the developers options menu displayed with DevSupportManager.
onOverScrolled(int, int, boolean, boolean) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onOwnerHierarchyLoaded(int, ReadableArray) - Method in interface com.facebook.react.uimanager.debug.DebugComponentOwnershipModule.OwnerHierarchyCallback
 
onPackagerReloadCommand() - Method in interface com.facebook.react.devsupport.DevServerHelper.PackagerCommandListener
 
onPackagerReloadCommand() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
onPackagerStatusFetched(boolean) - Method in interface com.facebook.react.devsupport.DevServerHelper.PackagerStatusCallback
 
onPause() - Method in class com.facebook.react.ReactActivity
 
onPause() - Method in class com.facebook.react.ReactActivityDelegate
 
onPause() - Method in class com.facebook.react.ReactFragmentActivity
 
onPong(Buffer) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
onPong(Buffer) - Method in class com.facebook.react.devsupport.JSPackagerWebSocketClient
 
onPostExecute(Result) - Method in class com.facebook.react.bridge.GuardedResultAsyncTask
 
onPostExecuteGuarded(Result) - Method in class com.facebook.react.bridge.GuardedResultAsyncTask
 
onProducerEvent(String, String, String) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onProducerFinishWithCancellation(String, String, Map<String, String>) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onProducerFinishWithFailure(String, String, Throwable, Map<String, String>) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onProducerFinishWithSuccess(String, String, Map<String, String>) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onProducerStart(String, String) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onProgress(long, long, boolean) - Method in interface com.facebook.react.modules.network.ProgressListener
 
onReactBridgeInitialized(ReactBridge) - Method in class com.facebook.react.bridge.BaseJavaModule
 
onReactBridgeInitialized(ReactBridge) - Method in interface com.facebook.react.bridge.NativeModule
Called on the JS thread after a ReactBridge has been created.
onReactBridgeInitialized(ReactBridge) - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
onReactContextInitialized(ReactContext) - Method in interface com.facebook.react.ReactInstanceManager.ReactInstanceEventListener
Called when the react context is initialized (all modules registered).
onReactInstanceDestroyed(ReactContext) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
onReactInstanceDestroyed(ReactContext) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
onReactInstanceDestroyed(ReactContext) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
onReloadWithJSDebugger(JavaJSExecutor.Factory) - Method in interface com.facebook.react.devsupport.ReactInstanceDevCommandsHandler
Request react instance recreation with JS debugging enabled.
onReportError(SpannedString) - Method in interface com.facebook.react.devsupport.RedBoxHandler.ReportCompletedListener
 
onReportSuccess(SpannedString) - Method in interface com.facebook.react.devsupport.RedBoxHandler.ReportCompletedListener
 
onRequestCancellation(String) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onRequestClose(DialogInterface) - Method in interface com.facebook.react.views.modal.ReactModalHostView.OnRequestCloseListener
 
onRequestError(DeviceEventManagerModule.RCTDeviceEventEmitter, int, String, IOException) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onRequestFailure(ImageRequest, String, Throwable, boolean) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onRequestPermissionsResult(int, String[], int[]) - Method in interface com.facebook.react.modules.core.PermissionListener
Method called whenever there's a result to a permission request.
onRequestPermissionsResult(int, String[], int[]) - Method in class com.facebook.react.modules.permissions.PermissionsModule
Method called by the activity with the result of the permission request.
onRequestPermissionsResult(int, String[], int[]) - Method in class com.facebook.react.ReactActivity
 
onRequestPermissionsResult(int, String[], int[]) - Method in class com.facebook.react.ReactActivityDelegate
 
onRequestPermissionsResult(int, String[], int[]) - Method in class com.facebook.react.ReactFragmentActivity
 
onRequestStart(ImageRequest, Object, String, boolean) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onRequestSuccess(ImageRequest, String, boolean) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onRequestSuccess(DeviceEventManagerModule.RCTDeviceEventEmitter, int) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onResponseReceived(DeviceEventManagerModule.RCTDeviceEventEmitter, int, int, WritableMap, String) - Static method in class com.facebook.react.modules.network.ResponseUtil
 
onResume() - Method in class com.facebook.react.ReactActivity
 
onResume() - Method in class com.facebook.react.ReactActivityDelegate
 
onResume() - Method in class com.facebook.react.ReactFragmentActivity
 
onScrollChanged(int, int, int, int) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollView
 
onScrollChanged(int, int) - Method in class com.facebook.react.views.scroll.OnScrollDispatchHelper
Call from a ScrollView in onScrollChanged, returns true if this onScrollChanged is legit (not a duplicate) and should be dispatched.
onScrollChanged(int, int, int, int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onScrollChanged(int, int, int, int) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
OnScrollDispatchHelper - Class in com.facebook.react.views.scroll
Android has a bug where onScrollChanged is called twice per frame with the same params during flings.
OnScrollDispatchHelper() - Constructor for class com.facebook.react.views.scroll.OnScrollDispatchHelper
 
onSelectionChanged(int, int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
onSensorChanged(SensorEvent) - Method in class com.facebook.react.common.ShakeDetector
 
onServerContentChanged() - Method in interface com.facebook.react.devsupport.DevServerHelper.OnServerContentChangeListener
 
onShake() - Method in interface com.facebook.react.common.ShakeDetector.ShakeListener
 
onSharedPreferenceChanged(SharedPreferences, String) - Method in class com.facebook.react.devsupport.DevInternalSettings
 
onSizeChanged(int, int, int, int) - Method in class com.facebook.react.uimanager.SizeMonitoringFrameLayout
 
onSizeChanged(int, int, int, int) - Method in interface com.facebook.react.uimanager.SizeMonitoringFrameLayout.OnSizeChangedListener
 
onSizeChanged(int, int, int, int) - Method in class com.facebook.react.views.image.ReactImageView
 
onSizeChanged(int, int, int, int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onSizeChanged(int, int, int, int) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onSizeChanged(int, int, int, int) - Method in class com.facebook.react.views.view.ReactViewGroup
 
onStartTemporaryDetach() - Method in class com.facebook.react.views.text.ReactTextView
 
onStartTemporaryDetach() - Method in class com.facebook.react.views.text.TextInlineImageSpan
Called by the text view from View.onStartTemporaryDetach().
onStartTemporaryDetach() - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
onStartTemporaryDetach() - Method in class com.facebook.react.views.textinput.ReactEditText
 
onStartTemporaryDetach() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
onStop() - Method in class com.facebook.react.modules.datepicker.DismissableDatePickerDialog
 
onStop() - Method in class com.facebook.react.modules.timepicker.DismissableTimePickerDialog
 
onSuccess() - Method in interface com.facebook.react.devsupport.DevServerHelper.BundleDownloadCallback
 
onSuccess(String) - Method in interface com.facebook.react.devsupport.JSDebuggerWebSocketClient.JSDebuggerCallback
 
onSuccess() - Method in interface com.facebook.react.devsupport.WebsocketJavaScriptExecutor.JSExecutorConnectCallback
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.ReactRootView
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.views.textinput.ReactEditText
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.views.view.ReactViewGroup
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
onTraceStarted() - Method in interface com.facebook.systrace.TraceListener
 
onTraceStopped() - Method in interface com.facebook.systrace.TraceListener
 
onTransitionToBridgeBusy() - Method in interface com.facebook.react.bridge.NotThreadSafeBridgeIdleDebugListener
Called when the bridge was in an idle state and executes a JS call or callback.
onTransitionToBridgeBusy() - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
 
onTransitionToBridgeIdle() - Method in interface com.facebook.react.bridge.NotThreadSafeBridgeIdleDebugListener
Called once all pending JS calls have resolved via an onBatchComplete call in the bridge and the requested native module calls have also run.
onTransitionToBridgeIdle() - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
 
onUpdate(View, float) - Method in class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
onUpdate(View, float) - Method in class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
onUpdate(float) - Method in class com.facebook.react.animation.Animation
Animation engine should call this method for every animation frame passing animation progress value as a parameter.
onUpdate(View, float) - Method in interface com.facebook.react.animation.AnimationPropertyUpdater
This method will be called for each animation frame
onUpdate(View, float) - Method in class com.facebook.react.animation.NoopAnimationPropertyUpdater
 
onUpgrade(SQLiteDatabase, int, int) - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
onValueUpdate(double) - Method in interface com.facebook.react.animated.AnimatedNodeValueListener
 
onViewHierarchyUpdateEnqueued() - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
 
onViewHierarchyUpdateEnqueued() - Method in interface com.facebook.react.uimanager.debug.NotThreadSafeViewHierarchyUpdateDebugListener
Called when UIManagerModule enqueues a UI batch to be dispatched to the main thread.
onViewHierarchyUpdateFinished() - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
 
onViewHierarchyUpdateFinished() - Method in interface com.facebook.react.uimanager.debug.NotThreadSafeViewHierarchyUpdateDebugListener
Called from the main thread after a UI batch has been applied to all root views.
OpacityAnimationPropertyUpdater - Class in com.facebook.react.animation
Subclass of AnimationPropertyUpdater for animating view's opacity
OpacityAnimationPropertyUpdater(float) - Constructor for class com.facebook.react.animation.OpacityAnimationPropertyUpdater
 
OpacityAnimationPropertyUpdater(float, float) - Constructor for class com.facebook.react.animation.OpacityAnimationPropertyUpdater
 
open(ReadableMap, Promise) - Method in class com.facebook.react.modules.datepicker.DatePickerDialogModule
Show a date picker dialog.
open(ReadableMap, Promise) - Method in class com.facebook.react.modules.timepicker.TimePickerDialogModule
 
OPEN_DRAWER - Static variable in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
openPackagerConnection(DevServerHelper.PackagerCommandListener) - Method in class com.facebook.react.devsupport.DevServerHelper
 
openURL(String, Promise) - Method in class com.facebook.react.modules.intent.IntentModule
Starts a corresponding external activity for the given URL.
operationComplete(int, String, String) - Method in class com.facebook.react.devsupport.JSCSamplingProfiler
 
overflow - Variable in class com.facebook.csslayout.CSSStyle
 

P

padding - Variable in class com.facebook.csslayout.CSSStyle
 
PADDING - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_BOTTOM - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_HORIZONTAL - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_LEFT - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_MARGIN_SPACING_TYPES - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_RIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_TOP - Static variable in class com.facebook.react.uimanager.ViewProps
 
PADDING_VERTICAL - Static variable in class com.facebook.react.uimanager.ViewProps
 
parentMaxHeight - Variable in class com.facebook.csslayout.CachedCSSLayout
 
parentMaxWidth - Variable in class com.facebook.csslayout.CachedCSSLayout
 
parse(String) - Static method in exception com.facebook.react.devsupport.DebugServerException
Parse a DebugServerException from the server json string.
PAUSE - Static variable in class com.facebook.quicklog.identifiers.ActionId
General pause poshort
PerformanceCounter - Interface in com.facebook.react.bridge
 
PerfTestConfig - Class in com.facebook.perftest
PerfTestConfig stub.
PerfTestConfig() - Constructor for class com.facebook.perftest.PerfTestConfig
 
PERMISSION_DENIED - Static variable in class com.facebook.react.modules.location.PositionError
The acquisition of the geolocation information failed because the page didn't have the permission to do it.
PermissionAwareActivity - Interface in com.facebook.react.modules.core
Interface used to denote activities that can forward permission requests and call PermissionListeners with the permission request results.
PermissionListener - Interface in com.facebook.react.modules.core
Interface used by activities to delegate permission request results.
PermissionsModule - Class in com.facebook.react.modules.permissions
Module that exposes the Android M Permission system to JS.
PermissionsModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.permissions.PermissionsModule
 
PickerItemSelectEvent - Class in com.facebook.react.views.picker.events
 
PickerItemSelectEvent(int, int) - Constructor for class com.facebook.react.views.picker.events.PickerItemSelectEvent
 
ping(int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
PixelUtil - Class in com.facebook.react.uimanager
Android dp to pixel manipulation
PixelUtil() - Constructor for class com.facebook.react.uimanager.PixelUtil
 
PointerEvents - Enum in com.facebook.react.uimanager
Possible values for pointer events that a view and its descendants should receive.
poke(long) - Static method in class com.facebook.react.devsupport.JSCSamplingProfiler
 
poke(int) - Method in interface com.facebook.react.devsupport.JSCSamplingProfiler.SamplingProfiler
 
position - Variable in class com.facebook.csslayout.CSSLayout
 
position - Variable in class com.facebook.csslayout.CSSStyle
 
POSITION - Static variable in class com.facebook.react.uimanager.ViewProps
 
POSITION_BOTTOM - Static variable in class com.facebook.csslayout.CSSLayout
 
POSITION_LEFT - Static variable in class com.facebook.csslayout.CSSLayout
 
POSITION_RIGHT - Static variable in class com.facebook.csslayout.CSSLayout
 
POSITION_SPACING_TYPES - Static variable in class com.facebook.react.uimanager.ViewProps
 
POSITION_TOP - Static variable in class com.facebook.csslayout.CSSLayout
 
POSITION_UNAVAILABLE - Static variable in class com.facebook.react.modules.location.PositionError
The acquisition of the geolocation failed because at least one internal source of position returned an internal error.
PositionAnimationPairPropertyUpdater - Class in com.facebook.react.animation
Subclass of AnimationPropertyUpdater for animating center position of a view
PositionAnimationPairPropertyUpdater(float, float) - Constructor for class com.facebook.react.animation.PositionAnimationPairPropertyUpdater
 
PositionAnimationPairPropertyUpdater(float, float, float, float) - Constructor for class com.facebook.react.animation.PositionAnimationPairPropertyUpdater
 
PositionError - Class in com.facebook.react.modules.location
 
PositionError() - Constructor for class com.facebook.react.modules.location.PositionError
 
positionType - Variable in class com.facebook.csslayout.CSSStyle
 
possiblyUpdateInlineImageSpans(Spannable, TextView) - Static method in class com.facebook.react.views.text.TextInlineImageSpan
For TextInlineImageSpan we need to update the Span to know that the window is attached and the TextView that we will set as the callback on the Drawable.
postFrameCallback(ReactChoreographer.CallbackType, Choreographer.FrameCallback) - Method in class com.facebook.react.uimanager.ReactChoreographer
 
prefetchImage(String, int, Promise) - Method in class com.facebook.react.modules.image.ImageLoaderModule
Prefetches the given image to the Fresco image disk cache.
prepare(View) - Method in class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
prepare(View) - Method in class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
prepare(View) - Method in interface com.facebook.react.animation.AnimationPropertyUpdater
This method will be called before animation starts.
prepare(View) - Method in class com.facebook.react.animation.NoopAnimationPropertyUpdater
 
prepareJSRuntime(JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.facebook.react.module.processing.ReactModuleSpecProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.facebook.react.processing.ReactPropertyProcessor
 
PROCESS_PACKAGES_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
PROCESS_PACKAGES_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
processTransform(ReadableArray, double[]) - Static method in class com.facebook.react.uimanager.TransformHelper
 
ProgressBarShadowNode - Class in com.facebook.react.views.progressbar
Node responsible for holding the style of the ProgressBar, see under android.R.attr.progressBarStyle for possible styles.
ProgressBarShadowNode() - Constructor for class com.facebook.react.views.progressbar.ProgressBarShadowNode
 
ProgressListener - Interface in com.facebook.react.modules.network
 
ProgressRequestBody - Class in com.facebook.react.modules.network
 
ProgressRequestBody(RequestBody, ProgressListener) - Constructor for class com.facebook.react.modules.network.ProgressRequestBody
 
ProgressResponseBody - Class in com.facebook.react.modules.network
 
ProgressResponseBody(ResponseBody, ProgressListener) - Constructor for class com.facebook.react.modules.network.ProgressResponseBody
 
Promise - Interface in com.facebook.react.bridge
Interface that represents a JavaScript Promise which can be passed to the native module as a method parameter.
PromiseImpl - Class in com.facebook.react.bridge
 
PromiseImpl(Callback, Callback) - Constructor for class com.facebook.react.bridge.PromiseImpl
 
PROP_REMOVE_CLIPPED_SUBVIEWS - Static variable in class com.facebook.react.views.view.ReactClippingViewGroupHelper
 
PROP_SHADOW_COLOR - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
PROP_SHADOW_OFFSET - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
PROP_SHADOW_OFFSET_HEIGHT - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
PROP_SHADOW_OFFSET_WIDTH - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
PROP_SHADOW_RADIUS - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
PROP_TEST_ID - Static variable in class com.facebook.react.uimanager.BaseViewManager
Used to locate views in end-to-end (UI) tests.
PROP_TEXT - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
ProxyJavaScriptExecutor - Class in com.facebook.react.cxxbridge
JavaScript executor that delegates JS calls processed by native code back to a java version of the native executor interface.
ProxyJavaScriptExecutor(JavaJSExecutor) - Constructor for class com.facebook.react.cxxbridge.ProxyJavaScriptExecutor
Create ProxyJavaScriptExecutor instance
ProxyJavaScriptExecutor.Factory - Class in com.facebook.react.cxxbridge
 
ProxyJavaScriptExecutor.Factory(JavaJSExecutor.Factory) - Constructor for class com.facebook.react.cxxbridge.ProxyJavaScriptExecutor.Factory
 
ProxyQueueThreadExceptionHandler - Class in com.facebook.react.bridge.queue
An Exception handler that posts the Exception to be thrown on the given delegate MessageQueueThread.
ProxyQueueThreadExceptionHandler(MessageQueueThread) - Constructor for class com.facebook.react.bridge.queue.ProxyQueueThreadExceptionHandler
 
pushArray(WritableArray) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushArray(WritableArray) - Method in interface com.facebook.react.bridge.WritableArray
 
pushArray(WritableArray) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushBoolean(boolean) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushBoolean(boolean) - Method in interface com.facebook.react.bridge.WritableArray
 
pushBoolean(boolean) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushDouble(double) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushDouble(double) - Method in interface com.facebook.react.bridge.WritableArray
 
pushDouble(double) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushInt(int) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushInt(int) - Method in interface com.facebook.react.bridge.WritableArray
 
pushInt(int) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushMap(WritableMap) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushMap(WritableMap) - Method in interface com.facebook.react.bridge.WritableArray
 
pushMap(WritableMap) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushNull() - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushNull() - Method in interface com.facebook.react.bridge.WritableArray
 
pushNull() - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushString(String) - Method in class com.facebook.react.bridge.JavaOnlyArray
 
pushString(String) - Method in interface com.facebook.react.bridge.WritableArray
 
pushString(String) - Method in class com.facebook.react.bridge.WritableNativeArray
 
put(K, V) - Method in class com.facebook.react.common.MapBuilder.Builder
 
put(URI, Map<String, List<String>>) - Method in class com.facebook.react.modules.network.ForwardingCookieHandler
 
putArray(String, WritableArray) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putArray(String, WritableArray) - Method in interface com.facebook.react.bridge.WritableMap
 
putArray(String, WritableArray) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putBoolean(String, boolean) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putBoolean(String, boolean) - Method in interface com.facebook.react.bridge.WritableMap
 
putBoolean(String, boolean) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putDouble(String, double) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putDouble(String, double) - Method in interface com.facebook.react.bridge.WritableMap
 
putDouble(String, double) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putInt(String, int) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putInt(String, int) - Method in interface com.facebook.react.bridge.WritableMap
 
putInt(String, int) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putMap(String, WritableMap) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putMap(String, WritableMap) - Method in interface com.facebook.react.bridge.WritableMap
 
putMap(String, WritableMap) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putNull(String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putNull(String) - Method in interface com.facebook.react.bridge.WritableMap
 
putNull(String) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putString(String, String) - Method in class com.facebook.react.bridge.JavaOnlyMap
 
putString(String, String) - Method in interface com.facebook.react.bridge.WritableMap
 
putString(String, String) - Method in class com.facebook.react.bridge.WritableNativeMap
 

Q

quaternionToDegreesXYZ(double[], double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
Based on: http://www.euclideanspace.com/maths/geometry/rotations/conversions/quaternionToEuler/ and: http://quat.zachbennett.com/ Note that this rounds degrees to the thousandth of a degree, due to floating point errors in the creation of the quaternion.
queryCache(ReadableArray, Promise) - Method in class com.facebook.react.modules.image.ImageLoaderModule
 
QUEUED - Static variable in class com.facebook.quicklog.identifiers.ActionId
Insertion into a queue
QueueThreadExceptionHandler - Interface in com.facebook.react.bridge.queue
Interface for a class that knows how to handle an Exception thrown while executing a Runnable submitted via MessageQueueThread.runOnQueue(java.lang.Runnable).
QuickPerformanceLogger - Class in com.facebook.quicklog
Stub implementation of QPL
QuickPerformanceLogger() - Constructor for class com.facebook.quicklog.QuickPerformanceLogger
 
QuickPerformanceLoggerProvider - Class in com.facebook.quicklog
Provides stub implementation of QPL
QuickPerformanceLoggerProvider() - Constructor for class com.facebook.quicklog.QuickPerformanceLoggerProvider
 
quitSynchronous() - Method in interface com.facebook.react.bridge.queue.MessageQueueThread
Quits this MessageQueueThread.
quitSynchronous() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
Quits this queue's Looper.

R

rawValue(String) - Method in class com.facebook.react.bridge.JsonWriter
 
RCTEventEmitter - Interface in com.facebook.react.uimanager.events
 
RCTNativeAppEventEmitter - Interface in com.facebook.react.modules.core
Module that handles global application events.
REACT_CLASS - Static variable in class com.facebook.react.uimanager.RootViewManager
 
REACT_CLASS - Static variable in class com.facebook.react.views.image.ReactImageManager
 
REACT_CLASS - Static variable in class com.facebook.react.views.text.ReactRawTextManager
 
REACT_CLASS - Static variable in class com.facebook.react.views.text.ReactTextViewManager
 
REACT_CLASS - Static variable in class com.facebook.react.views.text.ReactVirtualTextViewManager
 
REACT_CLASS - Static variable in class com.facebook.react.views.view.ReactViewManager
 
ReactActivity - Class in com.facebook.react
Base Activity for React Native applications.
ReactActivity() - Constructor for class com.facebook.react.ReactActivity
 
ReactActivityDelegate - Class in com.facebook.react
Delegate class for ReactActivity and ReactFragmentActivity.
ReactActivityDelegate(Activity, String) - Constructor for class com.facebook.react.ReactActivityDelegate
 
ReactActivityDelegate(FragmentActivity, String) - Constructor for class com.facebook.react.ReactActivityDelegate
 
ReactApplication - Interface in com.facebook.react
 
ReactApplicationContext - Class in com.facebook.react.bridge
A context wrapper that always wraps Android Application Context and CatalystInstance by extending ReactContext
ReactApplicationContext(Context) - Constructor for class com.facebook.react.bridge.ReactApplicationContext
 
ReactBridge - Class in com.facebook.react.bridge
 
ReactBridge() - Constructor for class com.facebook.react.bridge.ReactBridge
 
ReactChoreographer - Class in com.facebook.react.uimanager
A simple wrapper around Choreographer that allows us to control the order certain callbacks are executed within a given frame.
ReactChoreographer.CallbackType - Enum in com.facebook.react.uimanager
 
ReactClippingViewGroup - Interface in com.facebook.react.views.view
Interface that should be implemented by View subclasses that support removeClippedSubviews property.
ReactClippingViewGroupHelper - Class in com.facebook.react.views.view
Provides implementation of common tasks for view and it's view manager supporting property removeClippedSubviews.
ReactClippingViewGroupHelper() - Constructor for class com.facebook.react.views.view.ReactClippingViewGroupHelper
 
ReactCompoundView - Interface in com.facebook.react.uimanager
This interface should be implemented be native View subclasses that can represent more than a single react node (e.g.
ReactCompoundViewGroup - Interface in com.facebook.react.uimanager
This interface should be implemented be native ViewGroup subclasses that can represent more than a single react node.
ReactConstants - Class in com.facebook.react.common
 
ReactConstants() - Constructor for class com.facebook.react.common.ReactConstants
 
ReactContentSizeChangedEvent - Class in com.facebook.react.views.textinput
Event emitted by EditText native view when content size changes.
ReactContentSizeChangedEvent(int, float, float) - Constructor for class com.facebook.react.views.textinput.ReactContentSizeChangedEvent
 
ReactContext - Class in com.facebook.react.bridge
Abstract ContextWrapper for Android application or activity Context and CatalystInstance
ReactContext(Context) - Constructor for class com.facebook.react.bridge.ReactContext
 
ReactContextBaseJavaModule - Class in com.facebook.react.bridge
Base class for Catalyst native modules that require access to the ReactContext instance.
ReactContextBaseJavaModule(ReactApplicationContext) - Constructor for class com.facebook.react.bridge.ReactContextBaseJavaModule
 
ReactCookieJarContainer - Class in com.facebook.react.modules.network
Basic okhttp3 CookieJar container
ReactCookieJarContainer() - Constructor for class com.facebook.react.modules.network.ReactCookieJarContainer
 
ReactDatabaseSupplier - Class in com.facebook.react.modules.storage
Database supplier of the database used by react native.
ReactDialogPickerManager - Class in com.facebook.react.views.picker
ReactPickerManager for ReactPicker with Spinner.MODE_DIALOG.
ReactDialogPickerManager() - Constructor for class com.facebook.react.views.picker.ReactDialogPickerManager
 
ReactDrawableHelper - Class in com.facebook.react.views.view
Utility class that helps with converting android drawable description used in JS to an actual instance of Drawable.
ReactDrawableHelper() - Constructor for class com.facebook.react.views.view.ReactDrawableHelper
 
ReactDrawerLayoutManager - Class in com.facebook.react.views.drawer
View Manager for ReactDrawerLayout components.
ReactDrawerLayoutManager() - Constructor for class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
ReactDrawerLayoutManager.DrawerEventEmitter - Class in com.facebook.react.views.drawer
 
ReactDrawerLayoutManager.DrawerEventEmitter(DrawerLayout, EventDispatcher) - Constructor for class com.facebook.react.views.drawer.ReactDrawerLayoutManager.DrawerEventEmitter
 
ReactDropdownPickerManager - Class in com.facebook.react.views.picker
ReactPickerManager for ReactPicker with Spinner.MODE_DROPDOWN.
ReactDropdownPickerManager() - Constructor for class com.facebook.react.views.picker.ReactDropdownPickerManager
 
ReactEditText - Class in com.facebook.react.views.textinput
A wrapper around the EditText that lets us better control what happens when an EditText gets focused or blurred, and when to display the soft keyboard and when not to.
ReactEditText(Context) - Constructor for class com.facebook.react.views.textinput.ReactEditText
 
ReactFontManager - Class in com.facebook.react.views.text
Class responsible to load and cache Typeface objects.
ReactFragmentActivity - Class in com.facebook.react
Base Activity for React Native applications.
ReactFragmentActivity() - Constructor for class com.facebook.react.ReactFragmentActivity
 
ReactHitSlopView - Interface in com.facebook.react.touch
This interface should be implemented by all View subclasses that want to use the hitSlop prop to extend their touch areas.
ReactHorizontalScrollView - Class in com.facebook.react.views.scroll
Similar to ReactScrollView but only supports horizontal scrolling.
ReactHorizontalScrollView(Context) - Constructor for class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
ReactHorizontalScrollView(Context, FpsListener) - Constructor for class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
ReactHorizontalScrollViewManager - Class in com.facebook.react.views.scroll
View manager for ReactHorizontalScrollView components.
ReactHorizontalScrollViewManager() - Constructor for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
ReactHorizontalScrollViewManager(FpsListener) - Constructor for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
ReactImageManager - Class in com.facebook.react.views.image
 
ReactImageManager(AbstractDraweeControllerBuilder, Object) - Constructor for class com.facebook.react.views.image.ReactImageManager
 
ReactImageManager() - Constructor for class com.facebook.react.views.image.ReactImageManager
 
ReactImageView - Class in com.facebook.react.views.image
Wrapper class around Fresco's GenericDraweeView, enabling persisting props across multiple view update and consistent processing of both static and network images.
ReactImageView(Context, AbstractDraweeControllerBuilder, Object) - Constructor for class com.facebook.react.views.image.ReactImageView
 
ReactInstanceDevCommandsHandler - Interface in com.facebook.react.devsupport
Interface used by DevSupportManager for requesting React instance recreation based on the option that user select in developers menu.
ReactInstanceManager - Class in com.facebook.react
This class is managing instances of CatalystInstance.
ReactInstanceManager() - Constructor for class com.facebook.react.ReactInstanceManager
 
ReactInstanceManager.Builder - Class in com.facebook.react
Builder class for ReactInstanceManagerImpl
ReactInstanceManager.Builder() - Constructor for class com.facebook.react.ReactInstanceManager.Builder
 
ReactInstanceManager.ReactInstanceEventListener - Interface in com.facebook.react
Listener interface for react instance events.
ReactInterceptingViewGroup - Interface in com.facebook.react.touch
This interface should be implemented by all ViewGroup subviews that can be instantiating by NativeViewHierarchyManager.
ReactInvalidPropertyException - Exception in com.facebook.react.uimanager
 
ReactInvalidPropertyException(String, String, String) - Constructor for exception com.facebook.react.uimanager.ReactInvalidPropertyException
 
ReactMarker - Class in com.facebook.react.bridge
Static class that allows markers to be placed in React code and responded to in a configurable way
ReactMarker() - Constructor for class com.facebook.react.bridge.ReactMarker
 
ReactMarker.MarkerListener - Interface in com.facebook.react.bridge
 
ReactMarkerConstants - Class in com.facebook.react.bridge
Constants used by ReactMarker.
ReactMarkerConstants() - Constructor for class com.facebook.react.bridge.ReactMarkerConstants
 
ReactMethod - Annotation Type in com.facebook.react.bridge
Annotation which is used to mark methods that are exposed to Catalyst.
ReactModalHostManager - Class in com.facebook.react.views.modal
View manager for ReactModalHostView components.
ReactModalHostManager(ReactApplicationContext) - Constructor for class com.facebook.react.views.modal.ReactModalHostManager
 
ReactModalHostView - Class in com.facebook.react.views.modal
ReactModalHostView is a view that sits in the view hierarchy representing a Modal view.
ReactModalHostView(Context) - Constructor for class com.facebook.react.views.modal.ReactModalHostView
 
ReactModalHostView.OnRequestCloseListener - Interface in com.facebook.react.views.modal
 
ReactModule - Annotation Type in com.facebook.react.module.annotations
Annotation for use on BaseJavaModules to describe properties for that module.
ReactModuleInfo - Class in com.facebook.react.module.model
Data holder class holding native module specifications.
ReactModuleInfo(String, boolean, boolean, boolean) - Constructor for class com.facebook.react.module.model.ReactModuleInfo
 
ReactModuleList - Annotation Type in com.facebook.react.module.annotations
Annotates a function that returns a list of ModuleSpecs from which we get a list of NativeModules to create ReactModuleInfos from.
ReactModuleSpecProcessor - Class in com.facebook.react.module.processing
Generates a list of ReactModuleInfo for modules annotated with ReactModule in ReactPackages annotated with ReactModuleList.
ReactModuleSpecProcessor() - Constructor for class com.facebook.react.module.processing.ReactModuleSpecProcessor
 
ReactNativeBridge - Class in com.facebook.quicklog.identifiers
Stub definition of identifier needed in react native open source code.
ReactNativeBridge() - Constructor for class com.facebook.quicklog.identifiers.ReactNativeBridge
 
ReactNativeHost - Class in com.facebook.react
Simple class that holds an instance of ReactInstanceManager.
ReactNativeHost(Application) - Constructor for class com.facebook.react.ReactNativeHost
 
ReactPackage - Interface in com.facebook.react
Main interface for providing additional capabilities to the catalyst framework by couple of different means: 1) Registering new native modules 2) Registering new JS modules that may be accessed from native modules or from other parts of the native code (requiring JS modules from the package doesn't mean it will automatically be included as a part of the JS bundle, so there should be a corresponding piece of code on JS side that will require implementation of that JS module so that it gets bundled) 3) Registering custom native views (view managers) and custom event types 4) Registering natively packaged assets/resources (e.g.
ReactPicker - Class in com.facebook.react.views.picker
 
ReactPicker(Context) - Constructor for class com.facebook.react.views.picker.ReactPicker
 
ReactPicker(Context, int) - Constructor for class com.facebook.react.views.picker.ReactPicker
 
ReactPicker(Context, AttributeSet) - Constructor for class com.facebook.react.views.picker.ReactPicker
 
ReactPicker(Context, AttributeSet, int) - Constructor for class com.facebook.react.views.picker.ReactPicker
 
ReactPicker(Context, AttributeSet, int, int) - Constructor for class com.facebook.react.views.picker.ReactPicker
 
ReactPicker.OnSelectListener - Interface in com.facebook.react.views.picker
Listener interface for ReactPicker events.
ReactPickerManager - Class in com.facebook.react.views.picker
ViewManager for the ReactPicker view.
ReactPickerManager() - Constructor for class com.facebook.react.views.picker.ReactPickerManager
 
ReactPointerEventsView - Interface in com.facebook.react.uimanager
This interface should be implemented be native View subclasses that support pointer events handling.
ReactProgressBarViewManager - Class in com.facebook.react.views.progressbar
Manages instances of ProgressBar.
ReactProgressBarViewManager() - Constructor for class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
ReactProp - Annotation Type in com.facebook.react.uimanager.annotations
Use this annotation to annotate properties of native views that should be exposed to JS.
ReactPropertyHolder - Annotation Type in com.facebook.react.uimanager.annotations
 
ReactPropertyProcessor - Class in com.facebook.react.processing
This annotation processor crawls subclasses of ReactShadowNode and ViewManager and finds their exported properties with the @ReactProp or @ReactGroupProp annotation.
ReactPropertyProcessor() - Constructor for class com.facebook.react.processing.ReactPropertyProcessor
 
ReactPropGroup - Annotation Type in com.facebook.react.uimanager.annotations
Use this annotation to annotate group of properties of native views that should be exposed to JS.
ReactQueueConfiguration - Interface in com.facebook.react.bridge.queue
Specifies which MessageQueueThreads must be used to run the various contexts of execution within catalyst (Main UI thread, native modules, and JS).
ReactQueueConfigurationImpl - Class in com.facebook.react.bridge.queue
 
ReactQueueConfigurationSpec - Class in com.facebook.react.bridge.queue
Spec for creating a ReactQueueConfiguration.
ReactQueueConfigurationSpec.Builder - Class in com.facebook.react.bridge.queue
 
ReactQueueConfigurationSpec.Builder() - Constructor for class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec.Builder
 
ReactRawTextManager - Class in com.facebook.react.views.text
Manages raw text nodes.
ReactRawTextManager() - Constructor for class com.facebook.react.views.text.ReactRawTextManager
 
ReactRootView - Class in com.facebook.react
Default root view for catalyst apps.
ReactRootView(Context) - Constructor for class com.facebook.react.ReactRootView
 
ReactRootView(Context, AttributeSet) - Constructor for class com.facebook.react.ReactRootView
 
ReactRootView(Context, AttributeSet, int) - Constructor for class com.facebook.react.ReactRootView
 
ReactScrollView - Class in com.facebook.react.views.scroll
A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has a scroll listener to send scroll events to JS.
ReactScrollView(Context) - Constructor for class com.facebook.react.views.scroll.ReactScrollView
 
ReactScrollView(Context, FpsListener) - Constructor for class com.facebook.react.views.scroll.ReactScrollView
 
ReactScrollViewCommandHelper - Class in com.facebook.react.views.scroll
Helper for view managers to handle commands like 'scrollTo'.
ReactScrollViewCommandHelper() - Constructor for class com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
ReactScrollViewCommandHelper.ScrollCommandHandler<T> - Interface in com.facebook.react.views.scroll
 
ReactScrollViewCommandHelper.ScrollToCommandData - Class in com.facebook.react.views.scroll
 
ReactScrollViewHelper - Class in com.facebook.react.views.scroll
Helper class that deals with emitting Scroll Events.
ReactScrollViewHelper() - Constructor for class com.facebook.react.views.scroll.ReactScrollViewHelper
 
ReactScrollViewManager - Class in com.facebook.react.views.scroll
View manager for ReactScrollView components.
ReactScrollViewManager() - Constructor for class com.facebook.react.views.scroll.ReactScrollViewManager
 
ReactScrollViewManager(FpsListener) - Constructor for class com.facebook.react.views.scroll.ReactScrollViewManager
 
ReactShadowNode - Class in com.facebook.react.uimanager
Base node class for representing virtual tree of React nodes.
ReactShadowNode() - Constructor for class com.facebook.react.uimanager.ReactShadowNode
 
ReactSlider - Class in com.facebook.react.views.slider
Slider that behaves more like the iOS one, for consistency.
ReactSlider(Context, AttributeSet, int) - Constructor for class com.facebook.react.views.slider.ReactSlider
 
ReactSliderEvent - Class in com.facebook.react.views.slider
Event emitted by a ReactSliderManager when user changes slider position.
ReactSliderEvent(int, double, boolean) - Constructor for class com.facebook.react.views.slider.ReactSliderEvent
 
ReactSliderManager - Class in com.facebook.react.views.slider
Manages instances of ReactSlider.
ReactSliderManager() - Constructor for class com.facebook.react.views.slider.ReactSliderManager
 
ReactSlidingCompleteEvent - Class in com.facebook.react.views.slider
Event emitted when the user finishes dragging the slider.
ReactSlidingCompleteEvent(int, double) - Constructor for class com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
ReactStylesDiffMap - Class in com.facebook.react.uimanager
Wrapper for ReadableMap which should be used for styles property map.
ReactStylesDiffMap(ReadableMap) - Constructor for class com.facebook.react.uimanager.ReactStylesDiffMap
 
ReactSwipeRefreshLayout - Class in com.facebook.react.views.swiperefresh
Basic extension of SwipeRefreshLayout with ReactNative-specific functionality.
ReactSwipeRefreshLayout(ReactContext) - Constructor for class com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
 
ReactSwitchManager - Class in com.facebook.react.views.switchview
View manager for ReactSwitch components.
ReactSwitchManager() - Constructor for class com.facebook.react.views.switchview.ReactSwitchManager
 
ReactSyncHook - Annotation Type in com.facebook.react.bridge
Annotation for a method in a NativeModule that can be called from JS synchronously **on the JS thread**, possibly returning a result.
reactTagForTouch(float, float) - Method in interface com.facebook.react.uimanager.ReactCompoundView
Return react tag for touched element.
reactTagForTouch(float, float) - Method in class com.facebook.react.views.text.ReactTextView
 
ReactTagSpan - Class in com.facebook.react.views.text
Instances of this class are used to place reactTag information of nested text react nodes into spannable text rendered by single TextView
ReactTagSpan(int) - Constructor for class com.facebook.react.views.text.ReactTagSpan
 
ReactTextChangedEvent - Class in com.facebook.react.views.textinput
Event emitted by EditText native view when text changes.
ReactTextChangedEvent(int, String, float, float, int) - Constructor for class com.facebook.react.views.textinput.ReactTextChangedEvent
 
ReactTextInlineImageShadowNode - Class in com.facebook.react.views.text
Base class for CSSNodes that represent inline images.
ReactTextInlineImageShadowNode() - Constructor for class com.facebook.react.views.text.ReactTextInlineImageShadowNode
 
ReactTextInputEvent - Class in com.facebook.react.views.textinput
Event emitted by EditText native view when text changes.
ReactTextInputEvent(int, String, String, int, int) - Constructor for class com.facebook.react.views.textinput.ReactTextInputEvent
 
ReactTextInputManager - Class in com.facebook.react.views.textinput
Manages instances of TextInput.
ReactTextInputManager() - Constructor for class com.facebook.react.views.textinput.ReactTextInputManager
 
ReactTextInputShadowNode - Class in com.facebook.react.views.textinput
 
ReactTextInputShadowNode() - Constructor for class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
ReactTextShadowNode - Class in com.facebook.react.views.text
ReactShadowNode class for spannable text view.
ReactTextShadowNode(boolean) - Constructor for class com.facebook.react.views.text.ReactTextShadowNode
 
ReactTextUpdate - Class in com.facebook.react.views.text
Class that contains the data needed for a text update.
ReactTextUpdate(Spannable, int, boolean, Spacing, float, int) - Constructor for class com.facebook.react.views.text.ReactTextUpdate
 
ReactTextView - Class in com.facebook.react.views.text
 
ReactTextView(Context) - Constructor for class com.facebook.react.views.text.ReactTextView
 
ReactTextViewManager - Class in com.facebook.react.views.text
Manages instances of spannable TextView.
ReactTextViewManager() - Constructor for class com.facebook.react.views.text.ReactTextViewManager
 
ReactToolbar - Class in com.facebook.react.views.toolbar
Custom implementation of the Toolbar widget that adds support for remote images in logo and navigationIcon using fresco.
ReactToolbar(Context) - Constructor for class com.facebook.react.views.toolbar.ReactToolbar
 
ReactToolbarManager - Class in com.facebook.react.views.toolbar
Manages instances of ReactToolbar.
ReactToolbarManager() - Constructor for class com.facebook.react.views.toolbar.ReactToolbarManager
 
ReactViewBackgroundDrawable - Class in com.facebook.react.views.view
A subclass of Drawable used for background of ReactViewGroup.
ReactViewBackgroundDrawable() - Constructor for class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
ReactViewGroup - Class in com.facebook.react.views.view
Backing for a React View.
ReactViewGroup(Context) - Constructor for class com.facebook.react.views.view.ReactViewGroup
 
ReactViewManager - Class in com.facebook.react.views.view
View manager for AndroidViews (plain React Views).
ReactViewManager() - Constructor for class com.facebook.react.views.view.ReactViewManager
 
ReactViewPager - Class in com.facebook.react.views.viewpager
Wrapper view for ViewPager.
ReactViewPager(ReactContext) - Constructor for class com.facebook.react.views.viewpager.ReactViewPager
 
ReactViewPagerManager - Class in com.facebook.react.views.viewpager
Instance of ViewManager that provides native ViewPager view.
ReactViewPagerManager() - Constructor for class com.facebook.react.views.viewpager.ReactViewPagerManager
 
ReactVirtualTextViewManager - Class in com.facebook.react.views.text
Manages raw text nodes.
ReactVirtualTextViewManager() - Constructor for class com.facebook.react.views.text.ReactVirtualTextViewManager
 
ReactWebViewManager - Class in com.facebook.react.views.webview
Manages instances of WebView Can accept following commands: - GO_BACK - GO_FORWARD - RELOAD WebView instances could emit following direct events: - topLoadingFinish - topLoadingStart - topLoadingError Each event will carry the following properties: - target - view's react tag - url - url set for the webview - loading - whether webview is in a loading state - title - title of the current page - canGoBack - boolean, whether there is anything on a history stack to go back - canGoForward - boolean, whether it is possible to request GO_FORWARD command
ReactWebViewManager() - Constructor for class com.facebook.react.views.webview.ReactWebViewManager
 
ReactWebViewManager(WebViewConfig) - Constructor for class com.facebook.react.views.webview.ReactWebViewManager
 
ReadableArray - Interface in com.facebook.react.bridge
Interface for an array that allows typed access to its members.
ReadableMap - Interface in com.facebook.react.bridge
Interface for a map that allows typed access to its members.
ReadableMapKeySetIterator - Interface in com.facebook.react.bridge
Interface of a iterator for a NativeMap's key set.
ReadableNativeArray - Class in com.facebook.react.bridge
Implementation of a NativeArray that allows read-only access to its members.
ReadableNativeArray(HybridData) - Constructor for class com.facebook.react.bridge.ReadableNativeArray
 
ReadableNativeMap - Class in com.facebook.react.bridge
Implementation of a read-only map in native memory.
ReadableNativeMap(HybridData) - Constructor for class com.facebook.react.bridge.ReadableNativeMap
 
ReadableType - Enum in com.facebook.react.bridge
Defines the type of an object stored in a ReadableArray or ReadableMap.
receiveCommand(T, int, ReadableArray) - Method in class com.facebook.react.uimanager.ViewManager
Subclasses may use this method to receive events/commands directly from JS through the UIManager.
receiveCommand(ReactDrawerLayout, int, ReadableArray) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
receiveCommand(RecyclerViewBackedScrollView, int, ReadableArray) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
Provides implementation of commands supported by ReactScrollViewManager
receiveCommand(ReactHorizontalScrollView, int, ReadableArray) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
receiveCommand(ReactScrollViewCommandHelper.ScrollCommandHandler<T>, T, int, ReadableArray) - Static method in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
receiveCommand(ReactScrollView, int, ReadableArray) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
receiveCommand(ReactEditText, int, ReadableArray) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
receiveCommand(ReactViewGroup, int, ReadableArray) - Method in class com.facebook.react.views.view.ReactViewManager
 
receiveCommand(ReactViewPager, int, ReadableArray) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
receiveCommand(WebView, int, ReadableArray) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
receiveEvent(int, String, WritableMap) - Method in interface com.facebook.react.uimanager.events.RCTEventEmitter
 
receiveOwnershipHierarchy(int, int, ReadableArray) - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
 
receiveTouches(String, WritableArray, WritableArray) - Method in interface com.facebook.react.uimanager.events.RCTEventEmitter
 
RecyclerViewBackedScrollView - Class in com.facebook.react.views.recyclerview
Wraps RecyclerView providing interface similar to `ScrollView.js` where each children will be rendered as a separate RecyclerView row.
RecyclerViewBackedScrollView(Context) - Constructor for class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollView
 
RecyclerViewBackedScrollViewManager - Class in com.facebook.react.views.recyclerview
RecyclerViewBackedScrollViewManager() - Constructor for class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
RedBoxHandler - Interface in com.facebook.react.devsupport
Interface used by DevSupportManagerImpl to allow interception on any redboxes during development and handling the information from the redbox.
RedBoxHandler.ErrorType - Enum in com.facebook.react.devsupport
 
RedBoxHandler.ReportCompletedListener - Interface in com.facebook.react.devsupport
RefreshEvent - Class in com.facebook.react.views.swiperefresh
 
RefreshEvent(int) - Constructor for class com.facebook.react.views.swiperefresh.RefreshEvent
 
registerAnimation(Animation) - Method in class com.facebook.react.animation.AnimationRegistry
 
registerAnimation(Animation) - Method in class com.facebook.react.uimanager.UIImplementation
Registers a new Animation that can then be added to a View using UIImplementation.addAnimation(int, int, com.facebook.react.bridge.Callback).
registerAnimation(Animation) - Method in class com.facebook.react.uimanager.UIManagerModule
Registers a new Animation that can then be added to a View using UIManagerModule.addAnimation(int, int, com.facebook.react.bridge.Callback).
registerListener(TraceListener) - Static method in class com.facebook.systrace.Systrace
 
registerRootView(SizeMonitoringFrameLayout, int, int, int, ThemedReactContext) - Method in class com.facebook.react.uimanager.UIImplementation
Registers a root node with a given tag, size and ThemedReactContext and adds it to a node registry.
reject(String, String) - Method in interface com.facebook.react.bridge.Promise
Report an error which wasn't caused by an exception.
reject(String, Throwable) - Method in interface com.facebook.react.bridge.Promise
Report an exception.
reject(String, String, Throwable) - Method in interface com.facebook.react.bridge.Promise
Report an exception with a custom error message.
reject(String) - Method in interface com.facebook.react.bridge.Promise
Deprecated.
Prefer passing a module-specific error code to JS. Using this method will pass the error code "EUNSPECIFIED".
reject(Throwable) - Method in interface com.facebook.react.bridge.Promise
Report an exception, with default error code.
reject(String, String) - Method in class com.facebook.react.bridge.PromiseImpl
 
reject(String) - Method in class com.facebook.react.bridge.PromiseImpl
Deprecated.
reject(String, Throwable) - Method in class com.facebook.react.bridge.PromiseImpl
 
reject(Throwable) - Method in class com.facebook.react.bridge.PromiseImpl
 
reject(String, String, Throwable) - Method in class com.facebook.react.bridge.PromiseImpl
 
RELOAD_APP_EXTRA_JS_PROXY - Static variable in class com.facebook.react.devsupport.DevServerHelper
 
reloadSettings() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
reloadSettings() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
reloadSettings() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
REMOTE_IMAGE_FADE_DURATION_MS - Static variable in class com.facebook.react.views.image.ReactImageView
 
removeActivityEventListener(ActivityEventListener) - Method in class com.facebook.react.bridge.ReactContext
 
removeAllChildren() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
removeAllNativeChildren() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
removeAllViews(T) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
removeAllViews(ReactViewGroup) - Method in class com.facebook.react.views.view.ReactViewManager
 
removeAllViewsFromAdapter() - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
removeAnimation(int) - Method in class com.facebook.react.animation.AnimationRegistry
 
removeAnimation(int, int) - Method in class com.facebook.react.uimanager.UIImplementation
Removes an existing Animation, canceling it if it was in progress.
removeAnimation(int, int) - Method in class com.facebook.react.uimanager.UIManagerModule
Removes an existing Animation, canceling it if it was in progress.
removeBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - Method in interface com.facebook.react.bridge.CatalystInstance
removeBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
removeChildAt(int) - Method in class com.facebook.csslayout.CSSNode
 
removeChildAt(int) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
removeChildAt(int) - Method in class com.facebook.csslayout.CSSNodeJNI
 
removeChildAt(int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
removeCoalescingKey(long) - Method in class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
Stops tracking a new coalescing key corresponding to the gesture with this down time.
removeCookieJar() - Method in interface com.facebook.react.modules.network.CookieJarContainer
 
removeCookieJar() - Method in class com.facebook.react.modules.network.ReactCookieJarContainer
 
removeFrameCallback(ReactChoreographer.CallbackType, Choreographer.FrameCallback) - Method in class com.facebook.react.uimanager.ReactChoreographer
 
removeLifecycleEventListener(LifecycleEventListener) - Method in class com.facebook.react.bridge.ReactContext
 
removeLifecycleEventListener(LifecycleEventListener) - Method in class com.facebook.react.uimanager.ThemedReactContext
 
removeMemoryPressureListener(MemoryPressureListener) - Method in class com.facebook.react.MemoryPressureRouter
removeNativeChildAt(int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
removeReactInstanceEventListener(ReactInstanceManager.ReactInstanceEventListener) - Method in class com.facebook.react.ReactInstanceManager
removeRootView(int) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
removeRootView(int) - Method in class com.facebook.react.uimanager.UIImplementation
Unregisters a root node with a given tag.
removeRootView(int) - Method in class com.facebook.react.uimanager.UIManagerModule
 
removeShadowNode(ReactShadowNode) - Method in class com.facebook.react.uimanager.UIImplementation
 
removeSubviewsFromContainerWithID(int) - Method in class com.facebook.react.uimanager.UIImplementation
Method which takes a container tag and then releases all subviews for that container upon receipt.
removeSubviewsFromContainerWithID(int) - Method in class com.facebook.react.uimanager.UIManagerModule
Method which takes a container tag and then releases all subviews for that container upon receipt.
removeTextChangedListener(TextWatcher) - Method in class com.facebook.react.views.textinput.ReactEditText
 
removeView(T, View) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
removeView(View) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
removeViewAt(T, int) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
removeViewAt(int) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
removeViewAt(RecyclerViewBackedScrollView, int) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
removeViewAt(ReactViewGroup, int) - Method in class com.facebook.react.views.view.ReactViewManager
 
removeViewAt(ReactViewPager, int) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
reorderChildrenByZIndex(ViewGroup) - Static method in class com.facebook.react.uimanager.ViewGroupManager
 
replaceExistingNonRootView(int, int) - Method in class com.facebook.react.uimanager.UIImplementation
Replaces the View specified by oldTag with the View specified by newTag within oldTag's parent.
replaceExistingNonRootView(int, int) - Method in class com.facebook.react.uimanager.UIManagerModule
Replaces the View specified by oldTag with the View specified by newTag within oldTag's parent.
replaceOkHttpClient(OkHttpClient) - Static method in class com.facebook.react.modules.network.OkHttpClientProvider
 
reportFatalException(String, ReadableArray, int) - Method in class com.facebook.react.modules.core.ExceptionsManagerModule
 
reportRedbox(String, StackTraceHelper.StackFrame[], String, RedBoxHandler.ReportCompletedListener) - Method in interface com.facebook.react.devsupport.RedBoxHandler
Report the information from the redbox and set up a callback listener.
reportSoftException(String, ReadableArray, int) - Method in class com.facebook.react.modules.core.ExceptionsManagerModule
 
requestDisallowInterceptTouchEvent(boolean) - Method in class com.facebook.react.ReactRootView
 
requestedHeight - Variable in class com.facebook.csslayout.CachedCSSLayout
 
requestedWidth - Variable in class com.facebook.csslayout.CachedCSSLayout
 
requestFocus(int, Rect) - Method in class com.facebook.react.views.textinput.ReactEditText
 
requestFocusFromJS() - Method in class com.facebook.react.views.textinput.ReactEditText
 
requestLayout() - Method in class com.facebook.react.views.picker.ReactPicker
 
requestLayout() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
requestLayout() - Method in class com.facebook.react.views.view.ReactViewGroup
 
requestPermission(String, Promise) - Method in class com.facebook.react.modules.permissions.PermissionsModule
Request the given permission.
requestPermissions(String[], int, PermissionListener) - Method in interface com.facebook.react.modules.core.PermissionAwareActivity
See Activity.requestPermissions(java.lang.String[], int).
requestPermissions(String[], int, PermissionListener) - Method in class com.facebook.react.ReactActivity
 
requestPermissions(String[], int, PermissionListener) - Method in class com.facebook.react.ReactActivityDelegate
 
requestPermissions(String[], int, PermissionListener) - Method in class com.facebook.react.ReactFragmentActivity
 
requiresExtraMap(String) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
reset() - Method in class com.facebook.csslayout.CSSNode
Resets this instance to its default state.
reset() - Method in interface com.facebook.csslayout.CSSNodeAPI
 
reset() - Method in class com.facebook.csslayout.CSSNodeJNI
 
reset() - Method in class com.facebook.csslayout.Spacing
Resets the spacing instance to its default state.
reset() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
reset() - Method in class com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
 
resetIdentityMatrix(double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
resetNative() - Method in class com.facebook.jni.HybridData
To explicitly delete the instance, call resetNative().
resetResult() - Method in class com.facebook.csslayout.CSSLayout
 
RESIZE_METHOD - Static variable in class com.facebook.react.uimanager.ViewProps
 
RESIZE_MODE - Static variable in class com.facebook.react.uimanager.ViewProps
 
resolve(Object) - Method in interface com.facebook.react.bridge.Promise
Successfully resolve the Promise.
resolve(Object) - Method in class com.facebook.react.bridge.PromiseImpl
 
resolveRootTagFromReactTag(int) - Method in class com.facebook.react.uimanager.UIImplementation
 
resolveRootTagFromReactTag(int) - Method in class com.facebook.react.uimanager.UIManagerModule
Given a reactTag from a component, find its root node tag, if possible.
resolveShadowNode(int) - Method in class com.facebook.react.uimanager.UIImplementation
 
resolveView(int) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
resolveViewManager(int) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
resolveViewManager(String) - Method in class com.facebook.react.uimanager.UIImplementation
 
ResourceDrawableIdHelper - Class in com.facebook.react.views.imagehelper
Helper class for obtaining information about local images.
ResponseUtil - Class in com.facebook.react.modules.network
Util methods to send network responses to JS.
ResponseUtil() - Constructor for class com.facebook.react.modules.network.ResponseUtil
 
restoreCanvas(Canvas) - Method in class com.facebook.react.views.art.ARTVirtualNode
Restore the canvas after an element was drawn.
RESUME - Static variable in class com.facebook.quicklog.identifiers.ActionId
General resume poshort
RIGHT - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents the right direction.
RIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
RootView - Interface in com.facebook.react.uimanager
Interface for the root native view of a React native application.
RootViewManager - Class in com.facebook.react.uimanager
View manager for ReactRootView components.
RootViewManager() - Constructor for class com.facebook.react.uimanager.RootViewManager
 
RootViewUtil - Class in com.facebook.react.uimanager
 
RootViewUtil() - Constructor for class com.facebook.react.uimanager.RootViewUtil
 
RotationAnimationPropertyUpdater - Class in com.facebook.react.animation
Subclass of AnimationPropertyUpdater for animating view's rotation
RotationAnimationPropertyUpdater(float) - Constructor for class com.facebook.react.animation.RotationAnimationPropertyUpdater
 
roundTo3Places(double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
 
run() - Method in class com.facebook.jni.NativeRunnable
 
run() - Method in class com.facebook.react.animation.Animation
 
run() - Method in class com.facebook.react.animation.ImmediateAnimation
 
run() - Method in class com.facebook.react.bridge.queue.NativeRunnable
 
run() - Method in class com.facebook.react.bridge.queue.NativeRunnableDeprecated
 
RUN_JS_BUNDLE_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
RUN_JS_BUNDLE_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
runAnimationStep(long) - Method in class com.facebook.react.animated.DecayAnimation
 
runApplication(String, WritableMap) - Method in interface com.facebook.react.uimanager.AppRegistry
 
runJSBundle() - Method in interface com.facebook.react.bridge.CatalystInstance
 
runJSBundle() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
runOnJSQueueThread(Runnable) - Method in class com.facebook.react.bridge.ReactContext
 
runOnNativeModulesQueueThread(Runnable) - Method in class com.facebook.react.bridge.ReactContext
 
runOnQueue(Runnable) - Method in interface com.facebook.react.bridge.queue.MessageQueueThread
Runs the given Runnable on this Thread.
runOnQueue(Runnable) - Method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
Runs the given Runnable on this Thread.
runOnUiQueueThread(Runnable) - Method in class com.facebook.react.bridge.ReactContext
 
runOnUiThread(Runnable) - Static method in class com.facebook.react.bridge.UiThreadUtil
Runs the given Runnable on the UI thread.
runOnUiThread(Runnable) - Static method in class com.facebook.react.cxxbridge.UiThreadUtil
Runs the given Runnable on the UI thread.

S

saveAndSetupCanvas(Canvas) - Method in class com.facebook.react.views.art.ARTVirtualNode
Sets up the transform matrix on the canvas before an element is drawn.
saveFromResponse(HttpUrl, List<Cookie>) - Method in class com.facebook.react.modules.network.ReactCookieJarContainer
 
saveToCameraRoll(String, String, Promise) - Method in class com.facebook.react.modules.camera.CameraRollManager
Save an image to the gallery (i.e.
ScaleXAnimationPropertyUpdater - Class in com.facebook.react.animation
Subclass of AnimationPropertyUpdater for animating view's X scale
ScaleXAnimationPropertyUpdater(float) - Constructor for class com.facebook.react.animation.ScaleXAnimationPropertyUpdater
 
ScaleXAnimationPropertyUpdater(float, float) - Constructor for class com.facebook.react.animation.ScaleXAnimationPropertyUpdater
 
ScaleXYAnimationPairPropertyUpdater - Class in com.facebook.react.animation
Subclass of AnimationPropertyUpdater for animating view's X and Y scale
ScaleXYAnimationPairPropertyUpdater(float, float) - Constructor for class com.facebook.react.animation.ScaleXYAnimationPairPropertyUpdater
 
ScaleXYAnimationPairPropertyUpdater(float, float, float, float) - Constructor for class com.facebook.react.animation.ScaleXYAnimationPairPropertyUpdater
 
ScaleYAnimationPropertyUpdater - Class in com.facebook.react.animation
Subclass of AnimationPropertyUpdater for animating view's Y scale
ScaleYAnimationPropertyUpdater(float) - Constructor for class com.facebook.react.animation.ScaleYAnimationPropertyUpdater
 
ScaleYAnimationPropertyUpdater(float, float) - Constructor for class com.facebook.react.animation.ScaleYAnimationPropertyUpdater
 
ScrollEvent - Class in com.facebook.react.views.scroll
A event dispatched from a ScrollView scrolling.
ScrollEventType - Enum in com.facebook.react.views.scroll
Scroll event types that JS module RCTEventEmitter can understand
scrollTo(RecyclerViewBackedScrollView, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
scrollTo(ReactHorizontalScrollView, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
scrollTo(T, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in interface com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollCommandHandler
 
scrollTo(ReactScrollView, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
send(String, int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
sendAccessibilityEvent(int, int) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
sendAccessibilityEvent(int, int) - Method in class com.facebook.react.uimanager.UIImplementation
 
sendAccessibilityEvent(int, int) - Method in class com.facebook.react.uimanager.UIManagerModule
 
sendBinary(String, int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
sendRequest(ExecutorToken, String, String, int, ReadableArray, ReadableMap, String, boolean, int) - Method in class com.facebook.react.modules.network.NetworkingModule
 
set(int, float) - Method in class com.facebook.csslayout.Spacing
Set a spacing value.
set(T) - Method in class com.facebook.react.common.futures.SimpleSettableFuture
Sets the result.
set(int, long) - Method in class com.facebook.react.common.LongArray
 
setAccessibilityComponentType(T, String) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setAccessibilityLabel(T, String) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setAccessibilityLiveRegion(T, String) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setAccessible(ReactViewGroup, boolean) - Method in class com.facebook.react.views.view.ReactViewManager
 
setActions(ReactToolbar, ReadableArray) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setAlignContent(CSSAlign) - Method in class com.facebook.csslayout.CSSNode
 
setAlignContent(CSSAlign) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setAlignContent(CSSAlign) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setAlignItems(CSSAlign) - Method in class com.facebook.csslayout.CSSNode
 
setAlignItems(CSSAlign) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setAlignItems(CSSAlign) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setAlignItems(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setAlignment(int) - Method in class com.facebook.react.views.art.ARTTextShadowNode
 
setAlignSelf(CSSAlign) - Method in class com.facebook.csslayout.CSSNode
 
setAlignSelf(CSSAlign) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setAlignSelf(CSSAlign) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setAlignSelf(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setAlpha(int) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setAnimatedNodeValue(int, double) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
setAnimating(ProgressBarContainerView, boolean) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
setAnimationListener(AnimationListener) - Method in class com.facebook.react.animation.Animation
 
setAnimationType(ReactModalHostView, String) - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
setAnimationType(String) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
setApplication(Application) - Static method in class com.facebook.react.common.ApplicationHolder
Deprecated.
 
setApplication(Application) - Method in class com.facebook.react.ReactInstanceManager.Builder
Required.
setAutoCapitalize(ReactEditText, int) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setAutoCorrect(ReactEditText, Boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setBackground(Drawable) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBackgroundColor(T, int) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setBackgroundColor(Integer) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setBackgroundColor(int) - Method in class com.facebook.react.views.text.ReactTextView
 
setBackgroundColor(int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBackgroundColor(int) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBitmap(Bitmap) - Method in class com.facebook.react.views.art.ARTSurfaceView
 
setBlurOnSubmit(boolean) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBlurOnSubmit(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setBorder(int, float) - Method in class com.facebook.csslayout.CSSNode
 
setBorder(int, float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setBorder(int, float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setBorderColor(ReactImageView, Integer) - Method in class com.facebook.react.views.image.ReactImageManager
 
setBorderColor(int) - Method in class com.facebook.react.views.image.ReactImageView
 
setBorderColor(int, float, float) - Method in class com.facebook.react.views.text.ReactTextView
 
setBorderColor(ReactTextView, int, Integer) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setBorderColor(int, float, float) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBorderColor(ReactEditText, int, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setBorderColor(int, float, float) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setBorderColor(int, float, float) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderColor(ReactViewGroup, int, Integer) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderRadius(ReactImageView, int, float) - Method in class com.facebook.react.views.image.ReactImageManager
 
setBorderRadius(float) - Method in class com.facebook.react.views.image.ReactImageView
 
setBorderRadius(float, int) - Method in class com.facebook.react.views.image.ReactImageView
 
setBorderRadius(float) - Method in class com.facebook.react.views.text.ReactTextView
 
setBorderRadius(float, int) - Method in class com.facebook.react.views.text.ReactTextView
 
setBorderRadius(ReactTextView, int, float) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setBorderRadius(float) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBorderRadius(float, int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBorderRadius(ReactEditText, int, float) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setBorderRadius(float) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderRadius(float, int) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderRadius(ReactViewGroup, int, float) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderStyle(String) - Method in class com.facebook.react.views.text.ReactTextView
 
setBorderStyle(ReactTextView, String) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setBorderStyle(String) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBorderStyle(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setBorderStyle(String) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setBorderStyle(String) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderStyle(ReactViewGroup, String) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderWidth(ReactImageView, float) - Method in class com.facebook.react.views.image.ReactImageManager
 
setBorderWidth(float) - Method in class com.facebook.react.views.image.ReactImageView
 
setBorderWidth(int, float) - Method in class com.facebook.react.views.text.ReactTextView
 
setBorderWidth(ReactTextView, int, float) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setBorderWidth(int, float) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setBorderWidth(ReactEditText, int, float) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setBorderWidth(int, float) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setBorderWidth(int, float) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderWidth(ReactViewGroup, int, float) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderWidths(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setBottomFillColor(ReactHorizontalScrollView, int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
When set, fills the rest of the scrollview with a color to avoid setting a background and creating unnecessary overdraw.
setBottomFillColor(ReactScrollView, int) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
When set, fills the rest of the scrollview with a color to avoid setting a background and creating unnecessary overdraw.
setBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - Method in class com.facebook.react.ReactInstanceManager.Builder
 
SetBuilder - Class in com.facebook.react.common
Utility class for creating sets
SetBuilder() - Constructor for class com.facebook.react.common.SetBuilder
 
setBundleAssetName(String) - Method in class com.facebook.react.ReactInstanceManager.Builder
Name of the JS bundle file to be loaded from application's raw assets.
setChildren(int, ReadableArray) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
Simplified version of manageChildren that only deals with adding children views
setChildren(int, ReadableArray) - Method in class com.facebook.react.uimanager.UIImplementation
An optimized version of manageChildren that is used for initial setting of child views.
setChildren(int, ReadableArray) - Method in class com.facebook.react.uimanager.UIManagerModule
Interface for fast tracking the initial adding of views.
setClipping(ReadableArray) - Method in class com.facebook.react.views.art.ARTGroupShadowNode
 
setCollapsable(ReactViewGroup, boolean) - Method in class com.facebook.react.views.view.ReactViewManager
 
setColor(int, boolean, Promise) - Method in class com.facebook.react.modules.statusbar.StatusBarModule
 
setColor(ReactPicker, Integer) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
setColor(ProgressBarContainerView, Integer) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
setColor(Integer) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setColor(ReactEditText, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setColor(int) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setColorFilter(ColorFilter) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setColors(ReactSwipeRefreshLayout, ReadableArray) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
setContentInsetEnd(ReactToolbar, float) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setContentInsetStart(ReactToolbar, float) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setContentSizeWatcher(ContentSizeWatcher) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setContext(Context) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
setControllerListener(ControllerListener) - Method in class com.facebook.react.views.image.ReactImageView
 
setCookieJar(CookieJar) - Method in interface com.facebook.react.modules.network.CookieJarContainer
 
setCookieJar(CookieJar) - Method in class com.facebook.react.modules.network.ReactCookieJarContainer
 
setCurrentActivity(Activity) - Method in class com.facebook.react.ReactInstanceManager.Builder
 
setCurrentItemFromJs(int, boolean) - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
setData(Object) - Method in class com.facebook.csslayout.CSSNode
 
setData(Object) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setData(Object) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setDefaultHardwareBackBtnHandler(DefaultHardwareBackBtnHandler) - Method in class com.facebook.react.ReactInstanceManager.Builder
 
setDefaultPadding(int, float) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
setDestinationPath(File) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
setDevSupportEnabled(boolean) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
setDevSupportEnabled(boolean) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
ReactInstanceDevCommandsHandler is responsible for enabling/disabling dev support when a React view is attached/detached or when application state changes (e.g.
setDevSupportEnabled(boolean) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
setDirection(CSSDirection) - Method in class com.facebook.csslayout.CSSNode
 
setDirection(CSSDirection) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setDirection(CSSDirection) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setDomStorageEnabled(WebView, boolean) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setDrawerLockMode(ReactDrawerLayout, String) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
setDrawerPosition(ReactDrawerLayout, int) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
setEditable(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setElementInspectorEnabled(boolean) - Method in class com.facebook.react.devsupport.DevInternalSettings
 
setElevation(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setElevation(ReactDrawerLayout, float) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
setEllipsizeLocation(TextUtils.TruncateAt) - Method in class com.facebook.react.views.text.ReactTextView
 
setEllipsizeMode(ReactTextView, String) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setEnabled(boolean) - Method in interface com.facebook.react.bridge.Systrace
 
setEnabled(ReactPicker, boolean) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
setEnabled(ReactSlider, boolean) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
setEnabled(ReactSwipeRefreshLayout, boolean) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
setEnabled(ReactSwitch, boolean) - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
setEndFillColor(int) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
setEndFillColor(int) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
setException(Exception) - Method in class com.facebook.react.common.futures.SimpleSettableFuture
Sets the exception.
setFadeDuration(ReactImageView, int) - Method in class com.facebook.react.views.image.ReactImageManager
 
setFadeDuration(int) - Method in class com.facebook.react.views.image.ReactImageView
 
setFill(ReadableArray) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setFlex(float) - Method in class com.facebook.csslayout.CSSNode
 
setFlex(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setFlex(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setFlex(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFlexBasis(float) - Method in class com.facebook.csslayout.CSSNode
 
setFlexBasis(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setFlexBasis(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setFlexBasis(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFlexDirection(CSSFlexDirection) - Method in class com.facebook.csslayout.CSSNode
 
setFlexDirection(CSSFlexDirection) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setFlexDirection(CSSFlexDirection) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setFlexDirection(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFlexGrow(float) - Method in class com.facebook.csslayout.CSSNode
 
setFlexGrow(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setFlexGrow(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setFlexGrow(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFlexShrink(float) - Method in class com.facebook.csslayout.CSSNode
 
setFlexShrink(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setFlexShrink(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setFlexShrink(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFlexWrap(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFontFamily(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setFontFamily(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setFontSize(float) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setFontSize(ReactEditText, float) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setFontStyle(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
/* This code is duplicated in ReactTextInputManager /* TODO: Factor into a common place they can both use
setFontStyle(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
/* This code was taken from the method setFontStyle of the class ReactTextShadowNode /* TODO: Factor into a common place they can both use
setFontWeight(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
/* This code is duplicated in ReactTextInputManager /* TODO: Factor into a common place they can both use
setFontWeight(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
/* This code was taken from the method setFontWeight of the class ReactTextShadowNode /* TODO: Factor into a common place they can both use
setFpsDebugEnabled(boolean) - Method in class com.facebook.react.devsupport.DevInternalSettings
 
setFrame(ReadableMap) - Method in class com.facebook.react.views.art.ARTTextShadowNode
 
setGlobalVariable(String, String) - Method in interface com.facebook.react.bridge.CatalystInstance
 
setGlobalVariable(String, String) - Method in interface com.facebook.react.bridge.JavaJSExecutor
 
setGlobalVariable(String, String) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
setGlobalVariable(String, String) - Method in class com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
setHeight(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setHidden(boolean, Promise) - Method in class com.facebook.react.modules.statusbar.StatusBarModule
 
setHitSlop(ReactViewGroup, ReadableMap) - Method in class com.facebook.react.views.view.ReactViewManager
 
setHitSlopRect(Rect) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setHotModuleReplacementEnabled(boolean) - Method in class com.facebook.react.devsupport.DevInternalSettings
 
setImportantForAccessibility(T, String) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setIndeterminate(ProgressBarContainerView, boolean) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
setInitialLifecycleState(LifecycleState) - Method in class com.facebook.react.ReactInstanceManager.Builder
Sets the initial lifecycle state of the host.
setInjectedJavaScript(WebView, String) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setInlineImageLeft(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setInlineImagePadding(ReactEditText, int) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setInputType(int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setIsLayoutOnly(boolean) - Method in class com.facebook.react.uimanager.ReactShadowNode
Sets whether this node only contributes to the layout of its children without doing any drawing or functionality itself.
setIsTextNode(boolean) - Method in class com.facebook.csslayout.CSSNode
 
setIsTextNode(boolean) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setIsTextNode(boolean) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setItems(ReactPicker, ReadableArray) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
setJavaScriptEnabled(WebView, boolean) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setJSBundleFile(String) - Method in class com.facebook.react.ReactInstanceManager.Builder
Path to the JS bundle file to be loaded from the file system.
setJSBundleLoader(JSBundleLoader) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
setJSBundleLoader(JSBundleLoader) - Method in class com.facebook.react.ReactInstanceManager.Builder
Bundle loader to use when setting up JS environment.
setJSCConfig(JSCConfig) - Method in class com.facebook.react.ReactInstanceManager.Builder
 
setJSExecutor(JavaScriptExecutor) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
setJSMainModuleName(String) - Method in class com.facebook.react.ReactInstanceManager.Builder
Path to your app's main module on the packager server.
setJSModuleRegistry(JavaScriptModuleRegistry) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
setJSQueueThreadSpec(MessageQueueThreadSpec) - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec.Builder
 
setJSResponder(int, ViewParent) - Method in class com.facebook.react.touch.JSResponderHandler
 
setJSResponder(int, int, boolean) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
setJSResponder(int, boolean) - Method in class com.facebook.react.uimanager.UIImplementation
 
setJSResponder(int, boolean) - Method in class com.facebook.react.uimanager.UIManagerModule
 
setJustifyContent(CSSJustify) - Method in class com.facebook.csslayout.CSSNode
 
setJustifyContent(CSSJustify) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setJustifyContent(CSSJustify) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setJustifyContent(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setKeyboardType(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setLayoutAnimationEnabled(boolean) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
setLayoutAnimationEnabledExperimental(boolean) - Method in class com.facebook.react.uimanager.UIImplementation
LayoutAnimation API on Android is currently experimental.
setLayoutAnimationEnabledExperimental(boolean) - Method in class com.facebook.react.uimanager.UIManagerModule
LayoutAnimation API on Android is currently experimental.
setLineHeight(int) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setLoadFlags(int) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
setLoadHandlersRegistered(ReactImageView, boolean) - Method in class com.facebook.react.views.image.ReactImageManager
 
setLoadingIndicatorSource(ReactImageView, String) - Method in class com.facebook.react.views.image.ReactImageManager
 
setLoadingIndicatorSource(String) - Method in class com.facebook.react.views.image.ReactImageView
 
setLogo(ReactToolbar, ReadableMap) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setMargin(int, float) - Method in class com.facebook.csslayout.CSSNode
 
setMargin(int, float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setMargin(int, float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setMargins(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setMarkerListener(ReactMarker.MarkerListener) - Static method in class com.facebook.react.bridge.ReactMarker
 
setMaxHeight(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setMaximumSize(long) - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
Sets the maximum size the database will grow to.
setMaximumValue(ReactSlider, double) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
setMaxLength(ReactEditText, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setMaxWidth(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setMeasureFunction(CSSNodeAPI.MeasureFunction) - Method in class com.facebook.csslayout.CSSNode
 
setMeasureFunction(CSSNodeAPI.MeasureFunction) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setMeasureFunction(CSSNodeAPI.MeasureFunction) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setMediaPlaybackRequiresUserAction(WebView, boolean) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setMinHeight(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setMinimumValue(ReactSlider, double) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
setMinWidth(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setMostRecentEventCount(int) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
setMultiline(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setNativeBackground(ReactViewGroup, ReadableMap) - Method in class com.facebook.react.views.view.ReactViewManager
 
setNativeModuleCallExceptionHandler(NativeModuleCallExceptionHandler) - Method in class com.facebook.react.bridge.ReactContext
 
setNativeModuleCallExceptionHandler(NativeModuleCallExceptionHandler) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
setNativeModuleCallExceptionHandler(NativeModuleCallExceptionHandler) - Method in class com.facebook.react.ReactInstanceManager.Builder
Set the exception handler for all native module calls.
setNativeModulesQueueThreadSpec(MessageQueueThreadSpec) - Method in class com.facebook.react.bridge.queue.ReactQueueConfigurationSpec.Builder
 
setNavIcon(ReactToolbar, ReadableMap) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setNeedsOffscreenAlphaCompositing(boolean) - Method in class com.facebook.react.views.view.ReactViewGroup
See the documentation of needsOffscreenAlphaCompositing in View.js.
setNeedsOffscreenAlphaCompositing(ReactViewGroup, boolean) - Method in class com.facebook.react.views.view.ReactViewManager
 
setNumberOfLines(int) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setNumberOfLines(int) - Method in class com.facebook.react.views.text.ReactTextView
 
setNumberOfLines(ReactTextView, int) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setNumLines(ReactEditText, int) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setOn(ReactSwitch, boolean) - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
setOnContentSizeChange(RecyclerViewBackedScrollView, boolean) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
setOnContentSizeChange(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setOnContentSizeChange(WebView, boolean) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setOnDismissListener(DialogInterface.OnDismissListener) - Method in class com.facebook.react.modules.timepicker.SupportTimePickerDialogFragment
 
setOnDismissListener(DialogInterface.OnDismissListener) - Method in class com.facebook.react.modules.timepicker.TimePickerDialogFragment
 
setOnGenericMotionListener(View.OnGenericMotionListener) - Method in class com.facebook.react.ReactRootView
 
setOnInterceptTouchEventListener(OnInterceptTouchEventListener) - Method in interface com.facebook.react.touch.ReactInterceptingViewGroup
A ViewGroup instance that implement this interface is responsible for storing the listener passed as an argument and then calling OnInterceptTouchEventListener.onInterceptTouchEvent(android.view.ViewGroup, android.view.MotionEvent) from ViewGroup#onInterceptTouchEvent and returning the result.
setOnInterceptTouchEventListener(OnInterceptTouchEventListener) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setOnRequestCloseListener(ReactModalHostView.OnRequestCloseListener) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
setOnSelectionChange(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setOnSelectListener(ReactPicker.OnSelectListener) - Method in class com.facebook.react.views.picker.ReactPicker
 
setOnShowListener(DialogInterface.OnShowListener) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
setOnSizeChangedListener(SizeMonitoringFrameLayout.OnSizeChangedListener) - Method in class com.facebook.react.uimanager.SizeMonitoringFrameLayout
 
setOnTimeSetListener(TimePickerDialog.OnTimeSetListener) - Method in class com.facebook.react.modules.timepicker.SupportTimePickerDialogFragment
 
setOnTimeSetListener(TimePickerDialog.OnTimeSetListener) - Method in class com.facebook.react.modules.timepicker.TimePickerDialogFragment
 
setOnUnpackedCallback(Runnable) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
setOpacity(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setOpacity(float) - Method in class com.facebook.react.views.art.ARTVirtualNode
 
setOverflow(CSSOverflow) - Method in class com.facebook.csslayout.CSSNode
 
setOverflow(CSSOverflow) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setOverflow(CSSOverflow) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setOverflowIcon(ReactToolbar, ReadableMap) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setOverlayColor(ReactImageView, Integer) - Method in class com.facebook.react.views.image.ReactImageManager
 
setOverlayColor(int) - Method in class com.facebook.react.views.image.ReactImageView
 
setPadding(int, float) - Method in class com.facebook.csslayout.CSSNode
 
setPadding(int, float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setPadding(int, float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setPadding(int, float) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
setPadding(int, float) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
setPaddings(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setPageMargin(ReactViewPager, float) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
setPagingEnabled(boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
setPagingEnabled(ReactHorizontalScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
setPlaceholder(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setPlaceholderTextColor(ReactEditText, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setPointerEvents(ReactViewGroup, String) - Method in class com.facebook.react.views.view.ReactViewManager
 
setPosition(int, float) - Method in class com.facebook.csslayout.CSSNode
 
setPosition(int, float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setPosition(int, float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setPosition(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setPositionType(CSSPositionType) - Method in class com.facebook.csslayout.CSSNode
 
setPositionType(CSSPositionType) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setPositionType(CSSPositionType) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setPositionValues(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setPrimaryColor(Integer) - Method in class com.facebook.react.views.picker.ReactPicker
 
setProgress(ProgressBarContainerView, double) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
setProgressBackgroundColor(ReactSwipeRefreshLayout, int) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
setProgressiveRenderingEnabled(ReactImageView, boolean) - Method in class com.facebook.react.views.image.ReactImageManager
 
setProgressiveRenderingEnabled(boolean) - Method in class com.facebook.react.views.image.ReactImageView
 
setProgressViewOffset(float) - Method in class com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
 
setProgressViewOffset(ReactSwipeRefreshLayout, float) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
setPrompt(ReactPicker, String) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
setProperty(View, float[]) - Method in class com.facebook.react.animation.AbstractFloatPairPropertyUpdater
 
setProperty(View, float) - Method in class com.facebook.react.animation.AbstractSingleFloatProperyUpdater
 
setProperty(View, float) - Method in class com.facebook.react.animation.OpacityAnimationPropertyUpdater
 
setProperty(View, float[]) - Method in class com.facebook.react.animation.PositionAnimationPairPropertyUpdater
 
setProperty(View, float) - Method in class com.facebook.react.animation.RotationAnimationPropertyUpdater
 
setProperty(View, float) - Method in class com.facebook.react.animation.ScaleXAnimationPropertyUpdater
 
setProperty(View, float[]) - Method in class com.facebook.react.animation.ScaleXYAnimationPairPropertyUpdater
 
setProperty(View, float) - Method in class com.facebook.react.animation.ScaleYAnimationPropertyUpdater
 
setProperty(T, String, ReactStylesDiffMap) - Method in interface com.facebook.react.uimanager.ViewManagerPropertyUpdater.ShadowNodeSetter
 
setProperty(T, V, String, ReactStylesDiffMap) - Method in interface com.facebook.react.uimanager.ViewManagerPropertyUpdater.ViewManagerSetter
 
setRadius(float) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setRadius(float, int) - Method in class com.facebook.react.views.view.ReactViewBackgroundDrawable
 
setReactQueueConfigurationSpec(ReactQueueConfigurationSpec) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
setRedBoxHandler(RedBoxHandler) - Method in class com.facebook.react.ReactInstanceManager.Builder
 
setRefreshing(boolean) - Method in class com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
 
setRefreshing(ReactSwipeRefreshLayout, boolean) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
setRegistry(NativeModuleRegistry) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl.Builder
 
setReloadOnJSChangeEnabled(boolean) - Method in class com.facebook.react.devsupport.DevInternalSettings
 
setRemoteJSDebugEnabled(boolean) - Method in class com.facebook.react.devsupport.DevInternalSettings
 
setRemoteJSDebugEnabled(boolean) - Method in interface com.facebook.react.modules.debug.DeveloperSettings
Enable/Disable remote JS debugging.
setRemoveClippedSubviews(boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
setRemoveClippedSubviews(ReactHorizontalScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
setRemoveClippedSubviews(boolean) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
setRemoveClippedSubviews(ReactScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
setRemoveClippedSubviews(boolean) - Method in interface com.facebook.react.views.view.ReactClippingViewGroup
Sets property removeClippedSubviews as a result of property update in JS.
setRemoveClippedSubviews(boolean) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setRemoveClippedSubviews(ReactViewGroup, boolean) - Method in class com.facebook.react.views.view.ReactViewManager
 
setRenderToHardwareTexture(T, boolean) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setResizeMethod(ReactImageView, String) - Method in class com.facebook.react.views.image.ReactImageManager
 
setResizeMethod(ImageResizeMethod) - Method in class com.facebook.react.views.image.ReactImageView
 
setResizeMode(ReactImageView, String) - Method in class com.facebook.react.views.image.ReactImageManager
 
setReturnKeyLabel(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setReturnKeyType(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setRootViewTag(int) - Method in class com.facebook.react.ReactRootView
 
setRotation(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setRtl(ReactToolbar, boolean) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setScalesPageToFit(WebView, boolean) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setScaleType(ScalingUtils.ScaleType) - Method in class com.facebook.react.views.image.ReactImageView
 
setScaleX(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setScaleY(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setScreenDisplayMetrics(DisplayMetrics) - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
 
setScrollEnabled(boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
setScrollEnabled(ReactHorizontalScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
setScrollEnabled(boolean) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
setScrollEnabled(ReactScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
setScrollEnabled(boolean) - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
setScrollEnabled(ReactViewPager, boolean) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
setScrollPerfTag(String) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
setScrollPerfTag(ReactHorizontalScrollView, String) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
Tag used for logging scroll performance on this scroll view.
setScrollPerfTag(String) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
setScrollPerfTag(ReactScrollView, String) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
Tag used for logging scroll performance on this scroll view.
setSecureTextEntry(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setSelectable(ReactTextView, boolean) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setSelected(ReactPicker, int) - Method in class com.facebook.react.views.picker.ReactPickerManager
 
setSelection(int, int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setSelection(ReactEditText, ReadableMap) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setSelectionColor(ReactEditText, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setSelectionWatcher(SelectionWatcher) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setSelectTextOnFocus(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setSendContentSizeChangeEvents(boolean) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollView
 
setSendIdleEvents(ExecutorToken, boolean) - Method in class com.facebook.react.modules.core.Timing
 
setSendMomentumEvents(boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
setSendMomentumEvents(ReactHorizontalScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
Computing momentum events is potentially expensive since we post a runnable on the UI thread to see when it is done.
setSendMomentumEvents(boolean) - Method in class com.facebook.react.views.scroll.ReactScrollView
 
setSendMomentumEvents(ReactScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
Computing momentum events is potentially expensive since we post a runnable on the UI thread to see when it is done.
setShapePath(ReadableArray) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setShouldNotifyLoadEvents(boolean) - Method in class com.facebook.react.views.image.ReactImageView
 
setShouldNotifyOnLayout(boolean) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setShouldNotifyOnLayout(boolean) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
setShowsHorizontalScrollIndicator(ReactHorizontalScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
setShowsVerticalScrollIndicator(ReactScrollView, boolean) - Method in class com.facebook.react.views.scroll.ReactScrollViewManager
 
setSize(ReactSwipeRefreshLayout, int) - Method in class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
setSource(ReactImageView, ReadableArray) - Method in class com.facebook.react.views.image.ReactImageManager
 
setSource(ReadableArray) - Method in class com.facebook.react.views.image.ReactImageView
 
setSource(ReadableArray) - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
 
setSource(WebView, ReadableMap) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setSourceURL(String) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
setStagedSelection(int) - Method in class com.facebook.react.views.picker.ReactPicker
Will cache "selection" value locally and set it only once ReactPicker.updateStagedSelection() is called
setStep(ReactSlider, double) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
setString(String) - Method in class com.facebook.react.modules.clipboard.ClipboardModule
 
setStroke(ReadableArray) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setStrokeCap(int) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setStrokeDash(ReadableArray) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setStrokeJoin(int) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setStrokeWidth(float) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
 
setStyle(String) - Method in class com.facebook.react.views.progressbar.ProgressBarShadowNode
 
setStyle(ProgressBarContainerView, String) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
setStyleHeight(float) - Method in class com.facebook.csslayout.CSSNode
 
setStyleHeight(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setStyleHeight(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setStyleMaxHeight(float) - Method in class com.facebook.csslayout.CSSNode
 
setStyleMaxHeight(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setStyleMaxHeight(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setStyleMaxWidth(float) - Method in class com.facebook.csslayout.CSSNode
 
setStyleMaxWidth(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setStyleMaxWidth(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setStyleMinHeight(float) - Method in class com.facebook.csslayout.CSSNode
 
setStyleMinHeight(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setStyleMinHeight(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setStyleMinWidth(float) - Method in class com.facebook.csslayout.CSSNode
 
setStyleMinWidth(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setStyleMinWidth(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setStyleWidth(float) - Method in class com.facebook.csslayout.CSSNode
 
setStyleWidth(float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setStyleWidth(float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setSubtitle(ReactToolbar, String) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setSubtitleColor(ReactToolbar, Integer) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setTestId(T, String) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setText(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setText(ReactTextUpdate) - Method in class com.facebook.react.views.text.ReactTextView
 
setTextAlign(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setTextAlign(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setTextAlignVertical(ReactTextView, String) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setTextAlignVertical(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setTextDecorationLine(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setTextIsSelectable(boolean) - Method in class com.facebook.react.views.text.ReactTextView
 
setTextShadowColor(int) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setTextShadowOffset(ReadableMap) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setTextShadowRadius(float) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setTextView(TextView) - Method in class com.facebook.react.views.text.TextInlineImageSpan
Set the textview that will contain this span.
setTextView(TextView) - Method in class com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan
 
setThemedContext(ThemedReactContext) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
setThemedContext(ThemedReactContext) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
setTintColor(ReactImageView, Integer) - Method in class com.facebook.react.views.image.ReactImageManager
 
setTitle(ReactToolbar, String) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setTitleColor(ReactToolbar, Integer) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setTransform(T, ReadableArray) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setTransform(ReadableArray) - Method in class com.facebook.react.views.art.ARTVirtualNode
 
setTranslateX(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setTranslateY(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setTranslucent(boolean, Promise) - Method in class com.facebook.react.modules.statusbar.StatusBarModule
 
setTranslucentBackgroundDrawable(Drawable) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setTransparent(ReactModalHostView, boolean) - Method in class com.facebook.react.views.modal.ReactModalHostManager
 
setTransparent(boolean) - Method in class com.facebook.react.views.modal.ReactModalHostView
 
setTypeface(String, int, Typeface) - Method in class com.facebook.react.views.text.ReactFontManager
Add additional font family, or replace the exist one in the font memory cache.
setUIImplementationProvider(UIImplementationProvider) - Method in class com.facebook.react.ReactInstanceManager.Builder
Sets a provider of UIImplementation.
setUnderlineColor(ReactEditText, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
SETUP_REACT_CONTEXT_END - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
SETUP_REACT_CONTEXT_START - Static variable in class com.facebook.react.bridge.ReactMarkerConstants
 
setupFillPaint(Paint, float) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
Sets up #mPaint according to the props set on a shadow view.
setupMatrix() - Method in class com.facebook.react.views.art.ARTVirtualNode
 
setupStrokePaint(Paint, float) - Method in class com.facebook.react.views.art.ARTShapeShadowNode
Sets up #mPaint according to the props set on a shadow view.
setUseDeveloperSupport(boolean) - Method in class com.facebook.react.ReactInstanceManager.Builder
When true, developer options such as JS reloading and debugging are enabled.
setUserAgent(WebView, String) - Method in class com.facebook.react.views.webview.ReactWebViewManager
 
setValue(ReactSlider, double) - Method in class com.facebook.react.views.slider.ReactSliderManager
 
setViewHierarchyUpdateDebugListener(NotThreadSafeViewHierarchyUpdateDebugListener) - Method in class com.facebook.react.uimanager.UIImplementation
 
setViewHierarchyUpdateDebugListener(NotThreadSafeViewHierarchyUpdateDebugListener) - Method in class com.facebook.react.uimanager.UIManagerModule
 
setViewHierarchyUpdateDebugListener(NotThreadSafeViewHierarchyUpdateDebugListener) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
setViews(List<View>) - Method in class com.facebook.react.views.viewpager.ReactViewPager
 
setViewZIndex(View, int) - Static method in class com.facebook.react.uimanager.ViewGroupManager
 
setWidth(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setWindowDisplayMetrics(DisplayMetrics) - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
Deprecated.
Use DisplayMetricsHolder.setScreenDisplayMetrics(DisplayMetrics) instead. See comment above as to why this is not correct to use.
setWrap(CSSWrap) - Method in class com.facebook.csslayout.CSSNode
 
setWrap(CSSWrap) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
setWrap(CSSWrap) - Method in class com.facebook.csslayout.CSSNodeJNI
 
setZIndex(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
 
ShadowStyleSpan - Class in com.facebook.react.views.text
 
ShadowStyleSpan(float, float, float, int) - Constructor for class com.facebook.react.views.text.ShadowStyleSpan
 
ShakeDetector - Class in com.facebook.react.common
Listens for the user shaking their phone.
ShakeDetector(ShakeDetector.ShakeListener) - Constructor for class com.facebook.react.common.ShakeDetector
 
ShakeDetector.ShakeListener - Interface in com.facebook.react.common
 
share(ReadableMap, String, Promise) - Method in class com.facebook.react.modules.share.ShareModule
Open a chooser dialog to send text content to other apps.
ShareModule - Class in com.facebook.react.modules.share
Intent module.
ShareModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.share.ShareModule
 
shouldAnimateLayout(View) - Method in class com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
 
shouldNotifyOnLayout() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
shouldPromoteGrandchildren() - Method in class com.facebook.react.uimanager.ViewGroupManager
Returns whether or not this View type should promote its grandchildren as Views.
shouldShowRequestPermissionRationale(String) - Method in interface com.facebook.react.modules.core.PermissionAwareActivity
See Activity.shouldShowRequestPermissionRationale(java.lang.String).
shouldShowRequestPermissionRationale(String, Promise) - Method in class com.facebook.react.modules.permissions.PermissionsModule
Check whether the app should display a message explaining why a certain permission is needed.
show(String, int) - Method in class com.facebook.react.modules.toast.ToastModule
 
showAlert(ReadableMap, Callback, Callback) - Method in class com.facebook.react.modules.dialog.DialogModule
 
showDevOptionsDialog() - Method in interface com.facebook.react.devsupport.DevSupportManager
 
showDevOptionsDialog() - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
showDevOptionsDialog() - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
showDevOptionsDialog() - Method in class com.facebook.react.ReactInstanceManager
 
showNewJavaError(String, Throwable) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
showNewJavaError(String, Throwable) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
showNewJavaError(String, Throwable) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
showNewJSError(String, ReadableArray, int) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
showNewJSError(String, ReadableArray, int) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
showNewJSError(String, ReadableArray, int) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
showOrUpdate() - Method in class com.facebook.react.views.modal.ReactModalHostView
showOrUpdate will display the Dialog.
showPopupMenu(int, ReadableArray, Callback) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
Show a PopupMenu.
showPopupMenu(int, ReadableArray, Callback, Callback) - Method in class com.facebook.react.uimanager.UIImplementation
Show a PopupMenu.
showPopupMenu(int, ReadableArray, Callback, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Show a PopupMenu.
showWithGravity(String, int, int) - Method in class com.facebook.react.modules.toast.ToastModule
 
simple(Class<? extends NativeModule>) - Static method in class com.facebook.react.bridge.ModuleSpec
Simple spec for modules with a default constructor.
simple(Class<? extends NativeModule>, ReactApplicationContext) - Static method in class com.facebook.react.bridge.ModuleSpec
Simple spec for modules with a constructor taking ReactApplicationContext.
SimpleSettableFuture<T> - Class in com.facebook.react.common.futures
A super simple Future-like class that can safely notify another Thread when a value is ready.
SimpleSettableFuture() - Constructor for class com.facebook.react.common.futures.SimpleSettableFuture
 
SimpleViewManager<T extends android.view.View> - Class in com.facebook.react.uimanager
Common base class for most of the ViewManagers.
SimpleViewManager() - Constructor for class com.facebook.react.uimanager.SimpleViewManager
 
SingleThreadAsserter - Class in com.facebook.react.common
Simple class for asserting that operations only run on a single thread.
SingleThreadAsserter() - Constructor for class com.facebook.react.common.SingleThreadAsserter
 
size() - Method in class com.facebook.react.bridge.JavaOnlyArray
 
size() - Method in interface com.facebook.react.bridge.ReadableArray
 
size() - Method in class com.facebook.react.bridge.ReadableNativeArray
 
size() - Method in class com.facebook.react.common.LongArray
 
SizeMonitoringFrameLayout - Class in com.facebook.react.uimanager
Subclass of FrameLayout that allows registering for size change events.
SizeMonitoringFrameLayout(Context) - Constructor for class com.facebook.react.uimanager.SizeMonitoringFrameLayout
 
SizeMonitoringFrameLayout(Context, AttributeSet) - Constructor for class com.facebook.react.uimanager.SizeMonitoringFrameLayout
 
SizeMonitoringFrameLayout(Context, AttributeSet, int) - Constructor for class com.facebook.react.uimanager.SizeMonitoringFrameLayout
 
SizeMonitoringFrameLayout.OnSizeChangedListener - Interface in com.facebook.react.uimanager
 
SoftAssertions - Class in com.facebook.react.bridge
Utility class to make assertions that should not hard-crash the app but instead be handled by the Catalyst app NativeModuleCallExceptionHandler.
SoftAssertions() - Constructor for class com.facebook.react.bridge.SoftAssertions
 
SoftAssertions - Class in com.facebook.react.cxxbridge
Utility class to make assertions that should not hard-crash the app but instead be handled by the Catalyst app NativeModuleCallExceptionHandler.
SoftAssertions() - Constructor for class com.facebook.react.cxxbridge.SoftAssertions
 
source() - Method in class com.facebook.react.modules.network.ProgressResponseBody
 
SourceCodeModule - Class in com.facebook.react.modules.debug
Module that exposes the URL to the source code map (used for exception stack trace parsing) to JS
SourceCodeModule(String) - Constructor for class com.facebook.react.modules.debug.SourceCodeModule
 
Spacing - Class in com.facebook.csslayout
Class representing CSS spacing (padding, margin, and borders).
Spacing() - Constructor for class com.facebook.csslayout.Spacing
 
Spacing(float) - Constructor for class com.facebook.csslayout.Spacing
 
StackTraceHelper - Class in com.facebook.react.devsupport
Helper class converting JS and Java stack traces into arrays of StackTraceHelper.StackFrame objects.
StackTraceHelper() - Constructor for class com.facebook.react.devsupport.StackTraceHelper
 
StackTraceHelper.StackFrame - Class in com.facebook.react.devsupport
Represents a generic entry in a stack trace, be it originally from JS or Java.
START - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents start direction e.g.
START - Static variable in class com.facebook.quicklog.identifiers.ActionId
This starts all markers
start(View) - Method in class com.facebook.react.animation.Animation
 
start(SensorManager) - Method in class com.facebook.react.common.ShakeDetector
Start listening for shakes.
start() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
startActivityForResult(Intent, int, Bundle) - Method in class com.facebook.react.bridge.ReactContext
Same as Activity.startActivityForResult(Intent, int), this just redirects the call to the current activity.
startAndRecordFpsAtEachFrame() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
startAnimatingNode(int, int, ReadableMap, Callback) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
startAsyncFlow(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
startListeningToAnimatedNodeValue(int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
startNewBackgroundThread(String, QueueThreadExceptionHandler) - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
startNewBackgroundThread(String, long, QueueThreadExceptionHandler) - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadImpl
Creates and starts a new MessageQueueThreadImpl encapsulating a new Thread with a new Looper running on it.
startObserving(ReadableMap) - Method in class com.facebook.react.modules.location.LocationModule
Start listening for location updates.
startPollingOnChangeEndpoint(DevServerHelper.OnServerContentChangeListener) - Method in class com.facebook.react.devsupport.DevServerHelper
 
startProfiler(String) - Method in interface com.facebook.react.bridge.CatalystInstance
 
startProfiler(String) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
startReactApplication(ReactInstanceManager, String) - Method in class com.facebook.react.ReactRootView
startReactApplication(ReactInstanceManager, String, Bundle) - Method in class com.facebook.react.ReactRootView
Schedule rendering of the react component rendered by the JS application from the given JS module (@{param moduleName}) using provided to attach to the JS context of that manager.
startRecordingFps() - Method in class com.facebook.react.modules.debug.AnimationsDebugModule
 
staticInit() - Static method in class com.facebook.react.bridge.ReactBridge
 
StatusBarModule - Class in com.facebook.react.modules.statusbar
NativeModule that allows changing the appearance of the status bar.
StatusBarModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.statusbar.StatusBarModule
 
stepAsyncFlow(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
stop() - Method in class com.facebook.react.common.ShakeDetector
Stop listening for shakes.
stop() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
stopAnimation(int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
stopListeningToAnimatedNodeValue(int) - Method in class com.facebook.react.animated.NativeAnimatedModule
 
stopObserving() - Method in class com.facebook.react.modules.location.LocationModule
Stop listening for location updates.
stopPollingOnChangeEndpoint() - Method in class com.facebook.react.devsupport.DevServerHelper
 
stopProfiler(String, String) - Method in interface com.facebook.react.bridge.CatalystInstance
 
stopProfiler(String, String) - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
stopRecordingFps(double) - Method in class com.facebook.react.modules.debug.AnimationsDebugModule
Called when an animation finishes.
SUCCESS - Static variable in class com.facebook.quicklog.identifiers.ActionId
Successful termination of the marker
SupportAlertFragment - Class in com.facebook.react.modules.dialog
AlertFragment for apps that use the Support FragmentActivity and FragmentManager for legacy reasons.
SupportAlertFragment() - Constructor for class com.facebook.react.modules.dialog.SupportAlertFragment
 
SupportAlertFragment(DialogModule.AlertFragmentListener, Bundle) - Constructor for class com.facebook.react.modules.dialog.SupportAlertFragment
 
SupportDatePickerDialogFragment - Class in com.facebook.react.modules.datepicker
 
SupportDatePickerDialogFragment() - Constructor for class com.facebook.react.modules.datepicker.SupportDatePickerDialogFragment
 
supportsProfiling() - Method in interface com.facebook.react.bridge.CatalystInstance
 
supportsProfiling() - Method in class com.facebook.react.cxxbridge.CatalystInstanceImpl
 
supportsWebWorkers() - Method in class com.facebook.react.bridge.BaseJavaModule
 
supportsWebWorkers() - Method in interface com.facebook.react.bridge.NativeModule
In order to support web workers, a module must be aware that it can be invoked from multiple different JS VMs.
SupportsWebWorkers - Annotation Type in com.facebook.react.bridge
Annotation indicating that a JS module should be made available to web workers spawned by the main JS executor.
supportsWebWorkers() - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
supportsWebWorkers() - Method in class com.facebook.react.modules.core.Timing
 
supportsWebWorkers() - Method in class com.facebook.react.modules.network.NetworkingModule
 
SupportTimePickerDialogFragment - Class in com.facebook.react.modules.timepicker
 
SupportTimePickerDialogFragment() - Constructor for class com.facebook.react.modules.timepicker.SupportTimePickerDialogFragment
 
SwipeRefreshLayoutManager - Class in com.facebook.react.views.swiperefresh
ViewManager for ReactSwipeRefreshLayout which allows the user to "pull to refresh" a child view.
SwipeRefreshLayoutManager() - Constructor for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
 
synchronouslyUpdateViewOnUIThread(int, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.UIImplementation
Used by native animated module to bypass the process of updating the values through the shadow view hierarchy.
SystemClock - Class in com.facebook.react.common
Detour for System.currentTimeMillis and System.nanoTime calls so that they can be mocked out in tests.
SystemClock() - Constructor for class com.facebook.react.common.SystemClock
 
Systrace - Interface in com.facebook.react.bridge
Interface to the JavaScript Systrace Module
Systrace - Class in com.facebook.systrace
Systrace stub that mostly does nothing but delegates to Trace for beginning/ending sections.
Systrace() - Constructor for class com.facebook.systrace.Systrace
 
Systrace.EventScope - Enum in com.facebook.systrace
 
SystraceMessage - Class in com.facebook.systrace
Systrace stub.
SystraceMessage() - Constructor for class com.facebook.systrace.SystraceMessage
 
SystraceMessage.Builder - Class in com.facebook.systrace
 
SystraceMessage.Builder() - Constructor for class com.facebook.systrace.SystraceMessage.Builder
 
SystraceRequestListener - Class in com.facebook.react.modules.fresco
Logs requests to Systrace
SystraceRequestListener() - Constructor for class com.facebook.react.modules.fresco.SystraceRequestListener
 

T

TAG - Static variable in class com.facebook.react.common.ReactConstants
 
TEXT_ALIGN - Static variable in class com.facebook.react.uimanager.ViewProps
 
TEXT_ALIGN_VERTICAL - Static variable in class com.facebook.react.uimanager.ViewProps
 
TEXT_DECORATION_LINE - Static variable in class com.facebook.react.uimanager.ViewProps
 
TextInlineImageSpan - Class in com.facebook.react.views.text
Base class for inline image spans.
TextInlineImageSpan() - Constructor for class com.facebook.react.views.text.TextInlineImageSpan
 
ThemedReactContext - Class in com.facebook.react.uimanager
Wraps ReactContext with the base Context passed into the constructor.
ThemedReactContext(ReactApplicationContext, Context) - Constructor for class com.facebook.react.uimanager.ThemedReactContext
 
ThreadScopeSupport - Class in com.facebook.jni
 
ThreadScopeSupport() - Constructor for class com.facebook.jni.ThreadScopeSupport
 
TIMEOUT - Static variable in class com.facebook.react.modules.location.PositionError
The time allowed to acquire the geolocation, defined by PositionOptions.timeout information was reached before the information was obtained.
TimePickerDialogFragment - Class in com.facebook.react.modules.timepicker
 
TimePickerDialogFragment() - Constructor for class com.facebook.react.modules.timepicker.TimePickerDialogFragment
 
TimePickerDialogModule - Class in com.facebook.react.modules.timepicker
NativeModule that allows JS to show a native time picker dialog and get called back when the user selects a time.
TimePickerDialogModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.timepicker.TimePickerDialogModule
 
Timing - Class in com.facebook.react.modules.core
Native module for JS timer execution.
Timing(ReactApplicationContext, DevSupportManager) - Constructor for class com.facebook.react.modules.core.Timing
 
toArrayList() - Method in class com.facebook.react.bridge.ReadableNativeArray
 
ToastModule - Class in com.facebook.react.modules.toast
NativeModule that allows JS to show an Android Toast.
ToastModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.toast.ToastModule
 
toBundle(ReadableMap) - Static method in class com.facebook.react.bridge.Arguments
Convert a WritableMap to a Bundle.
toDIPFromPixel(float) - Static method in class com.facebook.react.uimanager.PixelUtil
Convert from PX to DP
toggleElementInspector() - Method in interface com.facebook.react.devsupport.ReactInstanceDevCommandsHandler
Request to toggle the react element inspector.
toHashMap() - Method in class com.facebook.react.bridge.ReadableNativeMap
 
toJSON(View) - Static method in class com.facebook.react.uimanager.ViewHierarchyDumper
 
ToolbarClickEvent - Class in com.facebook.react.views.toolbar.events
Represents a click on the toolbar.
ToolbarClickEvent(int, int) - Constructor for class com.facebook.react.views.toolbar.events.ToolbarClickEvent
 
TOP - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents the top direction.
TOP - Static variable in class com.facebook.react.uimanager.ViewProps
 
toPixelFromDIP(float) - Static method in class com.facebook.react.uimanager.PixelUtil
Convert from DIP to PX
toPixelFromDIP(double) - Static method in class com.facebook.react.uimanager.PixelUtil
Convert from DIP to PX
toPixelFromSP(float) - Static method in class com.facebook.react.uimanager.PixelUtil
Convert from SP to PX
toPixelFromSP(double) - Static method in class com.facebook.react.uimanager.PixelUtil
Convert from SP to PX
TopLoadingErrorEvent - Class in com.facebook.react.views.webview.events
Event emitted when there is an error in loading.
TopLoadingErrorEvent(int, WritableMap) - Constructor for class com.facebook.react.views.webview.events.TopLoadingErrorEvent
 
TopLoadingFinishEvent - Class in com.facebook.react.views.webview.events
Event emitted when loading is completed.
TopLoadingFinishEvent(int, WritableMap) - Constructor for class com.facebook.react.views.webview.events.TopLoadingFinishEvent
 
TopLoadingStartEvent - Class in com.facebook.react.views.webview.events
Event emitted when loading has started
TopLoadingStartEvent(int, WritableMap) - Constructor for class com.facebook.react.views.webview.events.TopLoadingStartEvent
 
toRealProgress(int) - Method in class com.facebook.react.views.slider.ReactSlider
Convert SeekBar's native progress value (e.g.
toScaleType(String) - Static method in class com.facebook.react.views.image.ImageResizeMode
Converts JS resize modes into ScalingUtils.ScaleType.
toString() - Method in class com.facebook.csslayout.CSSLayout
 
toString() - Method in class com.facebook.csslayout.CSSNode
 
toString() - Method in class com.facebook.react.bridge.JavaOnlyArray
 
toString() - Method in class com.facebook.react.bridge.JavaOnlyMap
 
toString() - Method in class com.facebook.react.bridge.NativeArray
 
toString() - Method in class com.facebook.react.bridge.NativeMap
 
toString() - Method in class com.facebook.react.uimanager.ReactStylesDiffMap
 
total4PlusFrameStutters - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
totalBytesRead() - Method in class com.facebook.react.modules.network.ProgressResponseBody
 
totalExpectedFrames - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
totalFrames - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
totalJsFrames - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
totalTimeMs - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
TouchEvent - Class in com.facebook.react.uimanager.events
An event representing the start, end or movement of a touch.
TouchEventCoalescingKeyHelper - Class in com.facebook.react.uimanager.events
Utility for determining coalescing keys for TouchEvents.
TouchEventCoalescingKeyHelper() - Constructor for class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
 
TouchEventType - Enum in com.facebook.react.uimanager.events
Touch event types that JS module RCTEventEmitter can understand
TouchTargetHelper - Class in com.facebook.react.uimanager
Class responsible for identifying which react view should handle a given MotionEvent.
TouchTargetHelper() - Constructor for class com.facebook.react.uimanager.TouchTargetHelper
 
TRACE_TAG_REACT_APPS - Static variable in class com.facebook.systrace.Systrace
 
TRACE_TAG_REACT_FRESCO - Static variable in class com.facebook.systrace.Systrace
 
TRACE_TAG_REACT_JAVA_BRIDGE - Static variable in class com.facebook.systrace.Systrace
 
TRACE_TAG_REACT_VIEW - Static variable in class com.facebook.systrace.Systrace
 
traceCounter(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
traceInstant(long, String, Systrace.EventScope) - Static method in class com.facebook.systrace.Systrace
 
TraceListener - Interface in com.facebook.systrace
 
TransformHelper - Class in com.facebook.react.uimanager
Class providing helper methods for converting transformation list (as accepted by 'transform' view property) into a transformation matrix.
TransformHelper() - Constructor for class com.facebook.react.uimanager.TransformHelper
 
transpose(double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
Turns columns into rows and rows into columns.

U

UIBlock - Interface in com.facebook.react.uimanager
A task to execute on the UI View for third party libraries.
UIImplementation - Class in com.facebook.react.uimanager
An class that is used to receive React commands from JS and translate them into a shadow node hierarchy that is then mapped to a native view hierarchy.
UIImplementation(ReactApplicationContext, List<ViewManager>) - Constructor for class com.facebook.react.uimanager.UIImplementation
 
UIImplementation(ReactApplicationContext, ViewManagerRegistry, UIViewOperationQueue) - Constructor for class com.facebook.react.uimanager.UIImplementation
 
UIImplementationProvider - Class in com.facebook.react.uimanager
Provides UIImplementation to use in UIManagerModule.
UIImplementationProvider() - Constructor for class com.facebook.react.uimanager.UIImplementationProvider
 
UIManagerModule - Class in com.facebook.react.uimanager
Native module to allow JS to create and update native Views.
UIManagerModule(ReactApplicationContext, List<ViewManager>, UIImplementation) - Constructor for class com.facebook.react.uimanager.UIManagerModule
 
UiThreadUtil - Class in com.facebook.react.bridge
Utility for interacting with the UI thread.
UiThreadUtil() - Constructor for class com.facebook.react.bridge.UiThreadUtil
 
UiThreadUtil - Class in com.facebook.react.cxxbridge
Utility for interacting with the UI thread.
UiThreadUtil() - Constructor for class com.facebook.react.cxxbridge.UiThreadUtil
 
UIViewOperationQueue - Class in com.facebook.react.uimanager
This class acts as a buffer for command executed on NativeViewHierarchyManager or on AnimationRegistry.
UIViewOperationQueue(ReactApplicationContext, NativeViewHierarchyManager) - Constructor for class com.facebook.react.uimanager.UIViewOperationQueue
 
UIViewOperationQueue.UIOperation - Interface in com.facebook.react.uimanager
A mutation or animation operation on the view hierarchy.
UNDEFINED - Static variable in class com.facebook.csslayout.CSSConstants
 
UNDEFINED - Static variable in class com.facebook.quicklog.identifiers.ActionId
Don't use this action identifier
UnexpectedNativeTypeException - Exception in com.facebook.react.bridge
Exception thrown from native code when a type retrieved from a map or array (e.g.
UnexpectedNativeTypeException(String) - Constructor for exception com.facebook.react.bridge.UnexpectedNativeTypeException
 
UnknownCppException - Exception in com.facebook.jni
 
UnknownCppException() - Constructor for exception com.facebook.jni.UnknownCppException
 
UnknownCppException(String) - Constructor for exception com.facebook.jni.UnknownCppException
 
unmountApplicationComponentAtRootTag(int) - Method in interface com.facebook.react.uimanager.AppRegistry
 
unmountReactApplication() - Method in class com.facebook.react.ReactRootView
Unmount the react application at this root view, reclaiming any JS memory associated with that application.
unpackFile(String, String) - Method in class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
Adds a file for unpacking.
UnpackingJSBundleLoader - Class in com.facebook.react.cxxbridge
JSBundleLoader capable of unpacking specified files necessary for executing JS bundle stored in optimized format.
UnpackingJSBundleLoader.Builder - Class in com.facebook.react.cxxbridge
 
UnpackingJSBundleLoader.Builder() - Constructor for class com.facebook.react.cxxbridge.UnpackingJSBundleLoader.Builder
 
unregisterListener(TraceListener) - Static method in class com.facebook.systrace.Systrace
 
UNSET - Static variable in class com.facebook.react.views.text.ReactTextShadowNode
 
updateClippingRect() - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollView
 
updateClippingRect() - Method in class com.facebook.react.views.scroll.ReactScrollView
 
updateClippingRect() - Method in interface com.facebook.react.views.view.ReactClippingViewGroup
Notify view that clipping area may have changed and it should recalculate the list of children that should be attached/detached.
updateClippingRect() - Method in class com.facebook.react.views.view.ReactViewGroup
 
updateDrawState(TextPaint) - Method in class com.facebook.react.views.text.CustomStyleSpan
 
updateDrawState(TextPaint) - Method in class com.facebook.react.views.text.ShadowStyleSpan
 
updateExceptionMessage(String, ReadableArray, int) - Method in class com.facebook.react.modules.core.ExceptionsManagerModule
 
updateExtraData(T, Object) - Method in class com.facebook.react.uimanager.SimpleViewManager
 
updateExtraData(T, Object) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
updateExtraData(T, Object) - Method in class com.facebook.react.uimanager.ViewManager
Subclasses can implement this method to receive an optional extra data enqueued from the corresponding instance of ReactShadowNode in ReactShadowNode.onCollectExtraUpdates(com.facebook.react.uimanager.UIViewOperationQueue).
updateExtraData(View, Object) - Method in class com.facebook.react.views.art.ARTRenderableViewManager
 
updateExtraData(ARTSurfaceView, Object) - Method in class com.facebook.react.views.art.ARTSurfaceViewManager
 
updateExtraData(ProgressBarContainerView, Object) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
updateExtraData(View, Object) - Method in class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
 
updateExtraData(ReactTextView, Object) - Method in class com.facebook.react.views.text.ReactRawTextManager
 
updateExtraData(ReactTextView, Object) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
updateExtraData(ReactEditText, Object) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
updateJSError(String, ReadableArray, int) - Method in interface com.facebook.react.devsupport.DevSupportManager
 
updateJSError(String, ReadableArray, int) - Method in class com.facebook.react.devsupport.DevSupportManagerImpl
 
updateJSError(String, ReadableArray, int) - Method in class com.facebook.react.devsupport.DisabledDevSupportManager
 
updateLayout(int, int, int, int, int, int) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
updateMeasureState(TextPaint) - Method in class com.facebook.react.views.text.CustomStyleSpan
 
updateProperties(int, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
updateProperties(ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
updateProperties(T, ReactStylesDiffMap) - Method in class com.facebook.react.uimanager.ViewManager
 
updateProps(T, V, ReactStylesDiffMap) - Static method in class com.facebook.react.uimanager.ViewManagerPropertyUpdater
 
updateProps(T, ReactStylesDiffMap) - Static method in class com.facebook.react.uimanager.ViewManagerPropertyUpdater
 
updateRootNodeSize(int, int, int, EventDispatcher) - Method in class com.facebook.react.uimanager.UIImplementation
Invoked when native view that corresponds to a root node has its size changed.
updateStagedSelection() - Method in class com.facebook.react.views.picker.ReactPicker
 
updateView(int, String, ReadableMap) - Method in class com.facebook.react.uimanager.UIImplementation
Invoked by React to create a new node with a given tag has its properties changed.
updateView(int, String, ReadableMap) - Method in class com.facebook.react.uimanager.UIManagerModule
 
updateView() - Method in class com.facebook.react.views.text.ReactTextView
 
updateViewExtraData(int, Object) - Method in class com.facebook.react.uimanager.NativeViewHierarchyManager
 
updateViewHierarchy(EventDispatcher) - Method in class com.facebook.react.uimanager.UIImplementation
 
uptimeMillis() - Static method in class com.facebook.react.common.SystemClock
 
USE_DEFAULT_TYPE - Static variable in annotation type com.facebook.react.uimanager.annotations.ReactProp
 
USE_DEFAULT_TYPE - Static variable in annotation type com.facebook.react.uimanager.annotations.ReactPropGroup
 

V

v3Combine(double[], double[], double, double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
From: http://www.opensource.apple.com/source/WebCore/WebCore-514/platform/graphics/transforms/TransformationMatrix.cpp
v3Cross(double[], double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
From: http://www.opensource.apple.com/source/WebCore/WebCore-514/platform/graphics/transforms/TransformationMatrix.cpp
v3Dot(double[], double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
The dot product of a and b, two 3-element vectors.
v3Length(double[]) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
From: https://code.google.com/p/webgl-mjs/source/browse/mjs.js
v3Normalize(double[], double) - Static method in class com.facebook.react.uimanager.MatrixMathHelper
Based on: https://code.google.com/p/webgl-mjs/source/browse/mjs.js
value(String) - Method in class com.facebook.react.bridge.JsonWriter
 
value(boolean) - Method in class com.facebook.react.bridge.JsonWriter
 
value(double) - Method in class com.facebook.react.bridge.JsonWriter
 
value(long) - Method in class com.facebook.react.bridge.JsonWriter
 
value(Number) - Method in class com.facebook.react.bridge.JsonWriter
 
valueOf(String) - Static method in enum com.facebook.csslayout.CSSAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSFlexDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSJustify
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSMeasureMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSOverflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSPositionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.csslayout.CSSWrap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.bridge.MemoryPressure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.bridge.queue.MessageQueueThreadSpec.ThreadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.bridge.ReadableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.devsupport.RedBoxHandler.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.uimanager.events.TouchEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.uimanager.PointerEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.uimanager.ReactChoreographer.CallbackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.views.image.ImageResizeMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.react.views.scroll.ScrollEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.systrace.Systrace.EventScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.csslayout.CSSAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSFlexDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSJustify
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSMeasureMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSOverflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSPositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.csslayout.CSSWrap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.bridge.MemoryPressure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.bridge.queue.MessageQueueThreadSpec.ThreadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.bridge.ReadableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.devsupport.RedBoxHandler.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.uimanager.events.TouchEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.uimanager.PointerEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.uimanager.ReactChoreographer.CallbackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.views.image.ImageResizeMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.react.views.scroll.ScrollEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.systrace.Systrace.EventScope
Returns an array containing the constants of this enum type, in the order they are declared.
valuesEqual(float, float) - Method in class com.facebook.csslayout.CSSNode
 
valuesEqual(float, float) - Method in interface com.facebook.csslayout.CSSNodeAPI
 
valuesEqual(float, float) - Method in class com.facebook.csslayout.CSSNodeJNI
 
verifyDrawable(Drawable) - Method in class com.facebook.react.views.text.ReactTextView
 
verifyDrawable(Drawable) - Method in class com.facebook.react.views.textinput.ReactEditText
 
VERTICAL - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents vertical direction (top and bottom).
vibrate(int) - Method in class com.facebook.react.modules.vibration.VibrationModule
 
vibrateByPattern(ReadableArray, int) - Method in class com.facebook.react.modules.vibration.VibrationModule
 
VibrationModule - Class in com.facebook.react.modules.vibration
 
VibrationModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.vibration.VibrationModule
 
VIEW_CLASS_NAME - Static variable in class com.facebook.react.uimanager.ViewProps
 
ViewDefaults - Class in com.facebook.react.uimanager
Default property values for Views to be shared between Views and ShadowViews.
ViewDefaults() - Constructor for class com.facebook.react.uimanager.ViewDefaults
 
ViewGroupManager<T extends android.view.ViewGroup> - Class in com.facebook.react.uimanager
Class providing children management API for view managers of classes extending ViewGroup.
ViewGroupManager() - Constructor for class com.facebook.react.uimanager.ViewGroupManager
 
ViewHierarchyDumper - Class in com.facebook.react.uimanager
 
ViewHierarchyDumper() - Constructor for class com.facebook.react.uimanager.ViewHierarchyDumper
 
ViewManager<T extends android.view.View,C extends ReactShadowNode> - Class in com.facebook.react.uimanager
Class responsible for knowing how to create and update catalyst Views of a given type.
ViewManager() - Constructor for class com.facebook.react.uimanager.ViewManager
 
ViewManagerPropertyUpdater - Class in com.facebook.react.uimanager
 
ViewManagerPropertyUpdater() - Constructor for class com.facebook.react.uimanager.ViewManagerPropertyUpdater
 
ViewManagerPropertyUpdater.Settable - Interface in com.facebook.react.uimanager
 
ViewManagerPropertyUpdater.ShadowNodeSetter<T extends ReactShadowNode> - Interface in com.facebook.react.uimanager
 
ViewManagerPropertyUpdater.ViewManagerSetter<T extends ViewManager,V extends android.view.View> - Interface in com.facebook.react.uimanager
 
ViewManagerRegistry - Class in com.facebook.react.uimanager
Class that stores the mapping between native view name used in JS and the corresponding instance of ViewManager.
ViewManagerRegistry(List<ViewManager>) - Constructor for class com.facebook.react.uimanager.ViewManagerRegistry
 
ViewProps - Class in com.facebook.react.uimanager
Keys for props that need to be shared across multiple classes.
ViewProps() - Constructor for class com.facebook.react.uimanager.ViewProps
 
VisibleForTesting - Annotation Type in com.facebook.react.common.annotations
Annotates a method that should have restricted visibility but it's required to be public for use in test code only.

W

WebsocketJavaScriptExecutor - Class in com.facebook.react.devsupport
Executes JS remotely via the react nodejs server as a proxy to a browser on the host machine.
WebsocketJavaScriptExecutor() - Constructor for class com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
WebsocketJavaScriptExecutor.JSExecutorConnectCallback - Interface in com.facebook.react.devsupport
 
WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException - Exception in com.facebook.react.devsupport
 
WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException(String) - Constructor for exception com.facebook.react.devsupport.WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException
 
WebSocketModule - Class in com.facebook.react.modules.websocket
 
WebSocketModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.websocket.WebSocketModule
 
WebViewConfig - Interface in com.facebook.react.views.webview
Implement this interface in order to config your WebView.
width - Variable in class com.facebook.csslayout.MeasureOutput
 
WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
widthMeasureMode - Variable in class com.facebook.csslayout.CSSCachedMeasurement
 
WritableArray - Interface in com.facebook.react.bridge
Interface for a mutable array.
WritableMap - Interface in com.facebook.react.bridge
Interface for a mutable map.
WritableNativeArray - Class in com.facebook.react.bridge
Implementation of a write-only array stored in native memory.
WritableNativeArray() - Constructor for class com.facebook.react.bridge.WritableNativeArray
 
WritableNativeMap - Class in com.facebook.react.bridge
Implementation of a write-only map stored in native memory.
WritableNativeMap() - Constructor for class com.facebook.react.bridge.WritableNativeMap
 
writeConstantsField(JsonWriter, String) - Method in class com.facebook.react.bridge.BaseJavaModule
 
writeConstantsField(JsonWriter, String) - Method in interface com.facebook.react.bridge.NativeModule
Append a field which represents the constants this module exports to JS.
writeConstantsField(JsonWriter, String) - Method in class com.facebook.react.cxxbridge.CxxModuleWrapper
 
writeTo(BufferedSink) - Method in class com.facebook.react.modules.network.ProgressRequestBody
 
A B C D E F G H I J K L M N O P Q R S T U V W