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

R

RADIO - enum entry in com.facebook.react.uimanager.ReactAccessibilityDelegate.AccessibilityRole
 
RADIOGROUP - enum entry in com.facebook.react.uimanager.ReactAccessibilityDelegate.AccessibilityRole
 
RCTEventEmitter - class in com.facebook.react.uimanager.events
Deprecated in favor of RCTModernEventEmitter, which extends this interface.
RCTLog - class in com.facebook.react.util
JS module interface for RCTLog The RCTLog module allows for showing native logs in JavaScript.
RCTModernEventEmitter - class in com.facebook.react.uimanager.events
This is a transitional replacement for RCTEventEmitter that works with Fabric and non-Fabric renderers.
RCTNativeAppEventEmitter - class in com.facebook.react.modules.core
Module that handles global application events.
REACT_BRIDGE_LOADING_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
REACT_BRIDGE_LOADING_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
REACT_BRIDGELESS_LOADING_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
REACT_BRIDGELESS_LOADING_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
REACT_CONTEXT_THREAD_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
REACT_CONTEXT_THREAD_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
ReactAbsoluteSizeSpan - class in com.facebook.react.views.text
 
ReactAccessibilityDelegate - class in com.facebook.react.uimanager
Utility class that handles the addition of a "role" for accessibility to either a View or AccessibilityNodeInfo.
ReactAccessibilityDelegate.AccessibilityLinks - class in com.facebook.react.uimanager.ReactAccessibilityDelegate
 
ReactAccessibilityDelegate.AccessibilityRole - class in com.facebook.react.uimanager.ReactAccessibilityDelegate
These roles are defined by Google's TalkBack screen reader, and this list should be kept up todate with their implementation.
ReactActivity - class in com.facebook.react
Base Activity for React Native applications.
ReactActivityDelegate - class in com.facebook.react
Delegate class for ReactActivity.
ReactAndroidHWInputDeviceHelper - class in com.facebook.react
Responsible for dispatching events specific for hardware inputs.
ReactApplication - class in com.facebook.react
 
ReactApplicationContext - class in com.facebook.react.bridge
A context wrapper that always wraps Android Application Context and by extending ReactContext
ReactBackgroundColorSpan - class in com.facebook.react.views.text
 
ReactBaseTextShadowNode - class in com.facebook.react.views.text
ReactShadowNode abstract class for spannable text nodes.
ReactBridge - class in com.facebook.react.bridge
 
ReactBuildConfig - class in com.facebook.react.common.build
Convenience class for accessing auto-generated BuildConfig so that a) other modules can just depend on this module instead of having to manually depend on generating their own build config and b) we don't have to deal with IntelliJ getting confused about the autogenerated BuildConfig class all over the place.
ReactCallerContextFactory - class in com.facebook.react.views.image
This interface is used from ReactImageManager to customize the CallerContext object associated with each instance of ReactImageView.
ReactChoreographer - class in com.facebook.react.modules.core
A simple wrapper around Choreographer that allows us to control the order certain callbacks are executed within a given frame.
ReactChoreographer.CallbackType - class in com.facebook.react.modules.core.ReactChoreographer
 
ReactClippingProhibitedView - class in com.facebook.react.uimanager
Some Views may not function if added directly to a ViewGroup that clips them.
ReactClippingViewGroup - class in com.facebook.react.uimanager
Interface that should be implemented by View subclasses that support {@code * removeClippedSubviews} property.
ReactClippingViewGroupHelper - class in com.facebook.react.uimanager
Provides implementation of common tasks for view and it's view manager supporting property {@code * removeClippedSubviews}.
ReactClippingViewManager - class in com.facebook.react.views.view
View manager which handles clipped subviews.
ReactCompoundView - class in com.facebook.react.uimanager
This interface should be implemented be native View subclasses that can represent more than a single react node (e.g.
ReactCompoundViewGroup - class in com.facebook.react.uimanager
This interface should be implemented be native ViewGroup subclasses that can represent more than a single react node.
ReactConstants - class in com.facebook.react.common
 
ReactContentSizeChangedEvent - class in com.facebook.react.views.textinput
Event emitted by EditText native view when content size changes.
ReactContext - class in com.facebook.react.bridge
Abstract ContextWrapper for Android application or activity Context and
ReactContext.ExceptionHandlerWrapper - class in 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.
ReactCookieJarContainer - class in com.facebook.react.modules.network
Basic okhttp3 CookieJar container
ReactCxxErrorHandler - class in com.facebook.react.bridge
 
ReactDatabaseSupplier - class in com.facebook.react.modules.storage
Database supplier of the database used by react native.
ReactDebugOverlayTags - class in com.facebook.debug.tags
Category for debug overlays.
ReactDelegate - class in com.facebook.react
A delegate for handling React Application support.
ReactDrawableHelper - class in com.facebook.react.views.view
Utility class that helps with converting android drawable description used in JS to an actual instance of Drawable.
ReactDrawerLayoutManager - class in com.facebook.react.views.drawer
View Manager for ReactDrawerLayout components.
ReactDrawerLayoutManager.DrawerEventEmitter - class in com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
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.
ReactEventEmitter - class in com.facebook.react.uimanager.events
 
ReactFabric - class in com.facebook.react.modules.fabric
JS module used to execute Fabric specific methods.
ReactFeatureFlags - class in com.facebook.react.config
Hi there, traveller!
ReactFindViewUtil - class in com.facebook.react.uimanager.util
Finds views in React Native view hierarchies
ReactFindViewUtil.OnMultipleViewsFoundListener - class in com.facebook.react.uimanager.util.ReactFindViewUtil
Callback to be invoked when all react native views with geiven NativeIds have been found
ReactFindViewUtil.OnViewFoundListener - class in com.facebook.react.uimanager.util.ReactFindViewUtil
Callback to be invoked when a react native view has been found
ReactFontManager - class in com.facebook.react.views.text
Responsible for loading and caching Typeface objects.
ReactForegroundColorSpan - class in com.facebook.react.views.text
 
ReactFragment - class in com.facebook.react
Fragment for creating a React View.
ReactFragment.Builder - class in com.facebook.react.ReactFragment
Builder class to help instantiate a ReactFragment
ReactHitSlopView - class in com.facebook.react.touch
This interface should be implemented by all View subclasses that want to use the hitSlop prop to extend their touch areas.
ReactHorizontalScrollContainerView - class in com.facebook.react.views.scroll
Container of Horizontal scrollViews that supports RTL scrolling.
ReactHorizontalScrollContainerViewManager - class in com.facebook.react.views.scroll
View manager for ReactHorizontalScrollContainerView components.
ReactHorizontalScrollView - class in com.facebook.react.views.scroll
Similar to ReactScrollView but only supports horizontal scrolling.
ReactHorizontalScrollViewManager - class in com.facebook.react.views.scroll
View manager for ReactHorizontalScrollView components.
ReactIgnorableMountingException - class in com.facebook.react.bridge
If thrown during a MountItem execution, FabricUIManager will print diagnostics and ignore the error.
ReactImageDownloadListener - class in com.facebook.react.views.image
 
ReactImageManager - class in com.facebook.react.views.image
 
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.
ReactInstanceDevHelper - class in com.facebook.react.devsupport
Interface used by DevSupportManager for accessing some fields and methods of or ReactHost for the purpose of displaying and handling developer menu options.
ReactInstanceEventListener - class in com.facebook.react
New Listener interface for react instance events.
ReactInstanceManager - class in com.facebook.react
This class is managing instances of CatalystInstance.
ReactInstanceManager.ReactInstanceEventListener - class in com.facebook.react.ReactInstanceManager
Listener interface for react instance events.
ReactInstanceManagerBuilder - class in com.facebook.react
Builder class for ReactInstanceManager
ReactInstancePackage - class in com.facebook.react
A simple wrapper for ReactPackage to make it aware of its ReactInstanceManager when creating native modules.
ReactInterceptingViewGroup - class in com.facebook.react.touch
This interface should be implemented by all ViewGroup subviews that can be instantiating by NativeViewHierarchyManager.
ReactInvalidPropertyException - class in com.facebook.react.uimanager
 
ReactMapBufferPropSetter - class in com.facebook.react.views.view
 
ReactMapBufferViewManager - class in com.facebook.react.views.view
 
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.FabricMarkerListener - class in com.facebook.react.bridge.ReactMarker
 
ReactMarker.MarkerListener - class in com.facebook.react.bridge.ReactMarker
 
ReactMarkerConstants - class in com.facebook.react.bridge
Constants used by ReactMarker.
ReactMethod - class in com.facebook.react.bridge
Annotation which is used to mark methods that are exposed to React Native.
ReactModalHostManager - class in com.facebook.react.views.modal
View manager for ReactModalHostView components.
ReactModalHostView - class in com.facebook.react.views.modal
ReactModalHostView is a view that sits in the view hierarchy representing a Modal view.
ReactModalHostView.OnRequestCloseListener - class in com.facebook.react.views.modal.ReactModalHostView
 
ReactModule - class in com.facebook.react.module.annotations
Annotation for use on com.facebook.react.bridge.BaseJavaModules to describe properties for that module.
ReactModuleInfo - class in com.facebook.react.module.model
Data holder class holding native module specifications.
ReactModuleInfoProvider - class in com.facebook.react.module.model
Interface for auto-generated class by ReactModuleSpecProcessor.
ReactModuleList - class in com.facebook.react.module.annotations
Annotates a function that returns a list of ModuleSpecs from which we get a list of NativeModules to create ReactModuleInfos from.
ReactModuleSpecProcessor - class in com.facebook.react.module.processing
Generates a list of ReactModuleInfo for modules annotated with ReactModule in s annotated with ReactModuleList.
ReactModuleWithSpec - class in com.facebook.react.bridge
An interface to be implemented by react modules that extends from the generated spec class.
ReactNativeConfig - class in com.facebook.react.fabric
ReactNative Configuration that allows to customize the behavior of key/value pairs used by the framework to enable/disable capabilities.
ReactNativeHost - class in com.facebook.react
Simple class that holds an instance of ReactInstanceManager.
ReactNativeVersion - class in com.facebook.react.modules.systeminfo
 
ReactNetworkImageRequest - class in com.facebook.react.modules.fresco
Extended ImageRequest with request headers
ReactNoCrashBridgeNotAllowedSoftException - class in com.facebook.react.bridge
Extends RuntimeException so that it may be caught by a ReactSoftExceptionListener.
ReactNoCrashSoftException - class in com.facebook.react.bridge
Extends RuntimeException so that it may be caught by a ReactSoftExceptionListener.
ReactOverflowView - class in com.facebook.react.uimanager
Interface that should be implemented by View subclasses that support {@code overflow} style.
ReactOverflowViewWithInset - class in com.facebook.react.uimanager
Interface that should be implemented by View subclasses that support {@code overflow} style and want to use the overflowInset values.
ReactPackage - class in com.facebook.react
Main interface for providing additional capabilities to the catalyst framework by couple of different means:
  • Registering new native modules
  • 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)
  • Registering custom native views (view managers) and custom event types
  • Registering natively packaged assets/resources (e.g. images) exposed to JS
TODO(6788500, 6788507): Implement support for adding custom views, events and resources
ReactPackageHelper - class in com.facebook.react
 
ReactPackageLogger - class in com.facebook.react
Interface for the bridge to call for TTI start and end markers.
ReactPackageTurboModuleManagerDelegate - class in com.facebook.react
 
ReactPackageTurboModuleManagerDelegate.Builder - class in com.facebook.react.ReactPackageTurboModuleManagerDelegate
 
ReactPointerEventsView - class 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.
ReactProp - class in com.facebook.react.uimanager.annotations
Use this annotation to annotate properties of native views that should be exposed to JS.
ReactPropertyHolder - class in com.facebook.react.uimanager.annotations
 
ReactPropertyProcessor - class in com.facebook.react.processing
This annotation processor crawls subclasses of ReactShadowNode and ViewManager and finds their exported properties with the @ReactProp or @ReactGroupProp annotation.
ReactPropGroup - class in com.facebook.react.uimanager.annotations
Use this annotation to annotate group of properties of native views that should be exposed to JS.
ReactQueueConfiguration - 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).
ReactQueueConfigurationImpl - class in com.facebook.react.bridge.queue
 
ReactQueueConfigurationSpec - class in com.facebook.react.bridge.queue
Spec for creating a ReactQueueConfiguration.
ReactQueueConfigurationSpec.Builder - class in com.facebook.react.bridge.queue.ReactQueueConfigurationSpec
 
ReactRawTextManager - class in com.facebook.react.views.text
Manages raw text nodes (aka {@code textContent} in terms of DOM).
ReactRawTextShadowNode - class in com.facebook.react.views.text
ReactShadowNode class for pure raw text node (aka {@code textContent} in terms of DOM).
ReactRoot - class in com.facebook.react.uimanager
Interface for the root native view of a React native application
ReactRootView - class in com.facebook.react
Default root view for catalyst apps.
ReactRootView.ReactRootViewEventListener - class in com.facebook.react.ReactRootView
Listener interface for react root view events
ReactRootViewTagGenerator - class in com.facebook.react.uimanager
Incremental counter for React Root View tag.
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.
ReactScrollViewCommandHelper - class in com.facebook.react.views.scroll
Helper for view managers to handle commands like 'scrollTo'.
ReactScrollViewCommandHelper.ScrollCommandHandler - class in com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
ReactScrollViewCommandHelper.ScrollToCommandData - class in com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
ReactScrollViewCommandHelper.ScrollToEndCommandData - class in com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
ReactScrollViewHelper - class in com.facebook.react.views.scroll
Helper class that deals with emitting Scroll Events.
ReactScrollViewHelper.HasFlingAnimator - class in com.facebook.react.views.scroll.ReactScrollViewHelper
 
ReactScrollViewHelper.HasScrollEventThrottle - class in com.facebook.react.views.scroll.ReactScrollViewHelper
 
ReactScrollViewHelper.HasScrollState - class in com.facebook.react.views.scroll.ReactScrollViewHelper
 
ReactScrollViewHelper.ReactScrollViewScrollState - class in com.facebook.react.views.scroll.ReactScrollViewHelper
 
ReactScrollViewHelper.ScrollListener - class in com.facebook.react.views.scroll.ReactScrollViewHelper
 
ReactScrollViewManager - class in com.facebook.react.views.scroll
View manager for ReactScrollView components.
ReactShadowNode - class in com.facebook.react.uimanager
Base node class for representing virtual tree of React nodes.
ReactShadowNodeImpl - class in com.facebook.react.uimanager
Base node class for representing virtual tree of React nodes.
ReactSlider - class in com.facebook.react.views.slider
Slider that behaves more like the iOS one, for consistency.
ReactSliderEvent - class in com.facebook.react.views.slider
Event emitted by a ReactSliderManager when user changes slider position.
ReactSliderManager - class in com.facebook.react.views.slider
Manages instances of {@code ReactSlider}.
ReactSlidingCompleteEvent - class in com.facebook.react.views.slider
Event emitted when the user finishes dragging the slider.
reactSmoothScrollTo(int,int) - function in com.facebook.react.views.scroll.ReactHorizontalScrollView
Calls `smoothScrollTo` and updates state.
reactSmoothScrollTo(int,int) - function in com.facebook.react.views.scroll.ReactScrollView
Calls `smoothScrollTo` and updates state.
ReactSoftExceptionLogger - class in com.facebook.react.bridge
 
ReactSoftExceptionLogger.ReactSoftExceptionListener - class in com.facebook.react.bridge.ReactSoftExceptionLogger
 
ReactSpan - class in com.facebook.react.views.text
 
ReactStage - class in com.facebook.react.surface
The stage of the Surface
ReactStrikethroughSpan - class in com.facebook.react.views.text
 
ReactStylesDiffMap - class in com.facebook.react.uimanager
Wrapper for ReadableMap which should be used for styles property map.
ReactSwipeRefreshLayout - class in com.facebook.react.views.swiperefresh
Basic extension of SwipeRefreshLayout with ReactNative-specific functionality.
ReactSwitchManager - class in com.facebook.react.views.switchview
View manager for ReactSwitch components.
reactTagForTouch(float,float) - function in com.facebook.react.uimanager.ReactCompoundView
Return react tag for touched element.
reactTagForTouch(float,float) - function in com.facebook.react.uimanager.ReactCompoundViewGroup
Return react tag for touched element.
reactTagForTouch(float,float) - function in com.facebook.react.views.text.ReactTextView
Return react tag for touched element.
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
ReactTextAnchorViewManager - class in com.facebook.react.views.text
Abstract class for anchor {@code }-ish spannable views, such as TextView or .
ReactTextChangedEvent - class in com.facebook.react.views.textinput
Event emitted by EditText native view when text changes.
ReactTextInlineImageShadowNode - class in com.facebook.react.views.text
Base class for YogaNodes that represent inline images.
ReactTextInputEvent - class in com.facebook.react.views.textinput
Event emitted by EditText native view when text changes.
ReactTextInputKeyPressEvent - class in com.facebook.react.views.textinput
Event emitted by EditText native view when key pressed
ReactTextInputLocalData - class in com.facebook.react.views.textinput
Local state bearer for EditText instance.
ReactTextInputManager - class in com.facebook.react.views.textinput
Manages instances of TextInput.
ReactTextInputShadowNode - class in com.facebook.react.views.textinput
 
ReactTextShadowNode - class in com.facebook.react.views.text
ReactBaseTextShadowNode concrete class for anchor {@code Text} node.
ReactTextUpdate - class in com.facebook.react.views.text
Class that contains the data needed for a text update.
ReactTextView - class in com.facebook.react.views.text
 
ReactTextViewManager - class in com.facebook.react.views.text
Concrete class for ReactTextAnchorViewManager which represents view managers of anchor {@code } nodes.
ReactTextViewManagerCallback - class in com.facebook.react.views.text
This interface allows clients of ReactTextViewManager to customize or prepare object that represent text that will be rendered on the screen.
ReactTypefaceUtils - class in com.facebook.react.views.text
 
ReactUnderlineSpan - class in com.facebook.react.views.text
 
ReactUnimplementedView - class in com.facebook.react.views.unimplementedview
 
ReactUnimplementedViewManager - class in com.facebook.react.views.unimplementedview
ViewManager for ReactUnimplementedView to represent a component that is not yet supported.
ReactViewBackgroundDrawable - class in com.facebook.react.views.view
A subclass of Drawable used for background of ReactViewGroup.
ReactViewBackgroundDrawable.BorderRadiusLocation - class in com.facebook.react.views.view.ReactViewBackgroundDrawable
 
ReactViewBackgroundManager - class in com.facebook.react.views.view
Class that manages the background for views and borders.
ReactViewGroup - class in com.facebook.react.views.view
Backing for a React View.
ReactViewManager - class in com.facebook.react.views.view
View manager for AndroidViews (plain React Views).
ReactViewManagerWrapper - class in com.facebook.react.views.view
 
ReactViewManagerWrapper.DefaultViewManager - class in com.facebook.react.views.view.ReactViewManagerWrapper
 
ReactVirtualTextShadowNode - class in com.facebook.react.views.text
A virtual text node.
ReactVirtualTextViewManager - class in com.facebook.react.views.text
Manages raw text nodes.
ReactYogaConfigProvider - class in com.facebook.react.uimanager
 
ReactZIndexedViewGroup - class in com.facebook.react.uimanager
ViewGroup that supports z-index.
ReadableArray - class in com.facebook.react.bridge
Interface for an array that allows typed access to its members.
readableArrayValue(JsonWriter,ReadableArray) - function in com.facebook.react.bridge.JsonWriterHelper
 
ReadableMap - class in com.facebook.react.bridge
Interface for a map that allows typed access to its members.
ReadableMapBuffer - class in com.facebook.react.common.mapbuffer
Read-only implementation of the MapBuffer, imported from C++ environment.
ReadableMapBuffer.Companion - class in com.facebook.react.common.mapbuffer.ReadableMapBuffer
 
ReadableMapKeySetIterator - class 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.
ReadableNativeMap - class in com.facebook.react.bridge
Implementation of a read-only map in native memory.
ReadableType - class in com.facebook.react.bridge
Defines the type of an object stored in a ReadableArray or ReadableMap.
readAllParts(MultipartStreamReader.ChunkListener) - function in com.facebook.react.devsupport.MultipartStreamReader
Reads all parts of the multipart response and execute the listener for each chunk received.
readAsDataURL(ReadableMap,Promise) - function in com.facebook.fbreact.specs.NativeFileReaderModuleSpec
 
readAsDataURL(ReadableMap,Promise) - function in com.facebook.react.modules.blob.FileReaderModule
 
readAsDataURL(ReadableMap,Promise) - function in com.facebook.fbreact.specs.FileReaderModule
 
readAsText(ReadableMap,String,Promise) - function in com.facebook.fbreact.specs.NativeFileReaderModuleSpec
 
readAsText(ReadableMap,String,Promise) - function in com.facebook.react.modules.blob.FileReaderModule
 
readAsText(ReadableMap,String,Promise) - function in com.facebook.fbreact.specs.FileReaderModule
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ActivityIndicatorViewManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.viewmanagers.AndroidDrawerLayoutManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.MaskedViewManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.AndroidProgressBarManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ProgressViewManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.viewmanagers.AndroidSwipeRefreshLayoutManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.SafeAreaViewManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.AndroidHorizontalScrollContentViewManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.SliderManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.viewmanagers.AndroidSwitchManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.UnimplementedNativeViewManagerDelegate
 
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ModalHostViewManagerDelegate
 
receiveCommand(int,int,int,ReadableArray) - function in com.facebook.react.fabric.mounting.MountingManager
 
receiveCommand(int,int,String,ReadableArray) - function in com.facebook.react.fabric.mounting.MountingManager
 
receiveCommand(int,int,ReadableArray) - function in com.facebook.react.fabric.mounting.SurfaceMountingManager
 
receiveCommand(int,String,ReadableArray) - function in com.facebook.react.fabric.mounting.SurfaceMountingManager
 
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.BaseViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.BaseViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.BaseViewManagerDelegate
 
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.RootViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.RootViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.SimpleViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.SimpleViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ViewGroupManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ViewGroupManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ViewManagerDelegate
 
receiveCommand(ReactDrawerLayout,int,ReadableArray) - function in com.facebook.react.views.drawer.ReactDrawerLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactDrawerLayout,String,ReadableArray) - function in com.facebook.react.views.drawer.ReactDrawerLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactImageManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactImageManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactModalHostManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactModalHostManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactProgressBarViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactProgressBarViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactHorizontalScrollView,int,ReadableArray) - function in com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactHorizontalScrollView,String,ReadableArray) - function in com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactScrollViewCommandHelper.ScrollCommandHandler,T,int,ReadableArray) - function in com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
receiveCommand(ReactScrollViewCommandHelper.ScrollCommandHandler,T,String,ReadableArray) - function in com.facebook.react.views.scroll.ReactScrollViewCommandHelper
 
receiveCommand(ReactScrollView,int,ReadableArray) - function in com.facebook.react.views.scroll.ReactScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactScrollView,String,ReadableArray) - function in com.facebook.react.views.scroll.ReactScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactScrollViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactSliderManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactSliderManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactSwipeRefreshLayout,String,ReadableArray) - function in com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactSwitch,String,ReadableArray) - function in com.facebook.react.views.switchview.ReactSwitchManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactSwitchManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactSwitchManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactRawTextManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactRawTextManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactTextAnchorViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactTextAnchorViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactTextViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactTextViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactVirtualTextViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactVirtualTextViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactEditText,int,ReadableArray) - function in com.facebook.react.views.textinput.ReactTextInputManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactEditText,String,ReadableArray) - function in com.facebook.react.views.textinput.ReactTextInputManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactTextInputManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactTextInputManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactClippingViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactClippingViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactViewGroup,int,ReadableArray) - function in com.facebook.react.views.view.ReactViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(ReactViewGroup,String,ReadableArray) - function in com.facebook.react.views.view.ReactViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,int,ReadableArray) - function in com.facebook.react.uimanager.ReactViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(T,String,ReadableArray) - function in com.facebook.react.uimanager.ReactViewManager
Subclasses may use this method to receive events/commands directly from JS through the .
receiveCommand(View,String,ReadableArray) - function in com.facebook.react.views.view.ReactMapBufferViewManager
 
receiveCommand(View,Integer,ReadableArray) - function in com.facebook.react.views.view.ReactMapBufferViewManager
 
receiveCommand(View,String,ReadableArray) - function in com.facebook.react.views.view.ReactViewManagerWrapper
 
receiveCommand(View,Integer,ReadableArray) - function in com.facebook.react.views.view.ReactViewManagerWrapper
 
receiveCommand(View,String,ReadableArray) - function in com.facebook.react.views.view.ReactViewManagerWrapper.DefaultViewManager
 
receiveCommand(View,Integer,ReadableArray) - function in com.facebook.react.views.view.ReactViewManagerWrapper.DefaultViewManager
 
receiveEvent(int,String,WritableMap) - function in com.facebook.react.bridge.UIManager
This method dispatches events from RN Android code to JS.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.bridge.UIManager
This method dispatches events from RN Android code to JS.
receiveEvent(int,String,WritableMap) - function in com.facebook.react.fabric.FabricUIManager
This method dispatches events from RN Android code to JS.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.fabric.FabricUIManager
This method dispatches events from RN Android code to JS.
receiveEvent(int,int,String,boolean,int,WritableMap) - function in com.facebook.react.fabric.FabricUIManager
 
receiveEvent(int,int,String,boolean,int,WritableMap,int) - function in com.facebook.react.fabric.FabricUIManager
receiveEvent API that emits an event to C++.
receiveEvent(int,String,WritableMap) - function in com.facebook.react.bridge.FabricUIManager
This method dispatches events from RN Android code to JS.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.bridge.FabricUIManager
This method dispatches events from RN Android code to JS.
receiveEvent(int,String,WritableMap) - function in com.facebook.react.fabric.events.FabricEventEmitter
Deprecated in favor of RCTModernEventEmitter.receiveEvent.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.fabric.events.FabricEventEmitter
 
receiveEvent(int,int,String,boolean,int,WritableMap,int) - function in com.facebook.react.fabric.events.FabricEventEmitter
 
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.uimanager.events.FabricEventEmitter
 
receiveEvent(int,int,String,boolean,int,WritableMap,int) - function in com.facebook.react.uimanager.events.FabricEventEmitter
 
receiveEvent(int,String,WritableMap) - function in com.facebook.react.uimanager.events.FabricEventEmitter
Deprecated in favor of RCTModernEventEmitter.receiveEvent.
receiveEvent(int,String,WritableMap) - function in com.facebook.react.uimanager.UIManagerModule
This method dispatches events from RN Android code to JS.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.uimanager.UIManagerModule
This method dispatches events from RN Android code to JS.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.bridge.UIManagerModule
This method dispatches events from RN Android code to JS.
receiveEvent(int,String,WritableMap) - function in com.facebook.react.uimanager.events.RCTEventEmitter
Deprecated in favor of RCTModernEventEmitter.receiveEvent.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.uimanager.events.RCTModernEventEmitter
 
receiveEvent(int,int,String,boolean,int,WritableMap,int) - function in com.facebook.react.uimanager.events.RCTModernEventEmitter
 
receiveEvent(int,String,WritableMap) - function in com.facebook.react.uimanager.events.RCTModernEventEmitter
Deprecated in favor of RCTModernEventEmitter.receiveEvent.
receiveEvent(int,String,WritableMap) - function in com.facebook.react.uimanager.events.ReactEventEmitter
Deprecated in favor of RCTModernEventEmitter.receiveEvent.
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
receiveEvent(int,int,String,boolean,int,WritableMap,int) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
receiveEvent(int,int,String,WritableMap) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
receiveEvent(int,int,String,boolean,int,WritableMap,int) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
receiveEvent(int,String,WritableMap) - function in com.facebook.react.uimanager.events.ReactEventEmitter
Deprecated in favor of RCTModernEventEmitter.receiveEvent.
receiveTouches(String,WritableArray,WritableArray) - function in com.facebook.react.fabric.events.FabricEventEmitter
Touches are dispatched by receiveTouches
receiveTouches(TouchEvent) - function in com.facebook.react.fabric.events.FabricEventEmitter
 
receiveTouches(String,WritableArray,WritableArray) - function in com.facebook.react.uimanager.events.FabricEventEmitter
Receive and process touches
receiveTouches(String,WritableArray,WritableArray) - function in com.facebook.react.uimanager.events.RCTEventEmitter
Receive and process touches
receiveTouches(TouchEvent) - function in com.facebook.react.uimanager.events.RCTModernEventEmitter
 
receiveTouches(String,WritableArray,WritableArray) - function in com.facebook.react.uimanager.events.RCTModernEventEmitter
Receive and process touches
receiveTouches(String,WritableArray,WritableArray) - function in com.facebook.react.uimanager.events.ReactEventEmitter
Receive and process touches
receiveTouches(TouchEvent) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
receiveTouches(String,WritableArray,WritableArray) - function in com.facebook.react.uimanager.events.ReactEventEmitter
Receive and process touches
recomputeViewAttributes(View) - function in android.view.ReactRootView
 
recomputeViewAttributes(View) - function in android.view.FpsView
 
recomputeViewAttributes(View) - function in android.view.RedBoxContentView
 
recomputeViewAttributes(View) - function in android.view.ReactModalHostView
 
recomputeViewAttributes(View) - function in android.view.ReactHorizontalScrollContainerView
 
recomputeViewAttributes(View) - function in android.view.ReactHorizontalScrollView
 
recomputeViewAttributes(View) - function in android.view.ReactScrollView
 
recomputeViewAttributes(View) - function in android.view.ReactSwipeRefreshLayout
 
recomputeViewAttributes(View) - function in android.view.ReactUnimplementedView
 
recomputeViewAttributes(View) - function in android.view.ReactViewGroup
 
ReconnectingWebSocket - class in com.facebook.react.packagerconnection
A wrapper around WebSocketClient that reconnects automatically
ReconnectingWebSocket.ConnectionCallback - class in com.facebook.react.packagerconnection.ReconnectingWebSocket
 
ReconnectingWebSocket.MessageCallback - class in com.facebook.react.packagerconnection.ReconnectingWebSocket
 
recreate() - function in android.app.ReactActivity
 
recreate() - function in android.app.DevSettingsActivity
 
recreateReactContextInBackground() - function in com.facebook.react.ReactInstanceManager
Recreate the react application and context.
recycle() - function in com.facebook.react.bridge.Dynamic
 
recycle() - function in com.facebook.react.bridge.DynamicFromArray
 
recycle() - function in com.facebook.react.bridge.DynamicFromMap
 
recycle() - function in com.facebook.react.bridge.DynamicFromObject
 
RedBoxContentView - class in com.facebook.react.devsupport
Dialog for displaying JS errors in an eye-catching form (red box).
RedBoxDialogSurfaceDelegate - class in com.facebook.react.devsupport
The implementation of SurfaceDelegate with Activity.
RedBoxHandler - class in com.facebook.react.devsupport.interfaces
Interface used by BridgeDevSupportManager to allow interception on any redboxes during development and handling the information from the redbox.
RedBoxHandler.ReportCompletedListener - class in com.facebook.react.devsupport.interfaces.RedBoxHandler
Callback interface for reportRedbox.
refresh(Uri,Bundle,CancellationSignal) - function in android.content.BlobProvider
 
refreshContentView() - function in com.facebook.react.devsupport.RedBoxContentView
Refresh the content view with latest errors from dev support manager
refreshDrawableState() - function in android.view.ReactRootView
 
refreshDrawableState() - function in android.view.FpsView
 
refreshDrawableState() - function in android.view.RedBoxContentView
 
refreshDrawableState() - function in android.view.ReactImageView
 
refreshDrawableState() - function in android.view.ReactModalHostView
 
refreshDrawableState() - function in android.view.ReactHorizontalScrollContainerView
 
refreshDrawableState() - function in android.view.ReactHorizontalScrollView
 
refreshDrawableState() - function in android.view.ReactScrollView
 
refreshDrawableState() - function in android.view.ReactSlider
 
refreshDrawableState() - function in android.view.ReactSwipeRefreshLayout
 
refreshDrawableState() - function in android.view.ReactTextView
 
refreshDrawableState() - function in android.view.ReactEditText
 
refreshDrawableState() - function in android.view.ReactUnimplementedView
 
refreshDrawableState() - function in android.view.ReactViewGroup
 
RefreshEvent - class in com.facebook.react.views.swiperefresh
 
register(RuntimeExecutor,RuntimeScheduler,FabricUIManager,EventBeatManager,ComponentFactory,ReactNativeConfig) - function in com.facebook.react.fabric.Binding
 
register(ComponentFactory) - function in com.facebook.react.fabric.CoreComponentsRegistry
 
register(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
register(int,RCTEventEmitter) - function in com.facebook.react.uimanager.events.ReactEventEmitter
 
REGISTER_JS_SEGMENT_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
REGISTER_JS_SEGMENT_STOP - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
registerActivityLifecycleCallbacks(Application.ActivityLifecycleCallbacks) - function in android.app.ReactActivity
 
registerActivityLifecycleCallbacks(Application.ActivityLifecycleCallbacks) - function in android.app.DevSettingsActivity
 
registerBundle(String) - function in com.facebook.react.devsupport.HMRClient
Registers an additional JS bundle with HMRClient.
registerComponentCallbacks(ComponentCallbacks) - function in android.content.HeadlessJsTaskService
 
registerComponentCallbacks(ComponentCallbacks) - function in android.content.ReactActivity
 
registerComponentCallbacks(ComponentCallbacks) - function in android.content.ReactApplicationContext
 
registerComponentCallbacks(ComponentCallbacks) - function in android.content.ReactContext
 
registerComponentCallbacks(ComponentCallbacks) - function in android.content.DevSettingsActivity
 
registerComponentCallbacks(ComponentCallbacks) - function in android.content.ThemedReactContext
 
registerCxxErrorHandlerFunc() - function in com.facebook.react.ReactInstanceManager
 
registerErrorCustomizer(ErrorCustomizer) - function in com.facebook.react.devsupport.BridgeDevSupportManager
 
registerErrorCustomizer(ErrorCustomizer) - function in com.facebook.react.devsupport.DevSupportManagerBase
 
registerErrorCustomizer(ErrorCustomizer) - function in com.facebook.react.devsupport.DisabledDevSupportManager
 
registerErrorCustomizer(ErrorCustomizer) - function in com.facebook.react.devsupport.interfaces.DevSupportManager
 
registerEventEmitter(int,RCTEventEmitter) - function in com.facebook.react.uimanager.events.BlackHoleEventDispatcher
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.BlackHoleEventDispatcher
 
registerEventEmitter(int,RCTEventEmitter) - function in com.facebook.react.uimanager.events.BlackHoleEventDispatcher
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.BlackHoleEventDispatcher
 
registerEventEmitter(int,RCTEventEmitter) - function in com.facebook.react.uimanager.events.EventDispatcher
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.EventDispatcher
 
registerEventEmitter(int,RCTEventEmitter) - function in com.facebook.react.uimanager.events.EventDispatcherImpl
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.EventDispatcherImpl
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.EventDispatcherImpl
 
registerEventEmitter(int,RCTEventEmitter) - function in com.facebook.react.uimanager.events.LockFreeEventDispatcherImpl
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.LockFreeEventDispatcherImpl
 
registerEventEmitter(int,RCTModernEventEmitter) - function in com.facebook.react.uimanager.events.LockFreeEventDispatcherImpl
 
registerFlingAnimator(T) - function in com.facebook.react.views.scroll.ReactScrollViewHelper
 
registerForActivityResult(ActivityResultContract,ActivityResultRegistry,ActivityResultCallback) - function in androidx.activity.ReactActivity
 
registerForActivityResult(ActivityResultContract,ActivityResultCallback) - function in androidx.fragment.app.ReactFragment
 
registerForActivityResult(ActivityResultContract,ActivityResultCallback) - function in androidx.fragment.app.AlertFragment
 
registerForContextMenu(View) - function in android.app.ReactActivity
 
registerForContextMenu(View) - function in androidx.fragment.app.ReactFragment
 
registerForContextMenu(View) - function in android.app.DevSettingsActivity
 
registerForContextMenu(View) - function in android.app.LogBoxDialog
 
registerForContextMenu(View) - function in androidx.fragment.app.AlertFragment
 
registerListener(TraceListener) - function in com.facebook.systrace.Systrace
 
registerModules(List) - function in com.facebook.react.bridge.JSIModuleRegistry
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.HeadlessJsTaskService
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.ReactActivity
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.ReactApplicationContext
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.ReactContext
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.DevSettingsActivity
 
registerReceiver(BroadcastReceiver,IntentFilter) - function in android.content.ThemedReactContext
 
registerRootView(T,int,ThemedReactContext) - function in com.facebook.react.uimanager.UIImplementation
Registers a root node with a given tag, size and ThemedReactContext and adds it to a noderegistry.
registerSegment(int,String) - function in com.facebook.react.bridge.CatalystInstance
This method registers the file path of an additional JS segment by its ID.
registerSegment(int,String) - function in com.facebook.react.bridge.CatalystInstanceImpl
This method registers the file path of an additional JS segment by its ID.
registerSegment(int,String,Callback) - function in com.facebook.react.bridge.ReactApplicationContext
Register a JS segment after loading it from cache or server, make sure mCatalystInstance isproperly initialised and not null before calling.
registerSegment(int,String,Callback) - function in com.facebook.react.bridge.ReactContext
Register a JS segment after loading it from cache or server, make sure mCatalystInstance isproperly initialised and not null before calling.
registerSegment(int,String,Callback) - function in com.facebook.react.bridge.ThemedReactContext
Register a JS segment after loading it from cache or server, make sure mCatalystInstance isproperly initialised and not null before calling.
registerSurface(SurfaceHandlerBinding) - function in com.facebook.react.fabric.Binding
 
reject(String,String) - function in com.facebook.react.bridge.Promise
Report an error without an exception using a custom code and error message.
reject(String,Throwable) - function in com.facebook.react.bridge.Promise
Report an exception with a custom code.
reject(String,String,Throwable) - function in com.facebook.react.bridge.Promise
Report an exception with a custom code and error message.
reject(Throwable) - function in com.facebook.react.bridge.Promise
Report an exception, with default error code.
reject(Throwable,WritableMap) - function in com.facebook.react.bridge.Promise
Report an exception, with default error code, with userInfo.
reject(String,WritableMap) - function in com.facebook.react.bridge.Promise
Reject with a code and userInfo WritableMap.
reject(String,Throwable,WritableMap) - function in com.facebook.react.bridge.Promise
Report an exception with a custom code and userInfo.
reject(String,String,WritableMap) - function in com.facebook.react.bridge.Promise
Report an error with a custom code, error message and userInfo, an error not caused by anexception.
reject(String,String,Throwable,WritableMap) - function in com.facebook.react.bridge.Promise
Report an exception with a custom code, error message and userInfo.
reject(String) - function in com.facebook.react.bridge.Promise
Report an error which wasn't caused by an exception.
reject(String,String) - function in com.facebook.react.bridge.PromiseImpl
Report an error without an exception using a custom code and error message.
reject(String,Throwable) - function in com.facebook.react.bridge.PromiseImpl
Report an exception with a custom code.
reject(String,String,Throwable) - function in com.facebook.react.bridge.PromiseImpl
Report an exception with a custom code and error message.
reject(Throwable) - function in com.facebook.react.bridge.PromiseImpl
Report an exception, with default error code.
reject(Throwable,WritableMap) - function in com.facebook.react.bridge.PromiseImpl
Report an exception, with default error code, with userInfo.
reject(String,WritableMap) - function in com.facebook.react.bridge.PromiseImpl
Reject with a code and userInfo WritableMap.
reject(String,Throwable,WritableMap) - function in com.facebook.react.bridge.PromiseImpl
Report an exception with a custom code and userInfo.
reject(String,String,WritableMap) - function in com.facebook.react.bridge.PromiseImpl
Report an error with a custom code, error message and userInfo, an error not caused by anexception.
reject(String,String,Throwable,WritableMap) - function in com.facebook.react.bridge.PromiseImpl
Report an exception with a custom code, error message and userInfo.
reject(String) - function in com.facebook.react.bridge.PromiseImpl
Report an error which wasn't caused by an exception.
reject(String,String,Throwable,WritableMap) - function in com.facebook.react.bridge.PromiseImpl
Report an exception with a custom code, error message and userInfo.
RELATIVE - enum entry in com.facebook.yoga.YogaPositionType
 
release(String) - function in com.facebook.fbreact.specs.NativeBlobModuleSpec
 
release(T) - function in com.facebook.react.common.ClearableSynchronizedPool
 
release(T) - function in androidx.core.util.ClearableSynchronizedPool
 
release(String) - function in com.facebook.react.modules.blob.BlobModule
 
releaseInstance() - function in android.app.ReactActivity
 
releaseInstance() - function in android.app.DevSettingsActivity
 
releasePointerCapture() - function in android.view.ReactRootView
 
releasePointerCapture() - function in android.view.FpsView
 
releasePointerCapture() - function in android.view.RedBoxContentView
 
releasePointerCapture() - function in android.view.ReactImageView
 
releasePointerCapture() - function in android.view.ReactModalHostView
 
releasePointerCapture() - function in android.view.ReactHorizontalScrollContainerView
 
releasePointerCapture() - function in android.view.ReactHorizontalScrollView
 
releasePointerCapture() - function in android.view.ReactScrollView
 
releasePointerCapture() - function in android.view.ReactSlider
 
releasePointerCapture() - function in android.view.ReactSwipeRefreshLayout
 
releasePointerCapture() - function in android.view.ReactTextView
 
releasePointerCapture() - function in android.view.ReactEditText
 
releasePointerCapture() - function in android.view.ReactUnimplementedView
 
releasePointerCapture() - function in android.view.ReactViewGroup
 
reload() - function in com.facebook.fbreact.specs.NativeDevMenuSpec
 
reload() - function in com.facebook.fbreact.specs.NativeDevSettingsSpec
 
RELOAD - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
reload() - function in com.facebook.react.modules.debug.DevSettingsModule
 
reloadJSFromServer(String) - function in com.facebook.react.devsupport.BridgeDevSupportManager
 
reloadJSFromServer(String,BundleLoadCallback) - function in com.facebook.react.devsupport.BridgeDevSupportManager
 
reloadJSFromServer(String) - function in com.facebook.react.devsupport.DevSupportManagerBase
 
reloadJSFromServer(String,BundleLoadCallback) - function in com.facebook.react.devsupport.DevSupportManagerBase
 
reloadJSFromServer(String) - function in com.facebook.react.devsupport.DisabledDevSupportManager
 
reloadJSFromServer(String,BundleLoadCallback) - function in com.facebook.react.devsupport.DisabledDevSupportManager
 
reloadJSFromServer(String) - function in com.facebook.react.devsupport.interfaces.DisabledDevSupportManager
 
reloadJSFromServer(String) - function in com.facebook.react.devsupport.interfaces.DevSupportManager
 
reloadJSFromServer(String,BundleLoadCallback) - function in com.facebook.react.devsupport.interfaces.DevSupportManager
 
reloadSettings() - function in com.facebook.react.devsupport.BridgeDevSupportManager
 
reloadSettings() - function in com.facebook.react.devsupport.DevSupportManagerBase
 
reloadSettings() - function in com.facebook.react.devsupport.DisabledDevSupportManager
 
reloadSettings() - function in com.facebook.react.devsupport.interfaces.DevSupportManager
 
reloadWithReason(String) - function in com.facebook.fbreact.specs.NativeDevSettingsSpec
 
reloadWithReason(String) - function in com.facebook.react.modules.debug.DevSettingsModule
 
remove(String) - function in com.facebook.react.modules.blob.BlobModule
 
removeActivityEventListener(ActivityEventListener) - function in com.facebook.react.bridge.ReactApplicationContext
 
removeActivityEventListener(ActivityEventListener) - function in com.facebook.react.bridge.ReactContext
 
removeActivityEventListener(ActivityEventListener) - function in com.facebook.react.bridge.ThemedReactContext
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.LayoutShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactTextShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
removeAllNativeChildren() - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
removeAllViews() - function in android.view.ReactRootView
 
removeAllViews() - function in android.view.FpsView
 
removeAllViews() - function in android.view.RedBoxContentView
 
removeAllViews(T) - function in com.facebook.react.uimanager.RootViewManager
 
removeAllViews(T) - function in com.facebook.react.uimanager.ViewGroupManager
 
removeAllViews(T) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
 
removeAllViews(T) - function in com.facebook.react.uimanager.ReactModalHostManager
 
removeAllViews() - function in android.view.ReactModalHostView
 
removeAllViews() - function in android.view.ReactHorizontalScrollContainerView
 
removeAllViews(T) - function in com.facebook.react.views.view.ReactHorizontalScrollContainerViewManager
 
removeAllViews() - function in android.view.ReactHorizontalScrollView
 
removeAllViews(T) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
 
removeAllViews() - function in android.view.ReactScrollView
 
removeAllViews(T) - function in com.facebook.react.uimanager.ReactScrollViewManager
 
removeAllViews() - function in android.view.ReactSwipeRefreshLayout
 
removeAllViews(T) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
 
removeAllViews() - function in android.view.ReactUnimplementedView
 
removeAllViews(T) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
 
removeAllViews(T) - function in com.facebook.react.views.view.ReactClippingViewManager
 
removeAllViews() - function in android.view.ReactViewGroup
 
removeAllViews(T) - function in com.facebook.react.views.view.ReactViewManager
 
removeAllViewsInLayout() - function in android.view.ReactRootView
 
removeAllViewsInLayout() - function in android.view.FpsView
 
removeAllViewsInLayout() - function in android.view.RedBoxContentView
 
removeAllViewsInLayout() - function in android.view.ReactModalHostView
 
removeAllViewsInLayout() - function in android.view.ReactHorizontalScrollContainerView
 
removeAllViewsInLayout() - function in android.view.ReactHorizontalScrollView
 
removeAllViewsInLayout() - function in android.view.ReactScrollView
 
removeAllViewsInLayout() - function in android.view.ReactSwipeRefreshLayout
 
removeAllViewsInLayout() - function in android.view.ReactUnimplementedView
 
removeAllViewsInLayout() - function in android.view.ReactViewGroup
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.LayoutShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactTextShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
removeAndDisposeAllChildren() - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
removeAnimatedEventFromView(double,String,double) - function in com.facebook.fbreact.specs.NativeAnimatedModuleSpec
 
removeAnimatedEventFromView(double,String,double) - function in com.facebook.fbreact.specs.NativeAnimatedTurboModuleSpec
 
removeAnimatedEventFromView(double,String,double) - function in com.facebook.react.animated.NativeAnimatedModule
 
removeAnimatedEventFromView(double,String,double) - function in com.facebook.fbreact.specs.NativeAnimatedModule
 
removeBatchEventDispatchedListener(BatchEventDispatchedListener) - function in com.facebook.react.uimanager.events.BlackHoleEventDispatcher
 
removeBatchEventDispatchedListener(BatchEventDispatchedListener) - function in com.facebook.react.uimanager.events.EventDispatcher
 
removeBatchEventDispatchedListener(BatchEventDispatchedListener) - function in com.facebook.react.uimanager.events.EventDispatcherImpl
 
removeBatchEventDispatchedListener(BatchEventDispatchedListener) - function in com.facebook.react.uimanager.events.LockFreeEventDispatcherImpl
 
removeBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - function in com.facebook.react.bridge.CatalystInstance
Removes a NotThreadSafeBridgeIdleDebugListener previously added with
removeBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener) - function in com.facebook.react.bridge.CatalystInstanceImpl
Removes a NotThreadSafeBridgeIdleDebugListener previously added with
removeCallbacks(Runnable) - function in android.view.ReactRootView
 
removeCallbacks(Runnable) - function in android.os.MessageQueueThreadHandler
 
removeCallbacks(Runnable) - function in android.view.FpsView
 
removeCallbacks(Runnable) - function in android.view.RedBoxContentView
 
removeCallbacks(Runnable) - function in android.view.ReactImageView
 
removeCallbacks(Runnable) - function in android.view.ReactModalHostView
 
removeCallbacks(Runnable) - function in android.view.ReactHorizontalScrollContainerView
 
removeCallbacks(Runnable) - function in android.view.ReactHorizontalScrollView
 
removeCallbacks(Runnable) - function in android.view.ReactScrollView
 
removeCallbacks(Runnable) - function in android.view.ReactSlider
 
removeCallbacks(Runnable) - function in android.view.ReactSwipeRefreshLayout
 
removeCallbacks(Runnable) - function in android.view.ReactTextView
 
removeCallbacks(Runnable) - function in android.view.ReactEditText
 
removeCallbacks(Runnable) - function in android.view.ReactUnimplementedView
 
removeCallbacks(Runnable) - function in android.view.ReactViewGroup
 
removeCallbacksAndMessages(Object) - function in android.os.MessageQueueThreadHandler
 
removeChildAt(int) - function in com.facebook.react.uimanager.LayoutShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.LayoutShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
removeChildAt(int) - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
removeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
removeChildAt(int) - function in com.facebook.yoga.YogaNode
 
removeChildAt(int) - function in com.facebook.yoga.YogaNodeJNIBase
 
removeChildAt(int) - function in com.facebook.yoga.YogaNodeJNIBase
 
removeChildAt(int) - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
removeChildAt(int) - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
removeCoalescingKey(long) - function in com.facebook.react.uimanager.events.TouchEventCoalescingKeyHelper
Stops tracking a new coalescing key corresponding to the gesture with this down time.
removeCookieJar() - function in com.facebook.react.modules.network.CookieJarContainer
 
removeCookieJar() - function in com.facebook.react.modules.network.ReactCookieJarContainer
 
removeDevToolsReactPerfLoggerListener(DevToolsReactPerfLogger.DevToolsReactPerfLoggerListener) - function in com.facebook.react.fabric.DevToolsReactPerfLogger
 
removeDialog(int) - function in android.app.ReactActivity
 
removeDialog(int) - function in android.app.DevSettingsActivity
 
removeFabricListener(ReactMarker.FabricMarkerListener) - function in com.facebook.react.bridge.ReactMarker
 
removeFrameCallback(ChoreographerCompat.FrameCallback) - function in com.facebook.react.modules.core.ChoreographerCompat
 
removeFrameCallback(ReactChoreographer.CallbackType,ChoreographerCompat.FrameCallback) - function in com.facebook.react.modules.core.ReactChoreographer
 
removeLayoutUpdateListener() - function in com.facebook.react.uimanager.UIImplementation
 
removeLifecycleEventListener(LifecycleEventListener) - function in com.facebook.react.bridge.ReactApplicationContext
 
removeLifecycleEventListener(LifecycleEventListener) - function in com.facebook.react.bridge.ReactContext
 
removeLifecycleEventListener(LifecycleEventListener) - function in com.facebook.react.uimanager.ThemedReactContext
 
removeListener(ReactMarker.MarkerListener) - function in com.facebook.react.bridge.ReactMarker
 
removeListener(ReactSoftExceptionLogger.ReactSoftExceptionListener) - function in com.facebook.react.bridge.ReactSoftExceptionLogger
 
removeListener(EventDispatcherListener) - function in com.facebook.react.uimanager.events.BlackHoleEventDispatcher
Remove a listener from this EventDispatcher.
removeListener(EventDispatcherListener) - function in com.facebook.react.uimanager.events.EventDispatcher
Remove a listener from this EventDispatcher.
removeListener(EventDispatcherListener) - function in com.facebook.react.uimanager.events.EventDispatcherImpl
Remove a listener from this EventDispatcher.
removeListener(EventDispatcherListener) - function in com.facebook.react.uimanager.events.LockFreeEventDispatcherImpl
Remove a listener from this EventDispatcher.
removeListeners(double) - function in com.facebook.fbreact.specs.NativeAnimatedModuleSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeAnimatedTurboModuleSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeAppStateSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeKeyboardObserverSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeLinkingManagerSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeModalManagerSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeDevSettingsSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeNetworkingAndroidSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeAppearanceSpec
 
removeListeners(double) - function in com.facebook.fbreact.specs.NativeWebSocketModuleSpec
 
removeListeners(double) - function in com.facebook.react.animated.NativeAnimatedModule
 
removeListeners(double) - function in com.facebook.react.modules.appearance.AppearanceModule
Stub
removeListeners(double) - function in com.facebook.react.modules.appstate.AppStateModule
 
removeListeners(double) - function in com.facebook.react.modules.debug.DevSettingsModule
 
removeListeners(double) - function in com.facebook.react.modules.network.NetworkingModule
 
removeListeners(double) - function in com.facebook.react.modules.websocket.WebSocketModule
 
removeMemoryPressureListener(MemoryPressureListener) - function in com.facebook.react.MemoryPressureRouter
Remove a listener previously added with addMemoryPressureListener.
removeMessages(int) - function in android.os.MessageQueueThreadHandler
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.LayoutShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.LayoutShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
removeNativeChildAt(int) - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
removeNode(int) - function in com.facebook.react.uimanager.ShadowNodeRegistry
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactRootView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.FpsView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RedBoxContentView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactImageView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactModalHostView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactHorizontalScrollContainerView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactHorizontalScrollView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactScrollView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactSlider
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactSwipeRefreshLayout
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactTextView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactEditText
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactUnimplementedView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.ReactViewGroup
 
removeOnContextAvailableListener(OnContextAvailableListener) - function in androidx.activity.ReactActivity
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactRootView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.FpsView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RedBoxContentView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactImageView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactModalHostView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactHorizontalScrollContainerView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactHorizontalScrollView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactScrollView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactSlider
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactSwipeRefreshLayout
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactTextView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactEditText
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactUnimplementedView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.ReactViewGroup
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactRootView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.FpsView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RedBoxContentView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactImageView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactModalHostView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactHorizontalScrollContainerView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactHorizontalScrollView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactScrollView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactSlider
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactSwipeRefreshLayout
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactTextView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactEditText
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactUnimplementedView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.ReactViewGroup
 
removeReactInstanceEventListener(ReactInstanceEventListener) - function in com.facebook.react.ReactInstanceManager
Remove a listener previously added with addReactInstanceEventListener.
removeRequestBodyHandler(NetworkingModule.RequestBodyHandler) - function in com.facebook.react.modules.network.NetworkingModule
 
removeResponseHandler(NetworkingModule.ResponseHandler) - function in com.facebook.react.modules.network.NetworkingModule
 
removeRootNode(int) - function in com.facebook.react.uimanager.ShadowNodeRegistry
 
removeRootShadowNode(int) - function in com.facebook.react.uimanager.UIImplementation
Unregisters a root node with a given tag from the shadow node registry
removeRootView(int) - function in com.facebook.react.uimanager.NativeViewHierarchyManager
 
removeRootView(int) - function in com.facebook.react.uimanager.UIImplementation
Unregisters a root node with a given tag.
removeRootView(int) - function in com.facebook.react.uimanager.UIManagerModule
Unregisters a new root view.
removeScrollListener(ReactScrollViewHelper.ScrollListener) - function in com.facebook.react.views.scroll.ReactScrollViewHelper
 
removeStickyBroadcast(Intent) - function in android.content.HeadlessJsTaskService
 
removeStickyBroadcast(Intent) - function in android.content.ReactActivity
 
removeStickyBroadcast(Intent) - function in android.content.ReactApplicationContext
 
removeStickyBroadcast(Intent) - function in android.content.ReactContext
 
removeStickyBroadcast(Intent) - function in android.content.DevSettingsActivity
 
removeStickyBroadcast(Intent) - function in android.content.ThemedReactContext
 
removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.HeadlessJsTaskService
 
removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.ReactActivity
 
removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.ReactApplicationContext
 
removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.ReactContext
 
removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.DevSettingsActivity
 
removeStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.ThemedReactContext
 
removeSubviewsFromContainerWithID(int) - function in com.facebook.react.uimanager.UIImplementation
Method which takes a container tag and then releases all subviews for that container uponreceipt.
removeSubviewsFromContainerWithID(int) - function in com.facebook.react.uimanager.UIManagerModule
Method which takes a container tag and then releases all subviews for that container uponreceipt.
removeTaskEventListener(HeadlessJsTaskEventListener) - function in com.facebook.react.jstasks.HeadlessJsTaskContext
Unregister a task lifecycle event listener.
removeTextChangedListener(TextWatcher) - function in android.widget.ReactTextView
 
removeTextChangedListener(TextWatcher) - function in com.facebook.react.views.textinput.ReactEditText
 
removeTextChangedListener(TextWatcher) - function in android.widget.ReactEditText
 
removeUIManagerEventListener(UIManagerListener) - function in com.facebook.react.bridge.UIManager
Unregister a UIManagerListener from this UIManager to stop receiving lifecyclecallbacks.
removeUIManagerEventListener(UIManagerListener) - function in com.facebook.react.fabric.FabricUIManager
Unregister a UIManagerListener from this UIManager to stop receiving lifecyclecallbacks.
removeUIManagerEventListener(UIManagerListener) - function in com.facebook.react.uimanager.UIManagerModule
Unregister a UIManagerListener from this UIManager to stop receiving lifecyclecallbacks.
removeUIManagerListener(UIManagerModuleListener) - function in com.facebook.react.uimanager.UIManagerModule
 
removeUriHandler(NetworkingModule.UriHandler) - function in com.facebook.react.modules.network.NetworkingModule
 
removeView(View) - function in android.view.ReactRootView
 
removeView(View) - function in android.view.FpsView
 
removeView(View) - function in android.view.RedBoxContentView
 
removeView(T,View) - function in com.facebook.react.uimanager.RootViewManager
 
removeView(T,View) - function in com.facebook.react.uimanager.ViewGroupManager
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactModalHostManager
 
removeView(View) - function in com.facebook.react.views.modal.ReactModalHostView
 
removeView(View) - function in android.view.ReactModalHostView
 
removeView(View) - function in com.facebook.react.views.view.ReactHorizontalScrollContainerView
 
removeView(View) - function in android.view.ReactHorizontalScrollContainerView
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
 
removeView(View) - function in android.view.ReactHorizontalScrollView
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
 
removeView(View) - function in android.view.ReactScrollView
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactScrollViewManager
 
removeView(View) - function in android.view.ReactSwipeRefreshLayout
 
removeView(T,View) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
 
removeView(View) - function in android.view.ReactUnimplementedView
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactClippingViewManager
 
removeView(View) - function in com.facebook.react.views.view.ReactViewGroup
 
removeView(View) - function in android.view.ReactViewGroup
 
removeView(T,View) - function in com.facebook.react.uimanager.ReactViewManager
 
removeViewAt(int) - function in android.view.ReactRootView
 
removeViewAt(int) - function in android.view.FpsView
 
removeViewAt(int) - function in android.view.RedBoxContentView
 
removeViewAt(int,int,int) - function in com.facebook.react.fabric.mounting.SurfaceMountingManager
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.RootViewManager
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.ViewGroupManager
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.ReactModalHostManager
 
removeViewAt(int) - function in com.facebook.react.views.modal.ReactModalHostView
 
removeViewAt(int) - function in android.view.ReactModalHostView
 
removeViewAt(int) - function in com.facebook.react.views.view.ReactHorizontalScrollContainerView
 
removeViewAt(int) - function in android.view.ReactHorizontalScrollContainerView
 
removeViewAt(T,int) - function in com.facebook.react.views.view.ReactHorizontalScrollContainerViewManager
 
removeViewAt(int) - function in android.view.ReactHorizontalScrollView
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
 
removeViewAt(int) - function in android.view.ReactScrollView
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.ReactScrollViewManager
 
removeViewAt(int) - function in android.view.ReactSwipeRefreshLayout
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
 
removeViewAt(int) - function in android.view.ReactUnimplementedView
 
removeViewAt(T,int) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
 
removeViewAt(T,int) - function in com.facebook.react.views.view.ReactClippingViewManager
 
removeViewAt(int) - function in com.facebook.react.views.view.ReactViewGroup
 
removeViewAt(int) - function in android.view.ReactViewGroup
 
removeViewAt(T,int) - function in com.facebook.react.views.view.ReactViewManager
 
removeViewInLayout(View) - function in android.view.ReactRootView
 
removeViewInLayout(View) - function in android.view.FpsView
 
removeViewInLayout(View) - function in android.view.RedBoxContentView
 
removeViewInLayout(View) - function in android.view.ReactModalHostView
 
removeViewInLayout(View) - function in android.view.ReactHorizontalScrollContainerView
 
removeViewInLayout(View) - function in android.view.ReactHorizontalScrollView
 
removeViewInLayout(View) - function in android.view.ReactScrollView
 
removeViewInLayout(View) - function in android.view.ReactSwipeRefreshLayout
 
removeViewInLayout(View) - function in android.view.ReactUnimplementedView
 
removeViewInLayout(View) - function in android.view.ReactViewGroup
 
removeViewListener(ReactFindViewUtil.OnViewFoundListener) - function in com.facebook.react.uimanager.util.ReactFindViewUtil
Removes an OnViewFoundListener previously registered with addViewListener().
removeViews(int,int) - function in android.view.ReactRootView
 
removeViews(int,int) - function in android.view.FpsView
 
removeViews(int,int) - function in android.view.RedBoxContentView
 
removeViews(int,int) - function in android.view.ReactModalHostView
 
removeViews(int,int) - function in android.view.ReactHorizontalScrollContainerView
 
removeViews(int,int) - function in android.view.ReactHorizontalScrollView
 
removeViews(int,int) - function in android.view.ReactScrollView
 
removeViews(int,int) - function in android.view.ReactSwipeRefreshLayout
 
removeViews(int,int) - function in android.view.ReactUnimplementedView
 
removeViews(int,int) - function in android.view.ReactViewGroup
 
removeViewsInLayout(int,int) - function in android.view.ReactRootView
 
removeViewsInLayout(int,int) - function in android.view.FpsView
 
removeViewsInLayout(int,int) - function in android.view.RedBoxContentView
 
removeViewsInLayout(int,int) - function in android.view.ReactModalHostView
 
removeViewsInLayout(int,int) - function in android.view.ReactHorizontalScrollContainerView
 
removeViewsInLayout(int,int) - function in android.view.ReactHorizontalScrollView
 
removeViewsInLayout(int,int) - function in android.view.ReactScrollView
 
removeViewsInLayout(int,int) - function in android.view.ReactSwipeRefreshLayout
 
removeViewsInLayout(int,int) - function in android.view.ReactUnimplementedView
 
removeViewsInLayout(int,int) - function in android.view.ReactViewGroup
 
removeViewsListener(ReactFindViewUtil.OnMultipleViewsFoundListener) - function in com.facebook.react.uimanager.util.ReactFindViewUtil
 
removeWebSocketHandler(double) - function in com.facebook.fbreact.specs.NativeBlobModuleSpec
 
removeWebSocketHandler(double) - function in com.facebook.react.modules.blob.BlobModule
 
removeWebSocketHandler(double) - function in com.facebook.fbreact.specs.BlobModule
 
removeWindowFocusChangeListener(WindowFocusChangeListener) - function in com.facebook.react.bridge.ReactApplicationContext
 
removeWindowFocusChangeListener(WindowFocusChangeListener) - function in com.facebook.react.bridge.ReactContext
 
removeWindowFocusChangeListener(WindowFocusChangeListener) - function in com.facebook.react.bridge.ThemedReactContext
 
renderTemplateToSurface(int,String) - function in com.facebook.react.fabric.Binding
 
replaceExistingNonRootView(int,int) - function in com.facebook.react.uimanager.UIImplementation
Replaces the View specified by oldTag with the View specified by newTag within oldTag's parent.
replaceExistingNonRootView(int,int) - function in com.facebook.react.uimanager.UIManagerModule
Replaces the View specified by oldTag with the View specified by newTag within oldTag's parent.
reportException(ReadableMap) - function in com.facebook.fbreact.specs.NativeExceptionsManagerSpec
 
reportException(ReadableMap) - function in com.facebook.react.modules.core.ExceptionsManagerModule
 
reportFatalException(String,ReadableArray,double) - function in com.facebook.fbreact.specs.NativeExceptionsManagerSpec
 
reportFatalException(String,ReadableArray,double) - function in com.facebook.react.modules.core.ExceptionsManagerModule
 
reportFatalException(String,ReadableArray,double) - function in com.facebook.fbreact.specs.ExceptionsManagerModule
 
reportFullyDrawn() - function in androidx.activity.ReactActivity
 
reportFullyDrawn() - function in android.app.DevSettingsActivity
 
reportRedbox(Context,String,Array,String,RedBoxHandler.ReportCompletedListener) - function in com.facebook.react.devsupport.interfaces.RedBoxHandler
Report the information from the redbox and set up a callback listener.
reportSoftException(String,ReadableArray,double) - function in com.facebook.fbreact.specs.NativeExceptionsManagerSpec
 
reportSoftException(String,ReadableArray,double) - function in com.facebook.react.modules.core.ExceptionsManagerModule
 
reportSoftException(String,ReadableArray,double) - function in com.facebook.fbreact.specs.ExceptionsManagerModule
 
requestApplyInsets() - function in android.view.ReactRootView
 
requestApplyInsets() - function in android.view.FpsView
 
requestApplyInsets() - function in android.view.RedBoxContentView
 
requestApplyInsets() - function in android.view.ReactImageView
 
requestApplyInsets() - function in android.view.ReactModalHostView
 
requestApplyInsets() - function in android.view.ReactHorizontalScrollContainerView
 
requestApplyInsets() - function in android.view.ReactHorizontalScrollView
 
requestApplyInsets() - function in android.view.ReactScrollView
 
requestApplyInsets() - function in android.view.ReactSlider
 
requestApplyInsets() - function in android.view.ReactSwipeRefreshLayout
 
requestApplyInsets() - function in android.view.ReactTextView
 
requestApplyInsets() - function in android.view.ReactEditText
 
requestApplyInsets() - function in android.view.ReactUnimplementedView
 
requestApplyInsets() - function in android.view.ReactViewGroup
 
requestChildFocus(View,View) - function in com.facebook.react.ReactRootView
 
requestChildFocus(View,View) - function in android.view.ReactRootView
 
requestChildFocus(View,View) - function in android.view.FpsView
 
requestChildFocus(View,View) - function in android.view.RedBoxContentView
 
requestChildFocus(View,View) - function in android.view.ReactModalHostView
 
requestChildFocus(View,View) - function in android.view.ReactHorizontalScrollContainerView
 
requestChildFocus(View,View) - function in com.facebook.react.views.scroll.ReactHorizontalScrollView
Since ReactHorizontalScrollView handles layout changes on JS side, it does not callsuper.onlayout due to which mIsLayoutDirty flag in HorizontalScrollView remains true andprevents scrolling to child when requestChildFocus is called.
requestChildFocus(View,View) - function in android.widget.ReactHorizontalScrollView
 
requestChildFocus(View,View) - function in com.facebook.react.views.scroll.ReactScrollView
Since ReactScrollView handles layout changes on JS side, it does not call super.onlayout due towhich mIsLayoutDirty flag in ScrollView remains true and prevents scrolling to child whenrequestChildFocus is called.
requestChildFocus(View,View) - function in android.widget.ReactScrollView
 
requestChildFocus(View,View) - function in android.view.ReactSwipeRefreshLayout
 
requestChildFocus(View,View) - function in android.view.ReactUnimplementedView
 
requestChildFocus(View,View) - function in android.view.ReactViewGroup
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ReactRootView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.FpsView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.RedBoxContentView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ReactModalHostView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ReactHorizontalScrollContainerView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.widget.ReactHorizontalScrollView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.widget.ReactScrollView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ReactSwipeRefreshLayout
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ReactUnimplementedView
 
requestChildRectangleOnScreen(View,Rect,boolean) - function in android.view.ReactViewGroup
 
requestDisallowInterceptTouchEvent(boolean) - function in com.facebook.react.ReactRootView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.ReactRootView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.FpsView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.RedBoxContentView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.ReactModalHostView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.ReactHorizontalScrollContainerView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.widget.ReactHorizontalScrollView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.widget.ReactScrollView
 
requestDisallowInterceptTouchEvent(boolean) - function in com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
SwipeRefreshLayout overrides requestDisallowInterceptTouchEvent andswallows it.
requestDisallowInterceptTouchEvent(boolean) - function in androidx.swiperefreshlayout.widget.ReactSwipeRefreshLayout
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.ReactUnimplementedView
 
requestDisallowInterceptTouchEvent(boolean) - function in android.view.ReactViewGroup
 
requestDragAndDropPermissions(DragEvent) - function in android.app.ReactActivity
 
requestDragAndDropPermissions(DragEvent) - function in android.app.DevSettingsActivity
 
requestFitSystemWindows() - function in android.view.ReactRootView
 
requestFitSystemWindows() - function in android.view.FpsView
 
requestFitSystemWindows() - function in android.view.RedBoxContentView
 
requestFitSystemWindows() - function in android.view.ReactImageView
 
requestFitSystemWindows() - function in android.view.ReactModalHostView
 
requestFitSystemWindows() - function in android.view.ReactHorizontalScrollContainerView
 
requestFitSystemWindows() - function in android.view.ReactHorizontalScrollView
 
requestFitSystemWindows() - function in android.view.ReactScrollView
 
requestFitSystemWindows() - function in android.view.ReactSlider
 
requestFitSystemWindows() - function in android.view.ReactSwipeRefreshLayout
 
requestFitSystemWindows() - function in android.view.ReactTextView
 
requestFitSystemWindows() - function in android.view.ReactEditText
 
requestFitSystemWindows() - function in android.view.ReactUnimplementedView
 
requestFitSystemWindows() - function in android.view.ReactViewGroup
 
requestFocus(int,Rect) - function in android.view.ReactRootView
 
requestFocus(int,Rect) - function in android.view.FpsView
 
requestFocus(int,Rect) - function in android.view.RedBoxContentView
 
requestFocus() - function in android.view.ReactImageView
 
requestFocus(int,Rect) - function in android.view.ReactModalHostView
 
requestFocus(int,Rect) - function in android.view.ReactHorizontalScrollContainerView
 
requestFocus(int,Rect) - function in android.view.ReactHorizontalScrollView
 
requestFocus(int,Rect) - function in android.view.ReactScrollView
 
requestFocus() - function in android.view.ReactSlider
 
requestFocus(int,Rect) - function in android.view.ReactSwipeRefreshLayout
 
requestFocus() - function in android.view.ReactTextView
 
requestFocus(int,Rect) - function in com.facebook.react.views.textinput.ReactEditText
 
requestFocus() - function in android.view.ReactEditText
 
requestFocus(int,Rect) - function in android.view.ReactUnimplementedView
 
requestFocus(int,Rect) - function in android.view.ReactViewGroup
 
requestFocusFromJS() - function in com.facebook.react.views.textinput.ReactEditText
 
requestFocusFromTouch() - function in android.view.ReactRootView
 
requestFocusFromTouch() - function in android.view.FpsView
 
requestFocusFromTouch() - function in android.view.RedBoxContentView
 
requestFocusFromTouch() - function in android.view.ReactImageView
 
requestFocusFromTouch() - function in android.view.ReactModalHostView
 
requestFocusFromTouch() - function in android.view.ReactHorizontalScrollContainerView
 
requestFocusFromTouch() - function in android.view.ReactHorizontalScrollView
 
requestFocusFromTouch() - function in android.view.ReactScrollView
 
requestFocusFromTouch() - function in android.view.ReactSlider
 
requestFocusFromTouch() - function in android.view.ReactSwipeRefreshLayout
 
requestFocusFromTouch() - function in android.view.ReactTextView
 
requestFocusFromTouch() - function in android.view.ReactEditText
 
requestFocusFromTouch() - function in android.view.ReactUnimplementedView
 
requestFocusFromTouch() - function in android.view.ReactViewGroup
 
RequestHandler - class in com.facebook.react.packagerconnection
 
requestKeyboardFocusForVirtualView(int) - function in androidx.customview.widget.ReactAccessibilityDelegate
 
requestLayout() - function in android.view.ReactRootView
 
requestLayout() - function in android.view.FpsView
 
requestLayout() - function in android.view.RedBoxContentView
 
requestLayout() - function in android.view.ReactImageView
 
requestLayout() - function in android.view.ReactModalHostView
 
requestLayout() - function in com.facebook.react.views.view.ReactHorizontalScrollContainerView
 
requestLayout() - function in android.view.ReactHorizontalScrollContainerView
 
requestLayout() - function in android.widget.ReactHorizontalScrollView
 
requestLayout() - function in android.widget.ReactScrollView
 
requestLayout() - function in android.view.ReactSlider
 
requestLayout() - function in android.view.ReactSwipeRefreshLayout
 
requestLayout() - function in android.view.ReactTextView
 
requestLayout() - function in android.view.ReactEditText
 
requestLayout() - function in android.view.ReactUnimplementedView
 
requestLayout() - function in com.facebook.react.views.view.ReactViewGroup
 
requestLayout() - function in android.view.ReactViewGroup
 
requestMultiplePermissions(ReadableArray,Promise) - function in com.facebook.fbreact.specs.NativePermissionsAndroidSpec
 
requestMultiplePermissions(ReadableArray,Promise) - function in com.facebook.react.modules.permissions.PermissionsModule
 
requestMultiplePermissions(ReadableArray,Promise) - function in com.facebook.fbreact.specs.PermissionsModule
 
RequestOnlyHandler - class in com.facebook.react.packagerconnection
 
requestPermission(String,Promise) - function in com.facebook.fbreact.specs.NativePermissionsAndroidSpec
 
requestPermission(String,Promise) - function in com.facebook.react.modules.permissions.PermissionsModule
Request the given permission.
requestPermission(String,Promise) - function in com.facebook.fbreact.specs.PermissionsModule
 
requestPermissions(Array,int,PermissionListener) - function in com.facebook.react.ReactActivity
See requestPermissions.
requestPermissions(Array,int) - function in android.app.ReactActivity
 
requestPermissions(Array,int,PermissionListener) - function in com.facebook.react.modules.core.ReactActivity
See requestPermissions.
requestPermissions(Array,int,PermissionListener) - function in com.facebook.react.ReactActivityDelegate
 
requestPermissions(Array,int,PermissionListener) - function in com.facebook.react.ReactFragment
See requestPermissions.
requestPermissions(Array,int) - function in androidx.fragment.app.ReactFragment
 
requestPermissions(Array,int,PermissionListener) - function in com.facebook.react.modules.core.ReactFragment
See requestPermissions.
requestPermissions(Array,int) - function in android.app.DevSettingsActivity
 
requestPermissions(Array,int,PermissionListener) - function in com.facebook.react.modules.core.PermissionAwareActivity
See requestPermissions.
requestPermissions(Array,int) - function in androidx.fragment.app.AlertFragment
 
requestPointerCapture() - function in android.view.ReactRootView
 
requestPointerCapture() - function in android.view.FpsView
 
requestPointerCapture() - function in android.view.RedBoxContentView
 
requestPointerCapture() - function in android.view.ReactImageView
 
requestPointerCapture() - function in android.view.ReactModalHostView
 
requestPointerCapture() - function in android.view.ReactHorizontalScrollContainerView
 
requestPointerCapture() - function in android.view.ReactHorizontalScrollView
 
requestPointerCapture() - function in android.view.ReactScrollView
 
requestPointerCapture() - function in android.view.ReactSlider
 
requestPointerCapture() - function in android.view.ReactSwipeRefreshLayout
 
requestPointerCapture() - function in android.view.ReactTextView
 
requestPointerCapture() - function in android.view.ReactEditText
 
requestPointerCapture() - function in android.view.ReactUnimplementedView
 
requestPointerCapture() - function in android.view.ReactViewGroup
 
requestRectangleOnScreen(Rect) - function in android.view.ReactRootView
 
requestRectangleOnScreen(Rect) - function in android.view.FpsView
 
requestRectangleOnScreen(Rect) - function in android.view.RedBoxContentView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactImageView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactModalHostView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactHorizontalScrollContainerView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactHorizontalScrollView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactScrollView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactSlider
 
requestRectangleOnScreen(Rect) - function in android.view.ReactSwipeRefreshLayout
 
requestRectangleOnScreen(Rect) - function in android.view.ReactTextView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactEditText
 
requestRectangleOnScreen(Rect) - function in android.view.ReactUnimplementedView
 
requestRectangleOnScreen(Rect) - function in android.view.ReactViewGroup
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactRootView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.FpsView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.RedBoxContentView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactModalHostView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactHorizontalScrollContainerView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactHorizontalScrollView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactScrollView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactSwipeRefreshLayout
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactUnimplementedView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.ReactViewGroup
 
requestShowKeyboardShortcuts() - function in android.app.ReactActivity
 
requestShowKeyboardShortcuts() - function in android.app.DevSettingsActivity
 
requestTransparentRegion(View) - function in android.view.ReactRootView
 
requestTransparentRegion(View) - function in android.view.FpsView
 
requestTransparentRegion(View) - function in android.view.RedBoxContentView
 
requestTransparentRegion(View) - function in android.view.ReactModalHostView
 
requestTransparentRegion(View) - function in android.view.ReactHorizontalScrollContainerView
 
requestTransparentRegion(View) - function in android.view.ReactHorizontalScrollView
 
requestTransparentRegion(View) - function in android.view.ReactScrollView
 
requestTransparentRegion(View) - function in android.view.ReactSwipeRefreshLayout
 
requestTransparentRegion(View) - function in android.view.ReactUnimplementedView
 
requestTransparentRegion(View) - function in android.view.ReactViewGroup
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactRootView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.FpsView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.RedBoxContentView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactImageView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactModalHostView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactHorizontalScrollContainerView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactHorizontalScrollView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactScrollView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactSlider
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactSwipeRefreshLayout
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactTextView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactEditText
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactUnimplementedView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.ReactViewGroup
 
requestVisibleBehind(boolean) - function in android.app.ReactActivity
 
requestVisibleBehind(boolean) - function in android.app.DevSettingsActivity
 
requestWindowFeature(int) - function in android.app.ReactActivity
 
requestWindowFeature(int) - function in android.app.DevSettingsActivity
 
requestWindowFeature(int) - function in android.app.LogBoxDialog
 
requireActivity() - function in androidx.fragment.app.ReactFragment
 
requireActivity() - function in androidx.fragment.app.AlertFragment
 
requireArguments() - function in androidx.fragment.app.ReactFragment
 
requireArguments() - function in androidx.fragment.app.AlertFragment
 
requireContext() - function in androidx.fragment.app.ReactFragment
 
requireContext() - function in android.content.BlobProvider
 
requireContext() - function in androidx.fragment.app.AlertFragment
 
requireDialog() - function in androidx.fragment.app.AlertFragment
 
requireFragmentManager() - function in androidx.fragment.app.ReactFragment
 
requireFragmentManager() - function in androidx.fragment.app.AlertFragment
 
requireHost() - function in androidx.fragment.app.ReactFragment
 
requireHost() - function in androidx.fragment.app.AlertFragment
 
requireParentFragment() - function in androidx.fragment.app.ReactFragment
 
requireParentFragment() - function in androidx.fragment.app.AlertFragment
 
requiresExtraMap(String) - function in com.facebook.react.modules.fresco.SystraceRequestListener
 
requiresExtraMap(String) - function in com.facebook.imagepipeline.listener.SystraceRequestListener
 
requireView() - function in androidx.fragment.app.ReactFragment
 
requireView() - function in androidx.fragment.app.AlertFragment
 
requireViewById(int) - function in android.app.ReactActivity
 
requireViewById(int) - function in android.view.ReactRootView
 
requireViewById(int) - function in android.app.DevSettingsActivity
 
requireViewById(int) - function in android.view.FpsView
 
requireViewById(int) - function in android.app.LogBoxDialog
 
requireViewById(int) - function in android.view.RedBoxContentView
 
requireViewById(int) - function in android.view.ReactImageView
 
requireViewById(int) - function in android.view.ReactModalHostView
 
requireViewById(int) - function in android.view.ReactHorizontalScrollContainerView
 
requireViewById(int) - function in android.view.ReactHorizontalScrollView
 
requireViewById(int) - function in android.view.ReactScrollView
 
requireViewById(int) - function in android.view.ReactSlider
 
requireViewById(int) - function in android.view.ReactSwipeRefreshLayout
 
requireViewById(int) - function in android.view.ReactTextView
 
requireViewById(int) - function in android.view.ReactEditText
 
requireViewById(int) - function in android.view.ReactUnimplementedView
 
requireViewById(int) - function in android.view.ReactViewGroup
 
reset() - function in com.facebook.react.modules.debug.FpsDebugFrameCallback
 
reset() - function in com.facebook.react.uimanager.MatrixMathHelper.MatrixDecompositionContext
 
reset() - function in com.facebook.react.uimanager.Spacing
Resets the spacing instance to its default state.
reset() - function in com.facebook.react.uimanager.layoutanimation.LayoutAnimationController
 
reset() - function in com.facebook.yoga.YogaNode
 
reset() - function in com.facebook.yoga.YogaNodeJNIBase
 
reset() - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
resetConfig(ReadableMap) - function in com.facebook.react.animated.DecayAnimation
This method will get called when some of the configuration gets updated while the animation isrunning.
resetDelegate(View,boolean,int) - function in com.facebook.react.uimanager.ReactAccessibilityDelegate
 
resetIdentityMatrix(Array) - function in com.facebook.react.uimanager.MatrixMathHelper
 
resetPerfStats() - function in com.facebook.react.bridge.ReactApplicationContext
 
resetPerfStats() - function in com.facebook.react.bridge.ReactContext
 
resetPerfStats() - function in com.facebook.react.bridge.queue.MessageQueueThread
Resets the perf counters.
resetPerfStats() - function in com.facebook.react.bridge.queue.MessageQueueThreadImpl
Resets the perf counters.
resetPerfStats() - function in com.facebook.react.bridge.ThemedReactContext
 
resetPivot() - function in android.view.ReactRootView
 
resetPivot() - function in android.view.FpsView
 
resetPivot() - function in android.view.RedBoxContentView
 
resetPivot() - function in android.view.ReactImageView
 
resetPivot() - function in android.view.ReactModalHostView
 
resetPivot() - function in android.view.ReactHorizontalScrollContainerView
 
resetPivot() - function in android.view.ReactHorizontalScrollView
 
resetPivot() - function in android.view.ReactScrollView
 
resetPivot() - function in android.view.ReactSlider
 
resetPivot() - function in android.view.ReactSwipeRefreshLayout
 
resetPivot() - function in android.view.ReactTextView
 
resetPivot() - function in android.view.ReactEditText
 
resetPivot() - function in android.view.ReactUnimplementedView
 
resetPivot() - function in android.view.ReactViewGroup
 
resetReporting() - function in com.facebook.react.devsupport.RedBoxContentView
Show the report button, hide the report textview and the loading indicator.
RESIZE - enum entry in com.facebook.react.views.image.ImageResizeMethod
 
resolve(Object) - function in com.facebook.react.bridge.Promise
Successfully resolve the Promise with an optional value.
resolve(Object) - function in com.facebook.react.bridge.PromiseImpl
Successfully resolve the Promise with an optional value.
resolve(Object) - function in com.facebook.react.bridge.PromiseImpl
Successfully resolve the Promise with an optional value.
resolve(Uri) - function in com.facebook.react.modules.blob.BlobModule
 
resolve(String,int,int) - function in com.facebook.react.modules.blob.BlobModule
 
resolve(ReadableMap) - function in com.facebook.react.modules.blob.BlobModule
 
resolveCustomDirectEventName(String) - function in com.facebook.react.bridge.UIManager
Resolves Direct Event name exposed to JS from the one known to the Native side.
resolveCustomDirectEventName(String) - function in com.facebook.react.fabric.FabricUIManager
Resolves Direct Event name exposed to JS from the one known to the Native side.
resolveCustomDirectEventName(String) - function in com.facebook.react.uimanager.UIManagerModule
Resolves Direct Event name exposed to JS from the one known to the Native side.
resolveCustomEventName(String) - function in com.facebook.react.uimanager.UIManagerModule.CustomEventNamesResolver
Returns custom event name by the provided event name.
resolveOpacity(int,int) - function in android.graphics.drawable.ReactImageDownloadListener
 
resolveOpacity(int,int) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
resolveRootTagFromReactTag(int) - function in com.facebook.react.uimanager.UIImplementation
 
resolveRootTagFromReactTag(int) - function in com.facebook.react.uimanager.UIManagerModule
Given a reactTag from a component, find its root node tag, if possible.
resolveShadowNode(int) - function in com.facebook.react.uimanager.UIImplementation
 
resolveSize(int,int) - function in android.view.ReactRootView
 
resolveSize(int,int) - function in android.view.FpsView
 
resolveSize(int,int) - function in android.view.RedBoxContentView
 
resolveSize(int,int) - function in android.view.ReactImageView
 
resolveSize(int,int) - function in android.view.ReactModalHostView
 
resolveSize(int,int) - function in android.view.ReactHorizontalScrollContainerView
 
resolveSize(int,int) - function in android.view.ReactHorizontalScrollView
 
resolveSize(int,int) - function in android.view.ReactScrollView
 
resolveSize(int,int) - function in android.view.ReactSlider
 
resolveSize(int,int) - function in android.view.ReactSwipeRefreshLayout
 
resolveSize(int,int) - function in android.view.ReactTextView
 
resolveSize(int,int) - function in android.view.ReactEditText
 
resolveSize(int,int) - function in android.view.ReactUnimplementedView
 
resolveSize(int,int) - function in android.view.ReactViewGroup
 
resolveSizeAndState(int,int,int) - function in android.view.ReactRootView
 
resolveSizeAndState(int,int,int) - function in android.view.FpsView
 
resolveSizeAndState(int,int,int) - function in android.view.RedBoxContentView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactImageView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactModalHostView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactHorizontalScrollContainerView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactHorizontalScrollView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactScrollView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactSlider
 
resolveSizeAndState(int,int,int) - function in android.view.ReactSwipeRefreshLayout
 
resolveSizeAndState(int,int,int) - function in android.view.ReactTextView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactEditText
 
resolveSizeAndState(int,int,int) - function in android.view.ReactUnimplementedView
 
resolveSizeAndState(int,int,int) - function in android.view.ReactViewGroup
 
resolveView(int) - function in com.facebook.react.bridge.UIManager
Resolves a view based on its reactTag.
resolveView(int) - function in com.facebook.react.fabric.FabricUIManager
Resolves a view based on its reactTag.
resolveView(int) - function in com.facebook.react.uimanager.NativeViewHierarchyManager
 
resolveView(int) - function in com.facebook.react.uimanager.UIManagerModule
Resolves a view based on its reactTag.
resolveView(int) - function in com.facebook.react.bridge.UIManagerModule
Resolves a view based on its reactTag.
resolveViewManager(int) - function in com.facebook.react.uimanager.NativeViewHierarchyManager
 
ResourceDrawableIdHelper - class in com.facebook.react.views.imagehelper
Helper class for obtaining information about local images.
respond(Object) - function in com.facebook.react.packagerconnection.Responder
 
Responder - class in com.facebook.react.packagerconnection
 
ResponseUtil - class in com.facebook.react.modules.network
Util methods to send network responses to JS.
restoreCallingIdentity(ContentProvider.CallingIdentity) - function in android.content.BlobProvider
 
restoreDefaultFocus() - function in android.view.ReactRootView
 
restoreDefaultFocus() - function in android.view.FpsView
 
restoreDefaultFocus() - function in android.view.RedBoxContentView
 
restoreDefaultFocus() - function in android.view.ReactImageView
 
restoreDefaultFocus() - function in android.view.ReactModalHostView
 
restoreDefaultFocus() - function in android.view.ReactHorizontalScrollContainerView
 
restoreDefaultFocus() - function in android.view.ReactHorizontalScrollView
 
restoreDefaultFocus() - function in android.view.ReactScrollView
 
restoreDefaultFocus() - function in android.view.ReactSlider
 
restoreDefaultFocus() - function in android.view.ReactSwipeRefreshLayout
 
restoreDefaultFocus() - function in android.view.ReactTextView
 
restoreDefaultFocus() - function in android.view.ReactEditText
 
restoreDefaultFocus() - function in android.view.ReactUnimplementedView
 
restoreDefaultFocus() - function in android.view.ReactViewGroup
 
restoreDefaultValues(double) - function in com.facebook.fbreact.specs.NativeAnimatedModuleSpec
 
restoreDefaultValues(double) - function in com.facebook.fbreact.specs.NativeAnimatedTurboModuleSpec
 
restoreDefaultValues(double) - function in com.facebook.react.animated.NativeAnimatedModule
 
restoreDefaultValues(double) - function in com.facebook.fbreact.specs.NativeAnimatedModule
 
restoreHierarchyState(SparseArray) - function in android.view.ReactRootView
 
restoreHierarchyState(SparseArray) - function in android.view.FpsView
 
restoreHierarchyState(SparseArray) - function in android.view.RedBoxContentView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactImageView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactModalHostView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactHorizontalScrollContainerView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactHorizontalScrollView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactScrollView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactSlider
 
restoreHierarchyState(SparseArray) - function in android.view.ReactSwipeRefreshLayout
 
restoreHierarchyState(SparseArray) - function in android.view.ReactTextView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactEditText
 
restoreHierarchyState(SparseArray) - function in android.view.ReactUnimplementedView
 
restoreHierarchyState(SparseArray) - function in android.view.ReactViewGroup
 
RESUMED - enum entry in com.facebook.react.common.LifecycleState
 
RetryableMountingLayerException - class in com.facebook.react.bridge
ViewCommands can throw this Exception.
retryTask(int) - function in com.facebook.react.jstasks.HeadlessJsTaskContext
Retry a running JS task with a delay.
revokeUriPermission(Uri,int) - function in android.content.HeadlessJsTaskService
 
revokeUriPermission(Uri,int) - function in android.content.ReactActivity
 
revokeUriPermission(Uri,int) - function in android.content.ReactApplicationContext
 
revokeUriPermission(Uri,int) - function in android.content.ReactContext
 
revokeUriPermission(Uri,int) - function in android.content.DevSettingsActivity
 
revokeUriPermission(Uri,int) - function in android.content.ThemedReactContext
 
RIGHT - enum entry in com.facebook.yoga.YogaEdge
 
RNLog - class in com.facebook.react.util
Logging wrapper for FLog with LogBox support.
ROOT_VIEW_ATTACH_TO_REACT_INSTANCE_MANAGER_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
ROOT_VIEW_ATTACH_TO_REACT_INSTANCE_MANAGER_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
ROOT_VIEW_ON_MEASURE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
ROOT_VIEW_ON_MEASURE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
ROOT_VIEW_UPDATE_LAYOUT_SPECS_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
ROOT_VIEW_UPDATE_LAYOUT_SPECS_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
RootView - class 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.
RootViewUtil - class in com.facebook.react.uimanager
 
roundTo3Places(double) - function in com.facebook.react.uimanager.MatrixMathHelper
 
ROW - enum entry in com.facebook.yoga.YogaFlexDirection
 
ROW_REVERSE - enum entry in com.facebook.yoga.YogaFlexDirection
 
RTL - enum entry in com.facebook.yoga.YogaDirection
 
run() - function in com.facebook.react.bridge.GuardedRunnable
 
run() - function in java.lang.GuardedRunnable
 
run() - function in com.facebook.react.bridge.queue.NativeRunnable
 
run() - function in java.lang.NativeRunnable
 
run(String,PackagerStatusCallback) - function in com.facebook.react.devsupport.PackagerStatusCheck
 
run(Runnable) - function in com.facebook.react.devsupport.interfaces.DevSupportManager.PackagerLocationCustomizer
 
run() - function in com.facebook.react.packagerconnection.FileIoHandler
 
run() - function in java.lang.FileIoHandler
 
RUN_JS_BUNDLE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
RUN_JS_BUNDLE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
runAnimationStep(long) - function in com.facebook.react.animated.DecayAnimation
This method gets called in the main animation loop with a frame time passed down from theandroid choreographer callback.
runApplication() - function in com.facebook.react.ReactRootView
Calls into JS to start the React application.
runApplication(String,WritableMap) - function in com.facebook.react.modules.appregistry.AppRegistry
 
runApplication() - function in com.facebook.react.uimanager.ReactRoot
Calls into JS to start the React application.
runGuarded() - function in com.facebook.react.bridge.GuardedRunnable
 
runJSBundle() - function in com.facebook.react.bridge.CatalystInstance
 
runJSBundle() - function in com.facebook.react.bridge.CatalystInstanceImpl
 
runOnJSQueueThread(Runnable) - function in com.facebook.react.bridge.ReactApplicationContext
 
runOnJSQueueThread(Runnable) - function in com.facebook.react.bridge.ReactContext
 
runOnJSQueueThread(Runnable) - function in com.facebook.react.bridge.ThemedReactContext
 
runOnNativeModulesQueueThread(Runnable) - function in com.facebook.react.bridge.ReactApplicationContext
 
runOnNativeModulesQueueThread(Runnable) - function in com.facebook.react.bridge.ReactContext
 
runOnNativeModulesQueueThread(Runnable) - function in com.facebook.react.bridge.ThemedReactContext
 
runOnQueue(Runnable) - function in com.facebook.react.bridge.queue.MessageQueueThread
Runs the given Runnable on this Thread.
runOnQueue(Runnable) - function in com.facebook.react.bridge.queue.MessageQueueThreadImpl
Runs the given Runnable on this Thread.
runOnUiQueueThread(Runnable) - function in com.facebook.react.bridge.ReactApplicationContext
 
runOnUiQueueThread(Runnable) - function in com.facebook.react.bridge.ReactContext
 
runOnUiQueueThread(Runnable) - function in com.facebook.react.bridge.ThemedReactContext
 
runOnUiThread(Runnable) - function in android.app.ReactActivity
 
runOnUiThread(Runnable) - function in com.facebook.react.bridge.UiThreadUtil
Runs the given {@code Runnable} on the UI thread.
runOnUiThread(Runnable,long) - function in com.facebook.react.bridge.UiThreadUtil
Runs the given {@code Runnable} on the UI thread with the specified delay.
runOnUiThread(Runnable) - function in android.app.DevSettingsActivity
 
RuntimeConfig - class in com.facebook.hermes.reactexecutor
Holds runtime configuration for a Hermes VM instance (master or snapshot).
RuntimeExecutor - class in com.facebook.react.bridge
A Java holder for a C++ RuntimeExecutor.
RuntimeScheduler - class in com.facebook.react.bridge
A Java holder for a C++ RuntimeScheduler.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y