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.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.JavaScriptModulesConfig.Builder
 
add(NativeModule) - Method in class com.facebook.react.bridge.NativeModuleRegistry.Builder
 
add(long) - Method in class com.facebook.react.common.LongArray
 
addActivityEventListener(ActivityEventListener) - Method in class com.facebook.react.bridge.ReactContext
 
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 class com.facebook.react.bridge.CatalystInstance
Adds a idle listener for this Catalyst instance.
addChildAt(CSSNode, int) - Method in class com.facebook.csslayout.CSSNode
 
addChildAt(CSSNode, int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
addCoalescingKey(long) - Static 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 class com.facebook.react.devsupport.DevSupportManager
Add option item to dev settings dialog displayed by this manager.
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, 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
 
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.
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
 
addTextChangedListener(TextWatcher) - Method in class com.facebook.react.views.textinput.ReactEditText
 
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(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
 
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).
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
 
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
 
ApkSoSource - Class in com.facebook.soloader
SoSource that extracts libraries from an APK to the filesystem.
ApkSoSource(Context) - Constructor for class com.facebook.soloader.ApkSoSource
Make a new ApkSoSource that extracts DSOs from our APK instead of relying on the system to do the extraction for us.
AppRegistry - Interface in com.facebook.react.uimanager
JS module interface - main entry point for launching React application for a given key.
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
 
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.
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 class com.facebook.react.bridge.queue.MessageQueueThread
Asserts MessageQueueThread.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.
assertNotOnUiThread() - Static method in class com.facebook.react.bridge.UiThreadUtil
Throws an AssertionException if the current thread is the UI thread.
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.
assertUnreachable(String) - Static method in class com.facebook.react.bridge.SoftAssertions
Throw AssertionException with a given message.
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
 

B

BACKGROUND_COLOR - Static variable in class com.facebook.react.uimanager.ViewProps
 
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
 
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
 
beginAsyncSection(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
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_WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
BORDER_LEFT_WIDTH - 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_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.CatalystInstance.Builder
 
build() - Method in class com.facebook.react.bridge.JavaScriptModulesConfig.Builder
 
build() - Method in class com.facebook.react.bridge.NativeModuleRegistry.Builder
 
build() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec.Builder
 
build() - Method in class com.facebook.react.common.MapBuilder.Builder
 
build() - Method in class com.facebook.react.ReactInstanceManager.Builder
Instantiates a new ReactInstanceManager.
builder() - Static method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec
 
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 ReactInstanceManager.

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
 
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
call(int, int, ReadableNativeArray) - Method in interface com.facebook.react.bridge.ReactCallback
 
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, int) - Constructor for class com.facebook.react.bridge.CallbackImpl
 
callFunction(int, int, NativeArray) - Method in class com.facebook.react.bridge.ReactBridge
 
callTimers(WritableArray) - Method in interface com.facebook.react.modules.core.JSTimersExecution
 
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.
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.textinput.ReactTextInputEvent
 
canCoalesce() - Method in class com.facebook.react.views.toolbar.events.ToolbarClickEvent
 
CatalystInstance - Class in com.facebook.react.bridge
A higher level API on top of the asynchronous JSC bridge.
CatalystInstance.Builder - Class in com.facebook.react.bridge
 
CatalystInstance.Builder() - Constructor for class com.facebook.react.bridge.CatalystInstance.Builder
 
CatalystInterceptingViewGroup - Interface in com.facebook.react.touch
This interface should be implemented by all ViewGroup subviews that can be instantiating by NativeViewHierarchyManager.
CatalystQueueConfiguration - Class 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).
CatalystQueueConfigurationSpec - Class in com.facebook.react.bridge.queue
Spec for creating a CatalystQueueConfiguration.
CatalystQueueConfigurationSpec.Builder - Class in com.facebook.react.bridge.queue
 
CatalystQueueConfigurationSpec.Builder() - Constructor for class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec.Builder
 
CatalystStylesDiffMap - Class in com.facebook.react.uimanager
Wrapper for ReadableMap which should be used for styles property map.
CatalystStylesDiffMap(ReadableMap) - Constructor for class com.facebook.react.uimanager.CatalystStylesDiffMap
 
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.
clearAndCloseDatabase() - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
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.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
 
close() - Method in class com.facebook.react.bridge.JavaScriptExecutor
Close this executor and cleanup any resources that it was using.
close() - Method in class com.facebook.react.bridge.ProxyJavaScriptExecutor
 
close() - Method in interface com.facebook.react.bridge.ProxyJavaScriptExecutor.JavaJSExecutor
Close this executor and cleanup any resources that it was using.
close() - Method in class com.facebook.react.bridge.WebsocketJavaScriptExecutor
 
close(int, String, int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
close() - Method in class com.facebook.soloader.FileLocker
 
CLOSE_DRAWER - Static variable in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
closeQuietly() - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
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
 
column - Variable in exception com.facebook.react.devsupport.DebugServerException
 
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.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.devsupport - package com.facebook.react.devsupport
 
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.debug - package com.facebook.react.modules.debug
 
com.facebook.react.modules.fresco - package com.facebook.react.modules.fresco
 
com.facebook.react.modules.network - package com.facebook.react.modules.network
 
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.toast - package com.facebook.react.modules.toast
 
com.facebook.react.modules.websocket - package com.facebook.react.modules.websocket
 
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.debug - package com.facebook.react.uimanager.debug
 
com.facebook.react.uimanager.events - package com.facebook.react.uimanager.events
 
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.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.switchview - package com.facebook.react.views.switchview
 
com.facebook.react.views.text - package com.facebook.react.views.text
 
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.soloader - package com.facebook.soloader
 
com.facebook.systrace - package com.facebook.systrace
 
COMMAND_SCROLL_TO - Static variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
COMMAND_SCROLL_WITHOUT_ANIMATION_TO - Static variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
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.
configureNextLayoutAnimation(ReadableMap, Callback, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
 
connect(String, JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
connect(String, WebsocketJavaScriptExecutor.JSExecutorConnectCallback) - Method in class com.facebook.react.bridge.WebsocketJavaScriptExecutor
 
connect(String, int) - Method in class com.facebook.react.modules.websocket.WebSocketModule
 
copy(CSSLayout) - Method in class com.facebook.csslayout.CSSLayout
 
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(CatalystQueueConfigurationSpec, QueueThreadExceptionHandler) - Static method in class com.facebook.react.bridge.queue.CatalystQueueConfiguration
 
create(MessageQueueThreadSpec, QueueThreadExceptionHandler) - Static method in class com.facebook.react.bridge.queue.MessageQueueThread
 
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.
createCachedBundleFromNetworkLoader(String, String) - Static method in class com.facebook.react.bridge.JSBundleLoader
This loader is used when bundle gets reloaded from dev server.
createDefault() - Static method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec
 
createFileLoader(Context, String) - Static method in class com.facebook.react.bridge.JSBundleLoader
This loader is recommended one for release version of your app.
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 interface com.facebook.react.ReactPackage
 
createNativeModules(ReactApplicationContext) - Method in class com.facebook.react.shell.MainReactPackage
 
createReactContextInBackground() - Method in class com.facebook.react.ReactInstanceManager
Trigger react context initialization asynchronously in a background async task.
createRemoteDebuggerBundleLoader(String) - Static method in class com.facebook.react.bridge.JSBundleLoader
This loader is used when proxy debugging is enabled.
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.progressbar.ReactProgressBarViewManager
 
createShadowNodeInstance() - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
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(int, int, double, boolean) - Method in class com.facebook.react.modules.core.Timing
 
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.drawer.ReactDrawerLayoutManager
 
createViewInstance(ThemedReactContext) - Method in class com.facebook.react.views.image.ReactImageManager
 
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.switchview.ReactSwitchManager
 
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
 
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
 
CSSAlign - Enum in com.facebook.csslayout
 
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.
CSSLayout() - Constructor for class com.facebook.csslayout.CSSLayout
 
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
 
CSSNode - Class in com.facebook.csslayout
A CSS Node.
CSSNode() - Constructor for class com.facebook.csslayout.CSSNode
 
CSSNode.MeasureFunction - Interface 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) - Constructor for class com.facebook.react.views.text.CustomStyleSpan
 

D

d_tag - Static variable in class com.facebook.soloader.Elf32_Dyn
 
d_tag - Static variable in class com.facebook.soloader.Elf64_Dyn
 
d_un - Static variable in class com.facebook.soloader.Elf32_Dyn
 
d_un - Static variable in class com.facebook.soloader.Elf64_Dyn
 
DATABASE_NAME - Static variable in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
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
The debug server returns errors as json objects.
DefaultHardwareBackBtnHandler - Interface in com.facebook.react.modules.core
Interface used by DeviceEventManagerModule to delegate hardware back button events.
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.
deleteInstance() - Static method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
deleteTimer(int) - Method in class com.facebook.react.modules.core.Timing
 
description - Variable in exception com.facebook.react.devsupport.DebugServerException
 
destroy() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfiguration
Should be called when the corresponding CatalystInstance is destroyed so that we shut down the proper queue threads.
DeveloperSettings - Interface in com.facebook.react.modules.debug
Provides access to React Native developers settings.
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.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 - Class in com.facebook.react.devsupport
Interface for accessing and interacting with development features.
DevSupportManager(Context, ReactInstanceDevCommandsHandler, String, boolean) - Constructor for class com.facebook.react.devsupport.DevSupportManager
 
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
 
DirectorySoSource - Class in com.facebook.soloader
SoSource that finds shared libraries in a given directory.
DirectorySoSource(File, int) - Constructor for class com.facebook.soloader.DirectorySoSource
Make a new DirectorySoSource.
dirty() - Method in class com.facebook.csslayout.CSSNode
 
dirty() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
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.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.scroll.ScrollEvent
 
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
 
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
 
dispatchViewManagerCommand(int, int, ReadableArray) - Method in class com.facebook.react.uimanager.UIManagerModule
 
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
 
dispose() - Method in class com.facebook.react.bridge.ReactBridge
 
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
 
doInBackgroundGuarded(Params...) - Method in class com.facebook.react.bridge.GuardedAsyncTask
 
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.
downloadBundleFromURL(DevServerHelper.BundleDownloadCallback, String, File) - Method in class com.facebook.react.devsupport.DevServerHelper
 
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, long) - Constructor for class com.facebook.react.views.drawer.events.DrawerClosedEvent
 
DrawerOpenedEvent - Class in com.facebook.react.views.drawer.events
 
DrawerOpenedEvent(int, long) - 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, long, float) - Constructor for class com.facebook.react.views.drawer.events.DrawerSlideEvent
 
DrawerStateChangedEvent - Class in com.facebook.react.views.drawer.events
 
DrawerStateChangedEvent(int, long, int) - Constructor for class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
dropTail(int) - Method in class com.facebook.react.common.LongArray
Removes the *last* n items of the array all at once.
DT_NEEDED - Static variable in class com.facebook.soloader.MinElf
 
DT_NULL - Static variable in class com.facebook.soloader.MinElf
 
DT_STRTAB - Static variable in class com.facebook.soloader.MinElf
 

E

e_ehsize - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_ehsize - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_entry - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_entry - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_flags - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_flags - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_ident - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_ident - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_machine - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_machine - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_phentsize - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_phentsize - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_phnum - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_phnum - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_phoff - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_phoff - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_shentsize - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_shentsize - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_shnum - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_shnum - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_shoff - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_shoff - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_shstrndx - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_shstrndx - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_type - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_type - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
e_version - Static variable in class com.facebook.soloader.Elf32_Ehdr
 
e_version - Static variable in class com.facebook.soloader.Elf64_Ehdr
 
Elf32_Dyn - Class in com.facebook.soloader
 
Elf32_Dyn() - Constructor for class com.facebook.soloader.Elf32_Dyn
 
Elf32_Ehdr - Class in com.facebook.soloader
 
Elf32_Ehdr() - Constructor for class com.facebook.soloader.Elf32_Ehdr
 
Elf32_Phdr - Class in com.facebook.soloader
 
Elf32_Phdr() - Constructor for class com.facebook.soloader.Elf32_Phdr
 
Elf32_Shdr - Class in com.facebook.soloader
 
Elf32_Shdr() - Constructor for class com.facebook.soloader.Elf32_Shdr
 
Elf64_Dyn - Class in com.facebook.soloader
 
Elf64_Dyn() - Constructor for class com.facebook.soloader.Elf64_Dyn
 
Elf64_Ehdr - Class in com.facebook.soloader
 
Elf64_Ehdr() - Constructor for class com.facebook.soloader.Elf64_Ehdr
 
Elf64_Phdr - Class in com.facebook.soloader
 
Elf64_Phdr() - Constructor for class com.facebook.soloader.Elf64_Phdr
 
Elf64_Shdr - Class in com.facebook.soloader
 
Elf64_Shdr() - Constructor for class com.facebook.soloader.Elf64_Shdr
 
ELF_MAGIC - Static variable in class com.facebook.soloader.MinElf
 
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.
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.
endAsyncSection(long, String, int) - Static method in class com.facebook.systrace.Systrace
 
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
 
enqueueCreateView(int, int, String, CatalystStylesDiffMap) - 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
 
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
 
enqueueSetJSResponder(int, boolean) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
enqueueShowPopupMenu(int, ReadableArray, Callback, Callback) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
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, CatalystStylesDiffMap) - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
ensure() - Static method in class com.facebook.jni.Prerequisites
 
ensureLoaded() - Method in class com.facebook.soloader.NativeLibrary
loads libraries (if not loaded yet), throws on failure
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, long) - Constructor for class com.facebook.react.uimanager.events.Event
 
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.scroll.ScrollEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.textinput.ReactTextChangedEvent
 
EVENT_NAME - Static variable in class com.facebook.react.views.textinput.ReactTextInputEvent
 
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
 
ExceptionsManagerModule - Class in com.facebook.react.modules.core
 
ExceptionsManagerModule(DevSupportManager) - Constructor for class com.facebook.react.modules.core.ExceptionsManagerModule
 
executeApplicationScript(String, HashMap<String, String>, JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
executeApplicationScript(String, String) - Method in interface com.facebook.react.bridge.ProxyJavaScriptExecutor.JavaJSExecutor
Load javascript into the js context
executeApplicationScript(String, String) - Method in class com.facebook.react.bridge.WebsocketJavaScriptExecutor
 
executeJSCall(String, String, String, JSDebuggerWebSocketClient.JSDebuggerCallback) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
executeJSCall(String, String, String) - Method in interface com.facebook.react.bridge.ProxyJavaScriptExecutor.JavaJSExecutor
Execute javascript method within js context
executeJSCall(String, String, String) - Method in class com.facebook.react.bridge.WebsocketJavaScriptExecutor
 
ExoSoSource - Class in com.facebook.soloader
SoSource that retrieves libraries from an exopackage repository.
ExoSoSource(Context) - Constructor for class com.facebook.soloader.ExoSoSource
 
extract_DT_NEEDED(File) - Static method in class com.facebook.soloader.MinElf
 
extract_DT_NEEDED(FileChannel) - Static method in class com.facebook.soloader.MinElf
Treating bb as an ELF file, extract all the DT_NEEDED entries from its dynamic section.

F

FAIL - Static variable in class com.facebook.quicklog.identifiers.ActionId
Termination of marker due to some failure
FileLocker - Class in com.facebook.soloader
 
fileName - Variable in exception com.facebook.react.devsupport.DebugServerException
 
finalize() - Method in class com.facebook.jni.Countable
 
finalize() - Method in class com.facebook.jni.HybridData
 
FINALLY - Static variable in class com.facebook.quicklog.identifiers.ActionId
Denoting a finally situation
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.
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.
finish() - Method in class com.facebook.react.animation.Animation
Animation engine should call this method when the animation is finished.
flex - Variable in class com.facebook.csslayout.CSSStyle
 
FLEX - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_DIRECTION - Static variable in class com.facebook.react.uimanager.ViewProps
 
FLEX_WRAP - Static variable in class com.facebook.react.uimanager.ViewProps
 
flexDirection - Variable in class com.facebook.csslayout.CSSStyle
 
flexWrap - Variable in class com.facebook.csslayout.CSSStyle
 
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
 
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
 
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
 
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
 
FrescoModule(ReactApplicationContext, RequestListener) - Constructor for class com.facebook.react.modules.fresco.FrescoModule
 
FrescoModule(ReactApplicationContext, RequestListener, DiskCacheConfig) - Constructor for class com.facebook.react.modules.fresco.FrescoModule
 
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

get(int) - Method in class com.facebook.csslayout.Spacing
Get the spacing for a direction.
get(long) - 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
 
get4PlusFrameStutters() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getAlignItems() - Method in class com.facebook.csslayout.CSSNode
Get this node's align items, as defined by style.
getAlignSelf() - Method in class com.facebook.csslayout.CSSNode
Get this node's align items, as defined by style.
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.bridge.NativeModuleRegistry
 
getAnimation(int) - Method in class com.facebook.react.animation.AnimationRegistry
 
getAnimationID() - Method in class com.facebook.react.animation.Animation
 
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.CatalystStylesDiffMap
 
getBackgroundColor() - Method in class com.facebook.react.views.view.ReactViewGroup
 
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.CatalystStylesDiffMap
 
getBorder() - Method in class com.facebook.csslayout.CSSNode
Get this node's border, as defined by style.
getBridge() - Method in class com.facebook.react.bridge.CatalystInstance
 
getCatalystInstance() - Method in class com.facebook.react.bridge.ReactContext
 
getCatalystQueueConfiguration() - Method in class com.facebook.react.bridge.CatalystInstance
 
getChildAt(int) - Method in class com.facebook.csslayout.CSSNode
 
getChildAt(int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getChildAt(T, int) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
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(T) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
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.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) - Static 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.scroll.ScrollEvent
 
getCode() - Method in enum com.facebook.systrace.Systrace.EventScope
 
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
 
getConstants() - Method in class com.facebook.react.bridge.BaseJavaModule
 
getConstants() - Method in class com.facebook.react.modules.debug.SourceCodeModule
 
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
 
getCurrentReactContext() - Method in class com.facebook.react.ReactInstanceManager
 
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
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 class com.facebook.react.devsupport.DevSupportManager
 
getDevSupportEnabled() - Method in class com.facebook.react.devsupport.DevSupportManager
 
getDevSupportManager() - Method in class com.facebook.react.ReactInstanceManager
 
getDidJSHitFrameAndCleanup(long, long) - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
Designed to be called from a Choreographer.FrameCallback#doFrame call.
getDisplayMetrics() - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
 
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.CatalystStylesDiffMap
 
getDownloadedJSBundleFile() - Method in class com.facebook.react.devsupport.DevSupportManager
 
getDrawerState() - Method in class com.facebook.react.views.drawer.events.DrawerStateChangedEvent
 
getDrawerWidth(ReactDrawerLayout, float) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
getError() - Method in class com.facebook.soloader.NativeLibrary
 
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.Event
 
getEventName() - Method in class com.facebook.react.uimanager.events.TouchEvent
 
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.scroll.ScrollEvent
 
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
 
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.scroll.ReactScrollViewManager
 
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.textinput.ReactTextInputManager
 
getExportedViewConstants() - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
getFlex() - Method in class com.facebook.csslayout.CSSNode
Get this node's flex, as defined by style.
getFlexDirection() - Method in class com.facebook.csslayout.CSSNode
Get this node's flex direction, as defined by style.
getFloat(String, float) - Method in class com.facebook.react.uimanager.CatalystStylesDiffMap
 
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.
getInstance(Context) - Static method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
getInstance() - Static method in class com.facebook.react.uimanager.ReactChoreographer
 
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.CatalystStylesDiffMap
 
getIntrinsicHeight() - Method in class com.facebook.react.views.toolbar.DrawableWithIntrinsicSize
 
getIntrinsicWidth() - Method in class com.facebook.react.views.toolbar.DrawableWithIntrinsicSize
 
getJSBundleURLForRemoteDebugging(String) - Method in class com.facebook.react.devsupport.DevServerHelper
 
getJSBundleURLForRemoteDebugging() - Method in class com.facebook.react.devsupport.DevSupportManager
 
getJsEventCounter() - Method in class com.facebook.react.views.textinput.ReactTextUpdate
 
getJSEventName() - Method in enum com.facebook.react.uimanager.events.TouchEventType
 
getJSFPS() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
getJSModule(Class<T>) - Method in class com.facebook.react.bridge.CatalystInstance
 
getJSModule(Class<T>) - Method in class com.facebook.react.bridge.ReactContext
 
getJSQueueThread() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfiguration
 
getJSQueueThreadSpec() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec
 
getJustifyContent() - Method in class com.facebook.csslayout.CSSNode
Get this node's justify content, as defined by style.
getLayoutDirection() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutHeight() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutWidth() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutX() - Method in class com.facebook.csslayout.CSSNode
 
getLayoutY() - Method in class com.facebook.csslayout.CSSNode
 
getLooper() - Method in class com.facebook.react.bridge.queue.MessageQueueThread
 
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.CatalystStylesDiffMap
 
getMargin() - Method in class com.facebook.csslayout.CSSNode
Get this node's margin, as defined by style + default margin.
getMethods() - Method in class com.facebook.react.bridge.BaseJavaModule
 
getMethods() - Method in interface com.facebook.react.bridge.NativeModule
 
getModule(Class<T>) - Method in class com.facebook.react.bridge.NativeModuleRegistry
 
getName() - Method in interface com.facebook.react.bridge.NativeModule
 
getName() - Method in class com.facebook.react.bridge.queue.MessageQueueThread
 
getName() - Method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
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.debug.AnimationsDebugModule
 
getName() - Method in class com.facebook.react.modules.debug.SourceCodeModule
 
getName() - Method in class com.facebook.react.modules.fresco.FrescoModule
 
getName() - Method in class com.facebook.react.modules.network.NetworkingModule
 
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.toast.ToastModule
 
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.drawer.ReactDrawerLayoutManager
 
getName() - Method in class com.facebook.react.views.image.ReactImageManager
 
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.switchview.ReactSwitchManager
 
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
 
getNativeChildCount() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getNativeModule(Class<T>) - Method in class com.facebook.react.bridge.CatalystInstance
 
getNativeModule(Class<T>) - Method in class com.facebook.react.bridge.ReactContext
 
getNativeModules() - Method in class com.facebook.react.bridge.CatalystInstance
 
getNativeModulesQueueThread() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfiguration
 
getNativeModulesQueueThreadSpec() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec
 
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
 
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
 
getOpacityFromColor(int) - Static method in class com.facebook.react.views.view.ColorUtil
Gets the opacity from a color.
getOwnerHierarchy(int, int) - Method in interface com.facebook.react.uimanager.debug.DebugComponentOwnershipModule.RCTDebugComponentOwnership
 
getPadding() - Method in class com.facebook.csslayout.CSSNode
Get this node's padding, as defined by style + default padding.
getParent() - Method in class com.facebook.csslayout.CSSNode
 
getParent() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
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.react.views.toolbar.events.ToolbarClickEvent
 
getPositionBottom() - Method in class com.facebook.csslayout.CSSNode
Get this node's position bottom, as defined by style.
getPositionLeft() - Method in class com.facebook.csslayout.CSSNode
Get this node's position left, as defined by style.
getPositionRight() - Method in class com.facebook.csslayout.CSSNode
Get this node's position right, as defined by style.
getPositionTop() - Method in class com.facebook.csslayout.CSSNode
Get this node's position top, as defined by style.
getPositionType() - Method in class com.facebook.csslayout.CSSNode
Get this node's position type, as defined by style.
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
 
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
getReactTag() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getReactTag() - Method in class com.facebook.react.views.text.ReactTagSpan
 
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.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
 
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.
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
 
getScriptText(Callback, Callback) - Method in class com.facebook.react.modules.debug.SourceCodeModule
 
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.progressbar.ReactProgressBarViewManager
 
getShadowNodeClass() - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
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
 
getSourceMapUrl(String) - Method in class com.facebook.react.devsupport.DevServerHelper
 
getSourceMapUrl() - Method in class com.facebook.react.devsupport.DevSupportManager
 
getSourceUrl() - Method in class com.facebook.react.bridge.JSBundleLoader
 
getSourceUrl(String) - Method in class com.facebook.react.devsupport.DevServerHelper
 
getSourceUrl() - Method in class com.facebook.react.devsupport.DevSupportManager
 
getSourceUrl() - Method in class com.facebook.react.ReactInstanceManager
Get the URL where the last bundle was loaded from.
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(String) - Method in class com.facebook.react.uimanager.CatalystStylesDiffMap
 
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.
getStyleHeight() - Method in class com.facebook.csslayout.CSSNode
Get this node's height, as defined in the style.
getStyleWidth() - Method in class com.facebook.csslayout.CSSNode
Get this node's width, as defined in the style.
getSystemService(String) - Method in class com.facebook.react.bridge.ReactContext
 
getText() - Method in class com.facebook.react.views.textinput.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 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
 
getUIQueueThread() - Method in class com.facebook.react.bridge.queue.CatalystQueueConfiguration
 
getViewClass() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
getViewTag() - Method in class com.facebook.react.uimanager.events.Event
 
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.
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
 

H

handleCreateView(ReactShadowNode, int, CatalystStylesDiffMap) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles a createView call.
handleException(Exception) - Method in interface com.facebook.react.bridge.NativeModuleCallExceptionHandler
Do something to display or log the exception.
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.DevSupportManager
 
handleManageChildren(ReactShadowNode, int[], int[], ViewAtIndex[], int[]) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles a manageChildren call.
handleReloadJS() - Method in class com.facebook.react.devsupport.DevSupportManager
 
handleUpdateLayout(ReactShadowNode) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles an updateLayout call.
handleUpdateView(ReactShadowNode, String, CatalystStylesDiffMap) - Method in class com.facebook.react.uimanager.NativeViewHierarchyOptimizer
Handles an updateView call.
hasActiveCatalystInstance() - Method in class com.facebook.react.bridge.ReactContext
 
hasBundleInAssets(String) - Method in class com.facebook.react.devsupport.DevSupportManager
 
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.CatalystStylesDiffMap
 
hasNewLayout() - Method in class com.facebook.csslayout.CSSNode
See LayoutState#HAS_NEW_LAYOUT.
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.
hasUpdates() - Method in class com.facebook.react.uimanager.ReactShadowNode
 
hasUpToDateJSBundleInCache() - Method in class com.facebook.react.devsupport.DevSupportManager
 
height - Variable in class com.facebook.csslayout.MeasureOutput
 
HEIGHT - Static variable in class com.facebook.react.uimanager.ViewProps
 
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

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
 
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
 
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) - Static 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
 
indexOfNativeChild(ReactShadowNode) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
init(int, long) - Method in class com.facebook.react.uimanager.events.Event
This method needs to be called before event is sent to event dispatcher.
init(Context, boolean) - Static method in class com.facebook.soloader.SoLoader
Initializes native code loading for this app; this class's other static facilities cannot be used until this SoLoader.init(android.content.Context, boolean) is called.
initialize() - Method in class com.facebook.react.bridge.BaseJavaModule
 
initialize() - Method in class 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.modules.core.Timing
 
initialize() - Method in class com.facebook.react.modules.fresco.FrescoModule
 
initialize() - Method in class com.facebook.react.modules.storage.AsyncStorageModule
 
initialize() - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
 
initializeWithInstance(CatalystInstance) - Method in class com.facebook.react.bridge.ReactContext
Set and initialize CatalystInstance for this Context.
initialNativeCheck() - Method in class com.facebook.soloader.NativeLibrary
Override this method to make some concrete (quick and harmless) native call.
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
 
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, ReadableNativeArray) - Method in interface com.facebook.react.bridge.NativeModule.NativeMethod
 
invokeCallback(int, NativeArray) - Method in class com.facebook.react.bridge.ReactBridge
 
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.
isAnimationFpsDebugEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isAnimationFpsDebugEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isDestroyed() - Method in class com.facebook.react.bridge.CatalystInstance
 
isDirty() - Method in class com.facebook.csslayout.CSSNode
See LayoutState#DIRTY.
isEmpty() - Method in class com.facebook.react.common.LongArray
 
isEmpty() - Method in class com.facebook.react.uimanager.UIViewOperationQueue
 
isFpsDebugEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isFpsDebugEnabled() - Method in interface com.facebook.react.modules.debug.DeveloperSettings
 
isJSDevModeEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isJSDevModeEnabled() - 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
 
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.CatalystStylesDiffMap
 
isOnJSQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
isOnNativeModulesQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
isOnThread() - Method in class com.facebook.react.bridge.queue.MessageQueueThread
 
isOnUiQueueThread() - Method in class com.facebook.react.bridge.ReactContext
 
isOnUiThread() - Static method in class com.facebook.react.bridge.UiThreadUtil
 
isPackagerRunning(DevServerHelper.PackagerStatusCallback) - Method in class com.facebook.react.devsupport.DevServerHelper
 
isPackagerRunning(DevServerHelper.PackagerStatusCallback) - Method in class com.facebook.react.devsupport.DevSupportManager
 
isReloadOnJSChangeEnabled() - Method in class com.facebook.react.devsupport.DevInternalSettings
 
isRunningInPerfTest() - Method in class com.facebook.perftest.PerfTestConfig
 
isTracing(long) - Static method in class com.facebook.systrace.Systrace
 
isUndefined(float) - Static method in class com.facebook.csslayout.CSSConstants
 
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.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.text.ReactTextShadowNode
 

J

JavascriptException - Exception in com.facebook.react.modules.core
A JS exception that was propagated to native.
JavascriptException(String) - Constructor for exception com.facebook.react.modules.core.JavascriptException
 
JavaScriptExecutor - Class in com.facebook.react.bridge
 
JavaScriptExecutor() - Constructor for class com.facebook.react.bridge.JavaScriptExecutor
 
JavaScriptModule - Interface in com.facebook.react.bridge
Interface denoting that a class is the interface to a module with the same name in JS.
JavaScriptModulesConfig - Class in com.facebook.react.bridge
Class stores configuration of javascript modules that can be used across the bridge
JavaScriptModulesConfig.Builder - Class in com.facebook.react.bridge
 
JavaScriptModulesConfig.Builder() - Constructor for class com.facebook.react.bridge.JavaScriptModulesConfig.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.bridge
A class that stores JS bundle information and allows CatalystInstance to load a correct bundle through ReactBridge.
JSBundleLoader() - Constructor for class com.facebook.react.bridge.JSBundleLoader
 
JSCJavaScriptExecutor - Class in com.facebook.react.bridge
 
JSCJavaScriptExecutor() - Constructor for class com.facebook.react.bridge.JSCJavaScriptExecutor
 
JSDebuggerWebSocketClient - Class in com.facebook.react.bridge
A wrapper around WebSocketClient that recognizes RN debugging message format.
JSDebuggerWebSocketClient() - Constructor for class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
JSDebuggerWebSocketClient.JSDebuggerCallback - Interface in com.facebook.react.bridge
 
JSExecutionException - Exception in com.facebook.react.bridge
Exception thrown when there is an error evaluating JS, e.g.
JSExecutionException(String) - Constructor for exception com.facebook.react.bridge.JSExecutionException
 
jsFps - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
JsonGeneratorHelper - Class in com.facebook.react.bridge
Helper for generating JSON for lists and maps.
JsonGeneratorHelper() - Constructor for class com.facebook.react.bridge.JsonGeneratorHelper
 
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
 
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 interface com.facebook.react.bridge.ReadableMap
 
keySetIterator() - Method in class com.facebook.react.bridge.ReadableNativeMap
 

L

launchChromeDevtools() - Method in class com.facebook.react.devsupport.DevServerHelper
 
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
 
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/service 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
 
lineNumber - Variable in exception com.facebook.react.devsupport.DebugServerException
 
LOAD_FLAG_ALLOW_IMPLICIT_PROVISION - Static variable in class com.facebook.soloader.SoSource
Allow loadLibrary to implicitly provide the library instead of actually loading it.
LOAD_RESULT_IMPLICITLY_PROVIDED - Static variable in class com.facebook.soloader.SoSource
This SoSource did not load the library, but verified that the system loader will load it if some other library depends on it.
LOAD_RESULT_LOADED - Static variable in class com.facebook.soloader.SoSource
This SoSource loaded the given library.
LOAD_RESULT_NOT_FOUND - Static variable in class com.facebook.soloader.SoSource
This SoSource doesn't know how to provide the given library.
loadComponentOwnerHierarchy(int, DebugComponentOwnershipModule.OwnerHierarchyCallback) - Method in class com.facebook.react.uimanager.debug.DebugComponentOwnershipModule
Request to receive the component hierarchy for a particular tag.
loadLibraries() - Method in class com.facebook.soloader.NativeLibrary
safe loading of native libs
loadLibrary(String, int) - Method in class com.facebook.soloader.DirectorySoSource
 
loadLibrary(String, int) - Method in class com.facebook.soloader.NoopSoSource
 
loadLibrary(String) - Static method in class com.facebook.soloader.SoLoader
Load a shared library, initializing any JNI binding it contains.
loadLibrary(String, int) - Method in class com.facebook.soloader.SoSource
Load a shared library library into this process.
loadScript(ReactBridge) - Method in class com.facebook.react.bridge.JSBundleLoader
 
loadScriptFromAssets(AssetManager, String) - Method in class com.facebook.react.bridge.ReactBridge
All native functions are not thread safe and appropriate queues should be used
loadScriptFromFile(String, String) - Method in class com.facebook.react.bridge.ReactBridge
 
lock(File) - Static method in class com.facebook.soloader.FileLocker
 
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
 
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.
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
 
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.
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
 
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
 
mDestX - Variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollToCommandData
 
mDestY - Variable in class com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollToCommandData
 
measure(CSSNode, float, MeasureOutput) - Method in interface com.facebook.csslayout.CSSNode.MeasureFunction
Should measure the given node and put the result in the given MeasureOutput.
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(CSSNode, float, MeasureOutput) - Method in class com.facebook.react.views.progressbar.ProgressBarShadowNode
 
measure(CSSNode, float, MeasureOutput) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
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.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
 
merge(ReadableMap) - Method in interface com.facebook.react.bridge.WritableMap
 
merge(ReadableMap) - Method in class com.facebook.react.bridge.WritableNativeMap
 
MessageQueueThread - Class in com.facebook.react.bridge.queue
Encapsulates a Thread that has a Looper running on it 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
 
MessageQueueThreadSpec - Class in com.facebook.react.bridge.queue
Spec for creating a MessageQueueThread.
MessageQueueThreadSpec.ThreadType - Enum in com.facebook.react.bridge.queue
 
METHOD_TYPE_REMOTE - Static variable in class com.facebook.react.bridge.BaseJavaModule
 
METHOD_TYPE_REMOTE_ASYNC - Static variable in class com.facebook.react.bridge.BaseJavaModule
 
mFontSize - Variable in class com.facebook.react.views.text.ReactTextShadowNode
 
MinElf - Class in com.facebook.soloader
Extract SoLoader boottsrap information from an ELF file.
MinElf() - Constructor for class com.facebook.soloader.MinElf
 
minHeight - Variable in class com.facebook.csslayout.CSSStyle
 
minWidth - Variable in class com.facebook.csslayout.CSSStyle
 
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.
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.
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.

N

nanoTime() - Static method in class com.facebook.react.common.SystemClock
 
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
 
NativeLibrary - Class in com.facebook.soloader
This is the base class for all the classes representing certain native library.
NativeLibrary(List<String>) - Constructor for class com.facebook.soloader.NativeLibrary
 
NativeMap - Class in com.facebook.react.bridge
Base class for a Map whose keys and values are stored in native code (C++).
NativeMap() - 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
 
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.bridge
A set of Java APIs to expose to a particular JavaScript instance.
NativeModuleRegistry.Builder - Class in com.facebook.react.bridge
 
NativeModuleRegistry.Builder() - Constructor for class com.facebook.react.bridge.NativeModuleRegistry.Builder
 
NativeRunnable - Class in com.facebook.react.bridge.queue
A Runnable that has a native run implementation.
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
 
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, String) - Constructor for class com.facebook.react.modules.network.NetworkingModule
 
NetworkingModule(ReactApplicationContext, OkHttpClient) - Constructor for class com.facebook.react.modules.network.NetworkingModule
 
newBackgroundThreadSpec(String) - Static method in class com.facebook.react.bridge.queue.MessageQueueThreadSpec
 
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
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
 
NoopSoSource - Class in com.facebook.soloader
SoSource that does nothing and pretends to successfully load all libraries.
NoopSoSource() - Constructor for class com.facebook.soloader.NoopSoSource
 
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.
NotThreadSafeUiManagerDebugListener - Interface in com.facebook.react.uimanager.debug
A listener that is notified about UIManagerModule events.
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, long, TouchEventType, MotionEvent) - Static method in class com.facebook.react.uimanager.events.TouchEvent
 
obtain(int, long, int, int, int, int, int, int) - Static method in class com.facebook.react.views.scroll.ScrollEvent
 
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.
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_LD_LIBRARY_PATH - Static variable in class com.facebook.soloader.DirectorySoSource
 
onAccuracyChanged(Sensor, int) - Method in class com.facebook.react.common.ShakeDetector
 
onActivityResult(int, int, Intent) - Method in interface com.facebook.react.bridge.ActivityEventListener
Called when host (activity/service) receives an Activity#onActivityResult call.
onActivityResult(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.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(ProgressBarContainerView) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
onAfterUpdateTransaction(ReactEditText) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
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.toolbar.ReactToolbar
 
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.bridge.NativeModuleRegistry
 
onBatchComplete() - Method in interface com.facebook.react.bridge.OnBatchCompleteListener
 
onBatchComplete() - Method in interface com.facebook.react.bridge.ReactCallback
 
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
 
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.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) - Method in interface com.facebook.react.uimanager.RootView
Called when a child starts a native gesture (e.g.
onClose(int, String) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
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.text.ReactTextShadowNode
 
onCollectExtraUpdates(UIViewOperationQueue) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
onCreate(Bundle) - Method in class com.facebook.react.devsupport.DevSettingsActivity
 
onCreate(SQLiteDatabase) - Method in class com.facebook.react.modules.storage.ReactDatabaseSupplier
 
onDestroy() - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onDestroy
onDestroy() - Method in class com.facebook.react.ReactInstanceManager
 
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.toolbar.ReactToolbar
 
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.views.scroll.ScrollEvent
 
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
 
onDropViewInstance(ThemedReactContext, 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.
onFailure(Throwable) - Method in interface com.facebook.react.bridge.JSDebuggerWebSocketClient.JSDebuggerCallback
 
onFailure(IOException, Response) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
onFailure(Throwable) - Method in interface com.facebook.react.bridge.WebsocketJavaScriptExecutor.JSExecutorConnectCallback
 
onFailure(Exception) - Method in interface com.facebook.react.devsupport.DevServerHelper.BundleDownloadCallback
 
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.toolbar.ReactToolbar
 
onHostDestroy() - Method in interface com.facebook.react.bridge.LifecycleEventListener
Called when host (activity/service) receives destroy event (e.g.
onHostDestroy() - Method in class com.facebook.react.modules.core.Timing
 
onHostDestroy() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onHostDestroy() - Method in class com.facebook.react.uimanager.UIManagerModule
 
onHostPause() - Method in interface com.facebook.react.bridge.LifecycleEventListener
Called when host (activity/service) receives pause event (e.g.
onHostPause() - Method in class com.facebook.react.modules.core.Timing
 
onHostPause() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onHostPause() - Method in class com.facebook.react.uimanager.UIManagerModule
 
onHostResume() - Method in interface com.facebook.react.bridge.LifecycleEventListener
Called when host (activity/service) receives resume event (e.g.
onHostResume() - Method in class com.facebook.react.modules.core.Timing
 
onHostResume() - Method in class com.facebook.react.uimanager.events.EventDispatcher
 
onHostResume() - Method in class com.facebook.react.uimanager.UIManagerModule
 
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.view.ReactViewGroup
 
OnInterceptTouchEventListener - Interface in com.facebook.react.touch
Interface definition for a callback to be invoked when a onInterceptTouch is called on a ViewGroup.
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.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.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.view.ReactViewGroup
 
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(BufferedSource, WebSocket.PayloadType) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
onNewReactContextCreated(ReactContext) - Method in class com.facebook.react.devsupport.DevSupportManager
 
onOpen(WebSocket, Response) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
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.
onOwnerHierarchyLoaded(int, ReadableArray) - Method in interface com.facebook.react.uimanager.debug.DebugComponentOwnershipModule.OwnerHierarchyCallback
 
onPackagerStatusFetched(boolean) - Method in interface com.facebook.react.devsupport.DevServerHelper.PackagerStatusCallback
 
onPause() - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onPause
onPause() - Method in class com.facebook.react.ReactInstanceManager
 
onPong(Buffer) - Method in class com.facebook.react.bridge.JSDebuggerWebSocketClient
 
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
 
onReactInstanceDestroyed(ReactContext) - Method in class com.facebook.react.devsupport.DevSupportManager
 
onReloadWithJSDebugger(ProxyJavaScriptExecutor) - Method in interface com.facebook.react.devsupport.ReactInstanceDevCommandsHandler
Request react instance recreation with JS debugging enabled.
onRequestCancellation(String) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
onRequestFailure(ImageRequest, String, Throwable, boolean) - Method in class com.facebook.react.modules.fresco.SystraceRequestListener
 
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
 
onResume(Activity) - Method in class com.facebook.react.bridge.ReactContext
Should be called by the hosting Fragment in Fragment#onResume
onResume(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.
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
 
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.ReactScrollView
 
onSizeChanged(int, int, int, int) - Method in class com.facebook.react.views.view.ReactViewGroup
 
onStartTemporaryDetach() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
onSuccess(String) - Method in interface com.facebook.react.bridge.JSDebuggerWebSocketClient.JSDebuggerCallback
 
onSuccess() - Method in interface com.facebook.react.bridge.WebsocketJavaScriptExecutor.JSExecutorConnectCallback
 
onSuccess() - Method in interface com.facebook.react.devsupport.DevServerHelper.BundleDownloadCallback
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.ReactRootView
 
onTouchEvent(MotionEvent) - Method in class com.facebook.react.views.view.ReactViewGroup
 
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
 
onViewHierarchyUpdateEnqueued() - Method in class com.facebook.react.modules.debug.DidJSUpdateUiDuringFrameDetector
 
onViewHierarchyUpdateEnqueued() - Method in interface com.facebook.react.uimanager.debug.NotThreadSafeUiManagerDebugListener
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.NotThreadSafeUiManagerDebugListener
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_DRAWER - Static variable in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 

P

p_align - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_align - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_filesz - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_filesz - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_flags - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_flags - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_memsz - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_memsz - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_offset - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_offset - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_paddr - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_paddr - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_type - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_type - Static variable in class com.facebook.soloader.Elf64_Phdr
 
p_vaddr - Static variable in class com.facebook.soloader.Elf32_Phdr
 
p_vaddr - Static variable in class com.facebook.soloader.Elf64_Phdr
 
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
 
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
PerfTestConfig - Class in com.facebook.perftest
PerfTestConfig stub.
PerfTestConfig() - Constructor for class com.facebook.perftest.PerfTestConfig
 
PixelUtil - Class in com.facebook.react.uimanager
Android dp to pixel manipulation
PixelUtil() - Constructor for class com.facebook.react.uimanager.PixelUtil
 
PN_XNUM - Static variable in class com.facebook.soloader.MinElf
 
PointerEvents - Enum in com.facebook.react.uimanager
Possible values for pointer events that a view and its descendants should receive.
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_TOP - Static variable in class com.facebook.csslayout.CSSLayout
 
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
 
positionType - Variable in class com.facebook.csslayout.CSSStyle
 
postFrameCallback(ReactChoreographer.CallbackType, Choreographer.FrameCallback) - Method in class com.facebook.react.uimanager.ReactChoreographer
 
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.bridge.JSDebuggerWebSocketClient
 
Prerequisites - Class in com.facebook.jni
 
Prerequisites() - Constructor for class com.facebook.jni.Prerequisites
 
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
 
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_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.bridge
JavaScript executor that delegates JS calls processed by native code back to a java version of the native executor interface.
ProxyJavaScriptExecutor(ProxyJavaScriptExecutor.JavaJSExecutor) - Constructor for class com.facebook.react.bridge.ProxyJavaScriptExecutor
Create ProxyJavaScriptExecutor instance
ProxyJavaScriptExecutor.JavaJSExecutor - Interface in com.facebook.react.bridge
This is class represents java version of native js executor interface.
ProxyJavaScriptExecutor.ProxyExecutorException - Exception in com.facebook.react.bridge
 
ProxyJavaScriptExecutor.ProxyExecutorException(Throwable) - Constructor for exception com.facebook.react.bridge.ProxyJavaScriptExecutor.ProxyExecutorException
 
PT_DYNAMIC - Static variable in class com.facebook.soloader.MinElf
 
PT_LOAD - Static variable in class com.facebook.soloader.MinElf
 
pushArray(WritableArray) - Method in interface com.facebook.react.bridge.WritableArray
 
pushArray(WritableArray) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushBoolean(boolean) - Method in interface com.facebook.react.bridge.WritableArray
 
pushBoolean(boolean) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushDouble(double) - Method in interface com.facebook.react.bridge.WritableArray
 
pushDouble(double) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushInt(int) - Method in interface com.facebook.react.bridge.WritableArray
 
pushInt(int) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushMap(WritableMap) - Method in interface com.facebook.react.bridge.WritableArray
 
pushMap(WritableMap) - Method in class com.facebook.react.bridge.WritableNativeArray
 
pushNull() - Method in interface com.facebook.react.bridge.WritableArray
 
pushNull() - Method in class com.facebook.react.bridge.WritableNativeArray
 
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
 
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 interface com.facebook.react.bridge.WritableMap
 
putBoolean(String, boolean) - Method in class com.facebook.react.bridge.WritableNativeMap
 
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 interface com.facebook.react.bridge.WritableMap
 
putInt(String, int) - Method in class com.facebook.react.bridge.WritableNativeMap
 
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 interface com.facebook.react.bridge.WritableMap
 
putNull(String) - Method in class com.facebook.react.bridge.WritableNativeMap
 
putString(String, String) - Method in interface com.facebook.react.bridge.WritableMap
 
putString(String, String) - Method in class com.facebook.react.bridge.WritableNativeMap
 

Q

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 class com.facebook.react.bridge.queue.MessageQueueThread
Quits this queue's Looper.

R

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
 
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
Interface to the JS execution environment and means of transport for messages Java<->JS.
ReactBridge(JavaScriptExecutor, ReactCallback, MessageQueueThread) - Constructor for class com.facebook.react.bridge.ReactBridge
 
ReactCallback - Interface in com.facebook.react.bridge
 
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.
ReactConstants - Class in com.facebook.react.common
 
ReactConstants() - Constructor for class com.facebook.react.common.ReactConstants
 
ReactContext - Class in com.facebook.react.bridge
Abstract ContextWrapper for Android applicaiton 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
 
ReactDatabaseSupplier - Class in com.facebook.react.modules.storage
Database supplier of the database used by react native.
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
 
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
 
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
 
ReactHorizontalScrollViewManager - Class in com.facebook.react.views.scroll
View manager for ReactHorizontalScrollView components.
ReactHorizontalScrollViewManager() - 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.Builder - Class in com.facebook.react
Builder class for ReactInstanceManager
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
 
ReactMethod - Annotation Type in com.facebook.react.bridge
Annotation which is used to mark methods that are exposed to Catalyst.
ReactNative - Interface in com.facebook.react.uimanager
JS module interface - used by UIManager to communicate with main React JS module methods
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
 
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.
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
Use this annotation to annotate properties of native views that should be exposed to JS.
ReactPropGroup - Annotation Type in com.facebook.react.uimanager
Use this annotation to annotate group of properties of native views that should be exposed to JS.
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
 
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
 
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
 
ReactSwitchManager - Class in com.facebook.react.views.switchview
View manager for ReactSwitch components.
ReactSwitchManager() - Constructor for class com.facebook.react.views.switchview.ReactSwitchManager
 
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, long, String, int, int, int) - Constructor for class com.facebook.react.views.textinput.ReactTextChangedEvent
 
ReactTextInputEvent - Class in com.facebook.react.views.textinput
Event emitted by EditText native view when text changes.
ReactTextInputEvent(int, long, 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.textinput
Class that contains the data needed for a Text Input text update.
ReactTextUpdate(Spanned, int) - Constructor for class com.facebook.react.views.textinput.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
 
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
 
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
 
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() - 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
 
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
 
registerAnimation(Animation) - Method in class com.facebook.react.animation.AnimationRegistry
 
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
 
reject(String) - Method in interface com.facebook.react.bridge.Promise
 
reject(String) - Method in class com.facebook.react.bridge.PromiseImpl
 
RELOAD_APP_EXTRA_JS_PROXY - Static variable in class com.facebook.react.devsupport.DevServerHelper
 
removeActivityEventListener(ActivityEventListener) - Method in class com.facebook.react.bridge.ReactContext
 
removeAnimation(int) - Method in class com.facebook.react.animation.AnimationRegistry
 
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 class com.facebook.react.bridge.CatalystInstance
removeChildAt(int) - Method in class com.facebook.csslayout.CSSNode
 
removeChildAt(int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
removeCoalescingKey(long) - Static method in class com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
Stops tracking a new coalescing key corresponding to the gesture with this down time.
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
 
removeNativeChildAt(int) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
removeRootView(int) - Method in class com.facebook.react.uimanager.UIManagerModule
 
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
 
removeViewAt(T, int) - Method in class com.facebook.react.uimanager.ViewGroupManager
 
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
 
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.
reportFatalException(String, ReadableArray, int) - Method in class com.facebook.react.modules.core.ExceptionsManagerModule
 
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
 
requestLayout() - Method in class com.facebook.react.views.toolbar.ReactToolbar
 
requestLayout() - Method in class com.facebook.react.views.view.ReactViewGroup
 
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 class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
resetNative() - Method in class com.facebook.jni.HybridData
To explicitly delete the instance, call resetNative().
resetResult() - Method in class com.facebook.csslayout.CSSLayout
This should always get called before calling LayoutEngine#layoutNode(CSSNode, float)
RESIZE_MODE - Static variable in class com.facebook.react.uimanager.ViewProps
 
resolve(Object) - Method in interface com.facebook.react.bridge.Promise
 
resolve(Object) - Method in class com.facebook.react.bridge.PromiseImpl
 
RESOLVE_DEPENDENCIES - Static variable in class com.facebook.soloader.DirectorySoSource
 
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
 
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
 
runApplication(String, WritableMap) - Method in interface com.facebook.react.uimanager.AppRegistry
 
runJSBundle() - Method in class com.facebook.react.bridge.CatalystInstance
 
runOnJSQueueThread(Runnable) - Method in class com.facebook.react.bridge.ReactContext
 
runOnNativeModulesQueueThread(Runnable) - Method in class com.facebook.react.bridge.ReactContext
 
runOnQueue(Runnable) - Method in class com.facebook.react.bridge.queue.MessageQueueThread
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.

S

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.
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
 
scrollWithoutAnimationTo(RecyclerViewBackedScrollView, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager
 
scrollWithoutAnimationTo(ReactHorizontalScrollView, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
 
scrollWithoutAnimationTo(T, ReactScrollViewCommandHelper.ScrollToCommandData) - Method in interface com.facebook.react.views.scroll.ReactScrollViewCommandHelper.ScrollCommandHandler
 
scrollWithoutAnimationTo(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.UIManagerModule
 
sendRequest(String, String, int, ReadableArray, ReadableMap, Callback) - 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
 
setAlignItems(CSSAlign) - Method in class com.facebook.csslayout.CSSNode
 
setAlignItems(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setAlignSelf(CSSAlign) - Method in class com.facebook.csslayout.CSSNode
 
setAlignSelf(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setAnimationListener(AnimationListener) - Method in class com.facebook.react.animation.Animation
 
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.view.ReactViewGroup
 
setBorder(int, float) - Method in class com.facebook.csslayout.CSSNode
 
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) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderColor(ReactViewGroup, int, Integer) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderRadius(ReactImageView, float) - Method in class com.facebook.react.views.image.ReactImageManager
 
setBorderRadius(float) - Method in class com.facebook.react.views.image.ReactImageView
 
setBorderRadius(float) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setBorderRadius(ReactViewGroup, float) - Method in class com.facebook.react.views.view.ReactViewManager
 
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.view.ReactViewGroup
 
setBorderWidth(ReactViewGroup, float) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderWidth(ReactViewGroup, int, float) - Method in class com.facebook.react.views.view.ReactViewManager
 
setBorderWidths(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setBottom(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
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.
setCatalystQueueConfigurationSpec(CatalystQueueConfigurationSpec) - Method in class com.facebook.react.bridge.CatalystInstance.Builder
 
setColor(ProgressBarContainerView, Integer) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
setColor(Integer) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setControllerListener(ControllerListener) - Method in class com.facebook.react.views.image.ReactImageView
 
setDecomposedMatrix(T, ReadableMap) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setDefault(int, float) - Method in class com.facebook.csslayout.Spacing
Set a default spacing value.
setDefaultPadding(int, float) - Method in class com.facebook.csslayout.CSSNode
Set a default padding (left/top/right/bottom) for this node.
setDevSupportEnabled(boolean) - Method in class com.facebook.react.devsupport.DevSupportManager
ReactInstanceDevCommandsHandler is responsible for enabling/disabling dev support when a React view is attached/detached or when application state changes (e.g.
setDirection(CSSDirection) - Method in class com.facebook.csslayout.CSSNode
 
setDisplayMetrics(DisplayMetrics) - Static method in class com.facebook.react.uimanager.DisplayMetricsHolder
 
setDrawerPosition(ReactDrawerLayout, int) - Method in class com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
setEditable(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setEnabled(ReactSwitch, boolean) - Method in class com.facebook.react.views.switchview.ReactSwitchManager
 
setFlex(float) - Method in class com.facebook.csslayout.CSSNode
 
setFlex(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setFlexDirection(CSSFlexDirection) - Method in class com.facebook.csslayout.CSSNode
 
setFlexDirection(String) - 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
 
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
 
setFontWeight(String) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setGlobalVariable(String, String) - Method in interface com.facebook.react.bridge.ProxyJavaScriptExecutor.JavaJSExecutor
 
setGlobalVariable(String, String) - Method in class com.facebook.react.bridge.ReactBridge
 
setGlobalVariable(String, String) - Method in class com.facebook.react.bridge.WebsocketJavaScriptExecutor
 
setHeight(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setImageFadeDuration(int) - Method in class com.facebook.react.views.image.ReactImageView
 
setImportantForAccessibility(T, String) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setInitialLifecycleState(LifecycleState) - Method in class com.facebook.react.ReactInstanceManager.Builder
Sets the initial lifecycle state of the host.
setInputType(int) - Method in class com.facebook.react.views.textinput.ReactEditText
 
setInTestMode() - Static method in class com.facebook.soloader.SoLoader
Turn shared-library loading into a no-op.
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.
setJSBundleFile(String) - Method in class com.facebook.react.ReactInstanceManager.Builder
Path to the JS bundle file to be loaded from the file system.
setJSBundleFile(String) - Method in class com.facebook.react.ReactInstanceManager
 
setJSBundleLoader(JSBundleLoader) - Method in class com.facebook.react.bridge.CatalystInstance.Builder
 
setJSExecutor(JavaScriptExecutor) - Method in class com.facebook.react.bridge.CatalystInstance.Builder
 
setJSMainModuleName(String) - Method in class com.facebook.react.ReactInstanceManager.Builder
Path to your app's main module on the packager server.
setJSModulesConfig(JavaScriptModulesConfig) - Method in class com.facebook.react.bridge.CatalystInstance.Builder
 
setJSQueueThreadSpec(MessageQueueThreadSpec) - Method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec.Builder
 
setJSResponder(int, ViewParent) - Method in class com.facebook.react.touch.JSResponderHandler
 
setJSResponder(int, boolean) - Method in class com.facebook.react.uimanager.UIManagerModule
 
setJustifyContent(CSSJustify) - Method in class com.facebook.csslayout.CSSNode
 
setJustifyContent(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setKeyboardType(ReactEditText, String) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setLeft(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setLineHeight(int) - Method in class com.facebook.react.views.text.ReactTextShadowNode
 
setLineHeight(ReactTextView, float) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setLogo(ReactToolbar, ReadableMap) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setMainScrollViewTag(int) - Method in class com.facebook.react.uimanager.UIManagerModule
 
setMargin(int, float) - Method in class com.facebook.csslayout.CSSNode
 
setMargins(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setMarkerListener(ReactMarker.MarkerListener) - Static method in class com.facebook.react.bridge.ReactMarker
 
setMeasureFunction(CSSNode.MeasureFunction) - Method in class com.facebook.csslayout.CSSNode
 
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.CatalystInstance.Builder
 
setNativeModuleCallExceptionHandler(NativeModuleCallExceptionHandler) - Method in class com.facebook.react.bridge.ReactContext
 
setNativeModulesQueueThreadSpec(MessageQueueThreadSpec) - Method in class com.facebook.react.bridge.queue.CatalystQueueConfigurationSpec.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(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
 
setOnInterceptTouchEventListener(OnInterceptTouchEventListener) - Method in interface com.facebook.react.touch.CatalystInterceptingViewGroup
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
 
setOnSizeChangedListener(SizeMonitoringFrameLayout.OnSizeChangedListener) - Method in class com.facebook.react.uimanager.SizeMonitoringFrameLayout
 
setOpacity(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
 
setOverflowIcon(ReactToolbar, ReadableMap) - Method in class com.facebook.react.views.toolbar.ReactToolbarManager
 
setPadding(int, float) - Method in class com.facebook.csslayout.CSSNode
 
setPadding(int, float) - Method in class com.facebook.react.views.textinput.ReactTextInputShadowNode
 
setPaddings(int, float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setPassword(ReactEditText, boolean) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
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(String) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setPositionBottom(float) - Method in class com.facebook.csslayout.CSSNode
 
setPositionLeft(float) - Method in class com.facebook.csslayout.CSSNode
 
setPositionRight(float) - Method in class com.facebook.csslayout.CSSNode
 
setPositionTop(float) - Method in class com.facebook.csslayout.CSSNode
 
setPositionType(CSSPositionType) - Method in class com.facebook.csslayout.CSSNode
 
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
 
setRegistry(NativeModuleRegistry) - Method in class com.facebook.react.bridge.CatalystInstance.Builder
 
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
 
setResizeMode(ReactImageView, String) - Method in class com.facebook.react.views.image.ReactImageManager
 
setRight(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setRotation(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
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.
setSelectedPage(ReactViewPager, int) - Method in class com.facebook.react.views.viewpager.ReactViewPagerManager
 
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
 
setSource(ReactImageView, String) - Method in class com.facebook.react.views.image.ReactImageManager
 
setSource(String) - Method in class com.facebook.react.views.image.ReactImageView
 
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
 
setStyleWidth(float) - Method in class com.facebook.csslayout.CSSNode
 
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
 
setTextAlign(ReactTextView, String) - Method in class com.facebook.react.views.text.ReactTextViewManager
 
setTextAlign(ReactEditText, int) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setTextAlignVertical(ReactEditText, int) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
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
 
setTop(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setTranslateX(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setTranslateY(T, float) - Method in class com.facebook.react.uimanager.BaseViewManager
Deprecated.
setTranslucentBackgroundDrawable(Drawable) - Method in class com.facebook.react.views.view.ReactViewGroup
 
setUiManagerDebugListener(NotThreadSafeUiManagerDebugListener) - Method in class com.facebook.react.uimanager.UIManagerModule
 
setUnderlineColor(ReactEditText, Integer) - Method in class com.facebook.react.views.textinput.ReactTextInputManager
 
setUseDeveloperSupport(boolean) - Method in class com.facebook.react.ReactInstanceManager.Builder
When true, developer options such as JS reloading and debugging are enabled.
setWidth(float) - Method in class com.facebook.react.uimanager.LayoutShadowNode
 
setWrap(CSSWrap) - Method in class com.facebook.csslayout.CSSNode
 
sh_addr - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_addr - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_addralign - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_addralign - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_entsize - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_entsize - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_flags - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_flags - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_info - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_info - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_link - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_link - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_name - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_name - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_offset - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_offset - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_size - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_size - Static variable in class com.facebook.soloader.Elf64_Shdr
 
sh_type - Static variable in class com.facebook.soloader.Elf32_Shdr
 
sh_type - Static variable in class com.facebook.soloader.Elf64_Shdr
 
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
 
show(String, int) - Method in class com.facebook.react.modules.toast.ToastModule
 
showDevOptionsDialog() - Method in class com.facebook.react.devsupport.DevSupportManager
 
showDevOptionsDialog() - Method in class com.facebook.react.ReactInstanceManager
 
showNewJSError(String, ReadableArray, int) - Method in class com.facebook.react.devsupport.DevSupportManager
 
showPopupMenu(int, ReadableArray, Callback, Callback) - Method in class com.facebook.react.uimanager.UIManagerModule
Show a PopupMenu.
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
 
SimpleSettableFuture.TimeoutException - Exception in com.facebook.react.common.futures
 
SimpleSettableFuture.TimeoutException() - Constructor for exception com.facebook.react.common.futures.SimpleSettableFuture.TimeoutException
 
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
 
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
 
soDirectory - Variable in class com.facebook.soloader.DirectorySoSource
 
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
 
SoLoader - Class in com.facebook.soloader
Note that com.facebook.base.app.DelegatingApplication will automatically register itself with SoLoader before running application-specific code; most applications do not need to call SoLoader.init(android.content.Context, boolean) explicitly.
SoLoader() - Constructor for class com.facebook.soloader.SoLoader
 
SoSource - Class in com.facebook.soloader
 
SoSource() - Constructor for class com.facebook.soloader.SoSource
 
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, 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
 
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
 
startPollingOnChangeEndpoint(DevServerHelper.OnServerContentChangeListener) - Method in class com.facebook.react.devsupport.DevServerHelper
 
startProfiler(String) - Method in class com.facebook.react.bridge.ReactBridge
 
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
 
stop() - Method in class com.facebook.react.common.ShakeDetector
Stop listening for shakes.
stop() - Method in class com.facebook.react.modules.debug.FpsDebugFrameCallback
 
stopPollingOnChangeEndpoint() - Method in class com.facebook.react.devsupport.DevServerHelper
 
stopProfiler(String, String) - Method in class com.facebook.react.bridge.ReactBridge
 
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
supportsOpenGL20() - Static method in class com.facebook.jni.Prerequisites
 
supportsProfiling() - Method in class com.facebook.react.bridge.ReactBridge
 
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 - Class in com.facebook.systrace
Systrace stub.
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
 
TAG - Static variable in class com.facebook.react.views.image.ReactImageView
 
TEXT_ALIGN - Static variable in class com.facebook.react.uimanager.ViewProps
 
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
 
Timing - Class in com.facebook.react.modules.core
Native module for JS timer execution.
Timing(ReactApplicationContext) - Constructor for class com.facebook.react.modules.core.Timing
 
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.
ToolbarClickEvent - Class in com.facebook.react.views.toolbar.events
Represents a click on the toolbar.
ToolbarClickEvent(int, long, 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
toReadableMessage() - Method in exception com.facebook.react.devsupport.DebugServerException
 
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.NativeArray
 
toString() - Method in class com.facebook.react.bridge.NativeMap
 
toString() - Method in class com.facebook.react.uimanager.CatalystStylesDiffMap
 
total4PlusFrameStutters - Variable in class com.facebook.react.modules.debug.FpsDebugFrameCallback.FpsInfo
 
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_FRESCO - Static variable in class com.facebook.systrace.Systrace
 
TRACE_TAG_REACT_JAVA_BRIDGE - 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
 

U

UIManagerModule - Class in com.facebook.react.uimanager
Native module to allow JS to create and update native Views.
UIManagerModule(ReactApplicationContext, List<ViewManager>) - 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
 
UIViewOperationQueue - Class in com.facebook.react.uimanager
This class acts as a buffer for command executed on NativeViewHierarchyManager or on AnimationRegistry.
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
 
unmountComponentAtNodeAndRemoveContainer(int) - Method in interface com.facebook.react.uimanager.ReactNative
 
unpackLibrary(String) - Method in class com.facebook.soloader.DirectorySoSource
 
unpackLibrary(String) - Method in class com.facebook.soloader.NoopSoSource
 
unpackLibrary(String) - Method in class com.facebook.soloader.SoSource
Ensure that a shared library exists on disk somewhere.
unpackLibraryAndDependencies(String) - Static method in class com.facebook.soloader.SoLoader
Unpack library and its dependencies, returning the location of the unpacked library file.
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.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 shold be attached/detached.
updateClippingRect() - Method in class com.facebook.react.views.view.ReactViewGroup
 
updateDrawState(TextPaint) - Method in class com.facebook.react.views.text.CustomStyleSpan
 
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(ProgressBarContainerView, Object) - Method in class com.facebook.react.views.progressbar.ReactProgressBarViewManager
 
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 class com.facebook.react.devsupport.DevSupportManager
 
updateMeasureState(TextPaint) - Method in class com.facebook.react.views.text.CustomStyleSpan
 
updateProperties(CatalystStylesDiffMap) - Method in class com.facebook.react.uimanager.ReactShadowNode
 
updateProperties(T, CatalystStylesDiffMap) - Method in class com.facebook.react.uimanager.ViewManager
 
updateView(int, String, ReadableMap) - Method in class com.facebook.react.uimanager.UIManagerModule
 
USE_DEFAULT_TYPE - Static variable in annotation type com.facebook.react.uimanager.ReactProp
 
USE_DEFAULT_TYPE - Static variable in annotation type com.facebook.react.uimanager.ReactPropGroup
 

V

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.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.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.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.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.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.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.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.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
 
VERTICAL - Static variable in class com.facebook.csslayout.Spacing
Spacing type that represents vertical direction (top and bottom).
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
 
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
 
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.bridge
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.bridge.WebsocketJavaScriptExecutor
 
WebsocketJavaScriptExecutor.JSExecutorConnectCallback - Interface in com.facebook.react.bridge
 
WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException - Exception in com.facebook.react.bridge
 
WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException(String) - Constructor for exception com.facebook.react.bridge.WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException
 
WebSocketModule - Class in com.facebook.react.modules.websocket
 
WebSocketModule(ReactApplicationContext) - Constructor for class com.facebook.react.modules.websocket.WebSocketModule
 
width - Variable in class com.facebook.csslayout.MeasureOutput
 
WIDTH - Static variable in class com.facebook.react.uimanager.ViewProps
 
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(JsonGenerator, String) - Method in class com.facebook.react.bridge.BaseJavaModule
 
writeConstantsField(JsonGenerator, String) - Method in interface com.facebook.react.bridge.NativeModule
Append a field which represents the constants this module exports to JS.
writeObjectField(JsonGenerator, String, Object) - Static method in class com.facebook.react.bridge.JsonGeneratorHelper
Like JsonGenerator.writeObjectField(String, Object) but supports Maps and Lists.
A B C D E F G H I J K L M N O P Q R S T U V W