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

C

CACHED_LAYOUT - enum entry in com.facebook.yoga.YogaLayoutType
 
CACHED_MEASURE - enum entry in com.facebook.yoga.YogaLayoutType
 
calculateClippingRect(View,Rect) - function in com.facebook.react.uimanager.ReactClippingViewGroupHelper
Can be used by view that support {@code removeClippedSubviews} property to calculate area thatgiven {@param view} should be clipped to based on the clipping rectangle of it's parent in casewhen parent is also set to clip it's children.
calculateLayout() - function in com.facebook.react.uimanager.LayoutShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.LayoutShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
calculateLayout() - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactTextShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactTextShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
calculateLayout() - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
calculateLayout(float,float) - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
calculateLayout(float,float) - function in com.facebook.yoga.YogaNode
 
calculateLayout(float,float) - function in com.facebook.yoga.YogaNodeJNIBase
 
calculateLayout(float,float) - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.LayoutShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactShadowNodeImpl
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ProgressBarShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactBaseTextShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactRawTextShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactTextInlineImageShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.views.text.ReactTextShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactVirtualTextShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageShadowNode
 
calculateLayoutOnChildren() - function in com.facebook.react.uimanager.ReactTextInputShadowNode
 
calculateVelocity(MotionEvent) - function in com.facebook.react.views.scroll.VelocityHelper
Call from a ScrollView in onTouchEvent.
call(String,String,String,Bundle) - function in android.content.BlobProvider
 
Callback - class in com.facebook.react.bridge
Interface that represent javascript callback function which can be passed to the native module as a method parameter.
CallbackImpl - class in com.facebook.react.bridge
Implementation of javascript callback function that use Bridge to schedule method execution
callFunction(String,String,NativeArray) - function in com.facebook.react.bridge.CatalystInstance
 
callFunction(String,String,NativeArray) - function in com.facebook.react.bridge.CatalystInstanceImpl
 
callFunction(CatalystInstanceImpl.PendingJSCall) - function in com.facebook.react.bridge.CatalystInstanceImpl
 
callFunction(String,String,NativeArray) - function in com.facebook.react.bridge.CatalystInstanceImpl
 
callIdleCallbacks(double) - function in com.facebook.react.modules.core.JSTimers
 
callIdleCallbacks(double) - function in com.facebook.react.modules.core.JavaScriptTimerExecutor
Invoke the JS callback registered with `requestIdleCallback`.
callIdleCallbacks(double) - function in com.facebook.react.modules.core.TimingModule.BridgeTimerExecutor
Invoke the JS callback registered with `requestIdleCallback`.
CallInvokerHolder - class in com.facebook.react.turbomodule.core.interfaces
JS CallInvoker is created by CatalystInstance.cpp, but used by TurboModuleManager.cpp.
CallInvokerHolderImpl - class in com.facebook.react.turbomodule.core
JSCallInvoker is created at a different time/place (i.e: in CatalystInstance) than TurboModuleManager.
callOnClick() - function in android.view.ReactRootView
 
callOnClick() - function in android.view.FpsView
 
callOnClick() - function in android.view.RedBoxContentView
 
callOnClick() - function in android.view.ReactImageView
 
callOnClick() - function in android.view.ReactModalHostView
 
callOnClick() - function in android.view.ReactHorizontalScrollContainerView
 
callOnClick() - function in android.view.ReactHorizontalScrollView
 
callOnClick() - function in android.view.ReactScrollView
 
callOnClick() - function in android.view.ReactSlider
 
callOnClick() - function in android.view.ReactSwipeRefreshLayout
 
callOnClick() - function in android.view.ReactTextView
 
callOnClick() - function in android.view.ReactEditText
 
callOnClick() - function in android.view.ReactUnimplementedView
 
callOnClick() - function in android.view.ReactViewGroup
 
callOnQueue(Callable) - function in com.facebook.react.bridge.queue.MessageQueueThread
Runs the given Callable on this Thread.
callOnQueue(Callable) - function in com.facebook.react.bridge.queue.MessageQueueThreadImpl
Runs the given Callable on this Thread.
callTimers(WritableArray) - function in com.facebook.react.modules.core.JSTimers
 
callTimers(WritableArray) - function in com.facebook.react.modules.core.JavaScriptTimerExecutor
Calls the JS callback(s) associated with the timer ID(s).
callTimers(WritableArray) - function in com.facebook.react.modules.core.TimingModule.BridgeTimerExecutor
Calls the JS callback(s) associated with the timer ID(s).
canApplyTheme() - function in android.graphics.drawable.ReactImageDownloadListener
 
canApplyTheme() - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
canBeTouchTarget(PointerEvents) - function in com.facebook.react.uimanager.PointerEvents
 
cancel() - function in com.facebook.fbreact.specs.NativeVibrationSpec
 
cancel(boolean) - function in android.os.GuardedAsyncTask
 
cancel(boolean) - function in android.os.GuardedResultAsyncTask
 
cancel(boolean) - function in com.facebook.react.common.futures.SimpleSettableFuture
 
cancel(boolean) - function in java.util.concurrent.SimpleSettableFuture
 
cancel() - function in android.app.LogBoxDialog
 
cancel() - function in com.facebook.react.modules.vibration.VibrationModule
 
CANCEL - enum entry in com.facebook.react.uimanager.events.TouchEventType
 
cancelDragAndDrop() - function in android.view.ReactRootView
 
cancelDragAndDrop() - function in android.view.FpsView
 
cancelDragAndDrop() - function in android.view.RedBoxContentView
 
cancelDragAndDrop() - function in android.view.ReactImageView
 
cancelDragAndDrop() - function in android.view.ReactModalHostView
 
cancelDragAndDrop() - function in android.view.ReactHorizontalScrollContainerView
 
cancelDragAndDrop() - function in android.view.ReactHorizontalScrollView
 
cancelDragAndDrop() - function in android.view.ReactScrollView
 
cancelDragAndDrop() - function in android.view.ReactSlider
 
cancelDragAndDrop() - function in android.view.ReactSwipeRefreshLayout
 
cancelDragAndDrop() - function in android.view.ReactTextView
 
cancelDragAndDrop() - function in android.view.ReactEditText
 
cancelDragAndDrop() - function in android.view.ReactUnimplementedView
 
cancelDragAndDrop() - function in android.view.ReactViewGroup
 
cancelLongPress() - function in android.view.ReactRootView
 
cancelLongPress() - function in android.view.FpsView
 
cancelLongPress() - function in android.view.RedBoxContentView
 
cancelLongPress() - function in android.view.ReactImageView
 
cancelLongPress() - function in android.view.ReactModalHostView
 
cancelLongPress() - function in android.view.ReactHorizontalScrollContainerView
 
cancelLongPress() - function in android.view.ReactHorizontalScrollView
 
cancelLongPress() - function in android.view.ReactScrollView
 
cancelLongPress() - function in android.view.ReactSlider
 
cancelLongPress() - function in android.view.ReactSwipeRefreshLayout
 
cancelLongPress() - function in android.widget.ReactTextView
 
cancelLongPress() - function in android.widget.ReactEditText
 
cancelLongPress() - function in android.view.ReactUnimplementedView
 
cancelLongPress() - function in android.view.ReactViewGroup
 
cancelPendingInputEvents() - function in android.view.ReactRootView
 
cancelPendingInputEvents() - function in android.view.FpsView
 
cancelPendingInputEvents() - function in android.view.RedBoxContentView
 
cancelPendingInputEvents() - function in android.view.ReactImageView
 
cancelPendingInputEvents() - function in android.view.ReactModalHostView
 
cancelPendingInputEvents() - function in android.view.ReactHorizontalScrollContainerView
 
cancelPendingInputEvents() - function in android.view.ReactHorizontalScrollView
 
cancelPendingInputEvents() - function in android.view.ReactScrollView
 
cancelPendingInputEvents() - function in android.view.ReactSlider
 
cancelPendingInputEvents() - function in android.view.ReactSwipeRefreshLayout
 
cancelPendingInputEvents() - function in android.view.ReactTextView
 
cancelPendingInputEvents() - function in android.view.ReactEditText
 
cancelPendingInputEvents() - function in android.view.ReactUnimplementedView
 
cancelPendingInputEvents() - function in android.view.ReactViewGroup
 
cancelTag(OkHttpClient,Object) - function in com.facebook.react.common.network.OkHttpCallUtil
 
canChildrenBeTouchTarget(PointerEvents) - function in com.facebook.react.uimanager.PointerEvents
 
canChildScrollUp() - function in androidx.swiperefreshlayout.widget.ReactSwipeRefreshLayout
 
canCoalesce() - function in com.facebook.react.uimanager.events.OnLayoutEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.ContentSizeChangeEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.Event
 
canCoalesce() - function in com.facebook.react.uimanager.events.PointerEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.TouchEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.DrawerClosedEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.DrawerOpenedEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.DrawerSlideEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.DrawerStateChangedEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.ImageLoadEvent
 
canCoalesce() - function in com.facebook.react.views.scroll.ScrollEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.ReactSliderEvent
 
canCoalesce() - function in com.facebook.react.views.slider.ReactSlidingCompleteEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.RefreshEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.ReactContentSizeChangedEvent
 
canCoalesce() - function in com.facebook.react.uimanager.events.ReactTextChangedEvent
 
canCoalesce() - function in com.facebook.react.views.textinput.ReactTextInputEvent
 
canCoalesce() - function in com.facebook.react.views.textinput.ReactTextInputKeyPressEvent
 
canCoalesce() - function in com.facebook.react.views.view.ViewGroupClickEvent
 
canLoadFile(String) - function in com.facebook.hermes.reactexecutor.HermesExecutor
Return whether this class can load a file at the given path, based on a binary compatibilitycheck between the contents of the file and the Hermes VM.
canonicalize(Uri) - function in android.content.BlobProvider
 
canOpenURL(String,Promise) - function in com.facebook.fbreact.specs.NativeIntentAndroidSpec
 
canOpenURL(String,Promise) - function in com.facebook.fbreact.specs.NativeLinkingManagerSpec
 
canOpenURL(String,Promise) - function in com.facebook.react.modules.intent.IntentModule
Determine whether or not an installed app can handle a given URL.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeActionSheetManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAlertManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAnimatedModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAnimatedTurboModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAppStateSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeBlobModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeFileReaderModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeBugReportingSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAccessibilityInfoSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAccessibilityManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeClipboardSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDatePickerAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeKeyboardObserverSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeSoundManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeStatusBarManagerAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeToastAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeExceptionsManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeSegmentFetcherSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeTimingSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeJSCHeapCaptureSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeImageEditorSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeImageLoaderAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeImageStoreAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeFrameRateLoggerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeIntentAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeLinkingManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeModalManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAnimationsDebugModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDeviceEventManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDevMenuSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDevSettingsSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDialogManagerAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeLogBoxSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeRedBoxSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeSourceCodeSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeNetworkingAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeJSCSamplingProfilerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativePermissionsAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeHeadlessJsTaskSupportSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeI18nManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeSettingsManagerSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeShareModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAsyncLocalStorageSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAsyncSQLiteDBStorageSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAppearanceSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDeviceInfoSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDevLoadingViewSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDevSplitBundleLoaderSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeJSDevSupportSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativePlatformConstantsAndroidSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeVibrationSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeWebSocketModuleSpec
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeAnimatedModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.BaseJavaModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ContextBaseJavaModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.CxxModuleWrapper
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.CxxModuleWrapperBase
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactContextBaseJavaModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.JSCHeapCapture
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.JSDevSupport
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.LogBoxModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.module.annotations.ReactModule
True if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.module.model.ReactModuleInfo
 
canOverrideExistingModule() - function in com.facebook.react.bridge.AccessibilityInfoModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.AppearanceModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.AppStateModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.BlobModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.FileReaderModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NativeDevSplitBundleLoaderModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ImageStoreManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ClipboardModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.DeviceEventManagerModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ExceptionsManagerModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.HeadlessJsTaskSupportModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.TimingModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.AnimationsDebugModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.DevSettingsModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.SourceCodeModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.DeviceInfoModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.DialogModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.FrescoModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.I18nManagerModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ImageLoaderModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.IntentModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.NetworkingModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.PermissionsModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ShareModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.SoundManagerModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.StatusBarModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.AsyncStorageModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.AndroidInfoModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ToastModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.VibrationModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.WebSocketModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.BaseViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.RootViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.SimpleViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.UIManagerModule
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ViewGroupManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactDrawerLayoutManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactImageManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactModalHostManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactProgressBarViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactHorizontalScrollContainerViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactHorizontalScrollViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactScrollViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactSliderManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.SwipeRefreshLayoutManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactSwitchManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactRawTextManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactTextAnchorViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactTextViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactVirtualTextViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.FrescoBasedReactTextInlineImageViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactTextInputManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactUnimplementedViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactClippingViewManager
Return true if you intend to override some other native module that was registered e.g.
canOverrideExistingModule() - function in com.facebook.react.bridge.ReactViewManager
Return true if you intend to override some other native module that was registered e.g.
canResolveLayoutDirection() - function in android.view.ReactRootView
 
canResolveLayoutDirection() - function in android.view.FpsView
 
canResolveLayoutDirection() - function in android.view.RedBoxContentView
 
canResolveLayoutDirection() - function in android.view.ReactImageView
 
canResolveLayoutDirection() - function in android.view.ReactModalHostView
 
canResolveLayoutDirection() - function in android.view.ReactHorizontalScrollContainerView
 
canResolveLayoutDirection() - function in android.view.ReactHorizontalScrollView
 
canResolveLayoutDirection() - function in android.view.ReactScrollView
 
canResolveLayoutDirection() - function in android.view.ReactSlider
 
canResolveLayoutDirection() - function in android.view.ReactSwipeRefreshLayout
 
canResolveLayoutDirection() - function in android.view.ReactTextView
 
canResolveLayoutDirection() - function in android.view.ReactEditText
 
canResolveLayoutDirection() - function in android.view.ReactUnimplementedView
 
canResolveLayoutDirection() - function in android.view.ReactViewGroup
 
canResolveTextAlignment() - function in android.view.ReactRootView
 
canResolveTextAlignment() - function in android.view.FpsView
 
canResolveTextAlignment() - function in android.view.RedBoxContentView
 
canResolveTextAlignment() - function in android.view.ReactImageView
 
canResolveTextAlignment() - function in android.view.ReactModalHostView
 
canResolveTextAlignment() - function in android.view.ReactHorizontalScrollContainerView
 
canResolveTextAlignment() - function in android.view.ReactHorizontalScrollView
 
canResolveTextAlignment() - function in android.view.ReactScrollView
 
canResolveTextAlignment() - function in android.view.ReactSlider
 
canResolveTextAlignment() - function in android.view.ReactSwipeRefreshLayout
 
canResolveTextAlignment() - function in android.view.ReactTextView
 
canResolveTextAlignment() - function in android.view.ReactEditText
 
canResolveTextAlignment() - function in android.view.ReactUnimplementedView
 
canResolveTextAlignment() - function in android.view.ReactViewGroup
 
canResolveTextDirection() - function in android.view.ReactRootView
 
canResolveTextDirection() - function in android.view.FpsView
 
canResolveTextDirection() - function in android.view.RedBoxContentView
 
canResolveTextDirection() - function in android.view.ReactImageView
 
canResolveTextDirection() - function in android.view.ReactModalHostView
 
canResolveTextDirection() - function in android.view.ReactHorizontalScrollContainerView
 
canResolveTextDirection() - function in android.view.ReactHorizontalScrollView
 
canResolveTextDirection() - function in android.view.ReactScrollView
 
canResolveTextDirection() - function in android.view.ReactSlider
 
canResolveTextDirection() - function in android.view.ReactSwipeRefreshLayout
 
canResolveTextDirection() - function in android.view.ReactTextView
 
canResolveTextDirection() - function in android.view.ReactEditText
 
canResolveTextDirection() - function in android.view.ReactUnimplementedView
 
canResolveTextDirection() - function in android.view.ReactViewGroup
 
canRetry() - function in com.facebook.react.jstasks.HeadlessJsTaskRetryPolicy
 
canRetry() - function in com.facebook.react.jstasks.LinearCountingRetryPolicy
 
canRetry() - function in com.facebook.react.jstasks.NoRetryPolicy
 
canScrollHorizontally(int) - function in android.view.ReactRootView
 
canScrollHorizontally(int) - function in android.view.FpsView
 
canScrollHorizontally(int) - function in android.view.RedBoxContentView
 
canScrollHorizontally(int) - function in android.view.ReactImageView
 
canScrollHorizontally(int) - function in android.view.ReactModalHostView
 
canScrollHorizontally(int) - function in android.view.ReactHorizontalScrollContainerView
 
canScrollHorizontally(int) - function in android.view.ReactHorizontalScrollView
 
canScrollHorizontally(int) - function in android.view.ReactScrollView
 
canScrollHorizontally(int) - function in android.view.ReactSlider
 
canScrollHorizontally(int) - function in android.view.ReactSwipeRefreshLayout
 
canScrollHorizontally(int) - function in android.view.ReactTextView
 
canScrollHorizontally(int) - function in android.view.ReactEditText
 
canScrollHorizontally(int) - function in android.view.ReactUnimplementedView
 
canScrollHorizontally(int) - function in android.view.ReactViewGroup
 
canScrollVertically(int) - function in android.view.ReactRootView
 
canScrollVertically(int) - function in android.view.FpsView
 
canScrollVertically(int) - function in android.view.RedBoxContentView
 
canScrollVertically(int) - function in android.view.ReactImageView
 
canScrollVertically(int) - function in android.view.ReactModalHostView
 
canScrollVertically(int) - function in android.view.ReactHorizontalScrollContainerView
 
canScrollVertically(int) - function in android.view.ReactHorizontalScrollView
 
canScrollVertically(int) - function in android.view.ReactScrollView
 
canScrollVertically(int) - function in android.view.ReactSlider
 
canScrollVertically(int) - function in android.view.ReactSwipeRefreshLayout
 
canScrollVertically(int) - function in android.view.ReactTextView
 
canScrollVertically(int) - function in android.view.ReactEditText
 
canScrollVertically(int) - function in android.view.ReactUnimplementedView
 
canScrollVertically(int) - function in android.view.ReactViewGroup
 
canUpdateWithEventCount(int) - function in com.facebook.react.views.textinput.ReactEditText
 
CanvasUtil - class in com.facebook.react.views.view
Copied from Compose canvas utils
CAPITALIZE - enum entry in com.facebook.react.views.text.TextTransform
 
captureComplete(String,String) - function in com.facebook.fbreact.specs.NativeJSCHeapCaptureSpec
 
captureComplete(String,String) - function in com.facebook.react.devsupport.JSCHeapCapture
 
captureComplete(String,String) - function in com.facebook.fbreact.specs.JSCHeapCapture
 
captureHeap(String,JSCHeapCapture.CaptureCallback) - function in com.facebook.react.devsupport.JSCHeapCapture
 
captureHeap(String) - function in com.facebook.react.devsupport.JSCHeapCapture.HeapCapture
 
CatalystInstance - class in com.facebook.react.bridge
A higher level API on top of the asynchronous JSC bridge.
CatalystInstanceImpl - class in com.facebook.react.bridge
This provides an implementation of the public CatalystInstance instance.
CatalystInstanceImpl.Builder - class in com.facebook.react.bridge.CatalystInstanceImpl
 
CatalystInstanceImpl.PendingJSCall - class in com.facebook.react.bridge.CatalystInstanceImpl
 
CENTER - enum entry in com.facebook.yoga.YogaAlign
 
CENTER - enum entry in com.facebook.yoga.YogaJustify
 
CHANGE_THREAD_PRIORITY - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
charStream() - function in okhttp3.ProgressResponseBody
 
CHECKBOX - enum entry in com.facebook.react.uimanager.ReactAccessibilityDelegate.AccessibilityRole
 
checkCallingOrSelfPermission(String) - function in android.content.HeadlessJsTaskService
 
checkCallingOrSelfPermission(String) - function in android.content.ReactActivity
 
checkCallingOrSelfPermission(String) - function in android.content.ReactApplicationContext
 
checkCallingOrSelfPermission(String) - function in android.content.ReactContext
 
checkCallingOrSelfPermission(String) - function in android.content.DevSettingsActivity
 
checkCallingOrSelfPermission(String) - function in android.content.ThemedReactContext
 
checkCallingOrSelfUriPermission(Uri,int) - function in android.content.HeadlessJsTaskService
 
checkCallingOrSelfUriPermission(Uri,int) - function in android.content.ReactActivity
 
checkCallingOrSelfUriPermission(Uri,int) - function in android.content.ReactApplicationContext
 
checkCallingOrSelfUriPermission(Uri,int) - function in android.content.ReactContext
 
checkCallingOrSelfUriPermission(Uri,int) - function in android.content.DevSettingsActivity
 
checkCallingOrSelfUriPermission(Uri,int) - function in android.content.ThemedReactContext
 
checkCallingOrSelfUriPermissions(List,int) - function in android.content.HeadlessJsTaskService
 
checkCallingOrSelfUriPermissions(List,int) - function in android.content.ReactActivity
 
checkCallingOrSelfUriPermissions(List,int) - function in android.content.ReactApplicationContext
 
checkCallingOrSelfUriPermissions(List,int) - function in android.content.ReactContext
 
checkCallingOrSelfUriPermissions(List,int) - function in android.content.DevSettingsActivity
 
checkCallingOrSelfUriPermissions(List,int) - function in android.content.ThemedReactContext
 
checkCallingPermission(String) - function in android.content.HeadlessJsTaskService
 
checkCallingPermission(String) - function in android.content.ReactActivity
 
checkCallingPermission(String) - function in android.content.ReactApplicationContext
 
checkCallingPermission(String) - function in android.content.ReactContext
 
checkCallingPermission(String) - function in android.content.DevSettingsActivity
 
checkCallingPermission(String) - function in android.content.ThemedReactContext
 
checkCallingUriPermission(Uri,int) - function in android.content.HeadlessJsTaskService
 
checkCallingUriPermission(Uri,int) - function in android.content.ReactActivity
 
checkCallingUriPermission(Uri,int) - function in android.content.ReactApplicationContext
 
checkCallingUriPermission(Uri,int) - function in android.content.ReactContext
 
checkCallingUriPermission(Uri,int) - function in android.content.DevSettingsActivity
 
checkCallingUriPermission(Uri,int) - function in android.content.ThemedReactContext
 
checkCallingUriPermissions(List,int) - function in android.content.HeadlessJsTaskService
 
checkCallingUriPermissions(List,int) - function in android.content.ReactActivity
 
checkCallingUriPermissions(List,int) - function in android.content.ReactApplicationContext
 
checkCallingUriPermissions(List,int) - function in android.content.ReactContext
 
checkCallingUriPermissions(List,int) - function in android.content.DevSettingsActivity
 
checkCallingUriPermissions(List,int) - function in android.content.ThemedReactContext
 
checkInputConnectionProxy(View) - function in android.view.ReactRootView
 
checkInputConnectionProxy(View) - function in android.view.FpsView
 
checkInputConnectionProxy(View) - function in android.view.RedBoxContentView
 
checkInputConnectionProxy(View) - function in android.view.ReactImageView
 
checkInputConnectionProxy(View) - function in android.view.ReactModalHostView
 
checkInputConnectionProxy(View) - function in android.view.ReactHorizontalScrollContainerView
 
checkInputConnectionProxy(View) - function in android.view.ReactHorizontalScrollView
 
checkInputConnectionProxy(View) - function in android.view.ReactScrollView
 
checkInputConnectionProxy(View) - function in android.view.ReactSlider
 
checkInputConnectionProxy(View) - function in android.view.ReactSwipeRefreshLayout
 
checkInputConnectionProxy(View) - function in android.view.ReactTextView
 
checkInputConnectionProxy(View) - function in android.view.ReactEditText
 
checkInputConnectionProxy(View) - function in android.view.ReactUnimplementedView
 
checkInputConnectionProxy(View) - function in android.view.ReactViewGroup
 
checkPermission(String,Promise) - function in com.facebook.fbreact.specs.NativePermissionsAndroidSpec
 
checkPermission(String,int,int) - function in android.content.HeadlessJsTaskService
 
checkPermission(String,int,int) - function in android.content.ReactActivity
 
checkPermission(String,int,int) - function in com.facebook.react.modules.core.ReactActivity
See checkPermission.
checkPermission(String,int,int) - function in com.facebook.react.ReactFragment
See checkPermission.
checkPermission(String,int,int) - function in android.content.ReactApplicationContext
 
checkPermission(String,int,int) - function in android.content.ReactContext
 
checkPermission(String,int,int) - function in android.content.DevSettingsActivity
 
checkPermission(String,int,int) - function in com.facebook.react.modules.core.PermissionAwareActivity
See checkPermission.
checkPermission(String,Promise) - function in com.facebook.react.modules.permissions.PermissionsModule
Check if the app has the permission given.
checkPermission(String,Promise) - function in com.facebook.fbreact.specs.PermissionsModule
 
checkPermission(String,int,int) - function in android.content.ThemedReactContext
 
checkSelfPermission(String) - function in android.content.HeadlessJsTaskService
 
checkSelfPermission(String) - function in android.content.ReactActivity
 
checkSelfPermission(String) - function in com.facebook.react.modules.core.ReactActivity
See checkSelfPermission.
checkSelfPermission(String) - function in com.facebook.react.ReactFragment
See checkSelfPermission.
checkSelfPermission(String) - function in android.content.ReactApplicationContext
 
checkSelfPermission(String) - function in android.content.ReactContext
 
checkSelfPermission(String) - function in android.content.DevSettingsActivity
 
checkSelfPermission(String) - function in com.facebook.react.modules.core.PermissionAwareActivity
See checkSelfPermission.
checkSelfPermission(String) - function in android.content.ThemedReactContext
 
checkUriPermission(Uri,int,int,int) - function in android.content.HeadlessJsTaskService
 
checkUriPermission(Uri,int,int,int) - function in android.content.ReactActivity
 
checkUriPermission(Uri,int,int,int) - function in android.content.ReactApplicationContext
 
checkUriPermission(Uri,int,int,int) - function in android.content.ReactContext
 
checkUriPermission(Uri,int,int,int) - function in android.content.DevSettingsActivity
 
checkUriPermission(Uri,int,int,int) - function in android.content.ThemedReactContext
 
checkUriPermissions(List,int,int,int) - function in android.content.HeadlessJsTaskService
 
checkUriPermissions(List,int,int,int) - function in android.content.ReactActivity
 
checkUriPermissions(List,int,int,int) - function in android.content.ReactApplicationContext
 
checkUriPermissions(List,int,int,int) - function in android.content.ReactContext
 
checkUriPermissions(List,int,int,int) - function in android.content.DevSettingsActivity
 
checkUriPermissions(List,int,int,int) - function in android.content.ThemedReactContext
 
childDrawableStateChanged(View) - function in android.view.ReactRootView
 
childDrawableStateChanged(View) - function in android.view.FpsView
 
childDrawableStateChanged(View) - function in android.view.RedBoxContentView
 
childDrawableStateChanged(View) - function in android.view.ReactModalHostView
 
childDrawableStateChanged(View) - function in android.view.ReactHorizontalScrollContainerView
 
childDrawableStateChanged(View) - function in android.view.ReactHorizontalScrollView
 
childDrawableStateChanged(View) - function in android.view.ReactScrollView
 
childDrawableStateChanged(View) - function in android.view.ReactSwipeRefreshLayout
 
childDrawableStateChanged(View) - function in android.view.ReactUnimplementedView
 
childDrawableStateChanged(View) - function in android.view.ReactViewGroup
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactRootView
 
childHasTransientStateChanged(View,boolean) - function in android.view.FpsView
 
childHasTransientStateChanged(View,boolean) - function in android.view.RedBoxContentView
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactModalHostView
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactHorizontalScrollContainerView
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactHorizontalScrollView
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactScrollView
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactSwipeRefreshLayout
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactUnimplementedView
 
childHasTransientStateChanged(View,boolean) - function in android.view.ReactViewGroup
 
CHILDREN - enum entry in com.facebook.yoga.YogaPrintOptions
 
chooseHeight(CharSequence,int,int,int,int,Paint.FontMetricsInt) - function in com.facebook.react.views.text.CustomLineHeightSpan
 
chooseHeight(CharSequence,int,int,int,int,Paint.FontMetricsInt) - function in android.text.style.CustomLineHeightSpan
 
ChoreographerCompat - class in com.facebook.react.modules.core
Wrapper class for abstracting away availability of the JellyBean Choreographer.
ChoreographerCompat.FrameCallback - class in com.facebook.react.modules.core.ChoreographerCompat
This class provides a compatibility wrapper around the JellyBean FrameCallback with methods toaccess cached wrappers for submitting a real FrameCallback to a Choreographer or a Runnable toa Handler.
className() - function in com.facebook.react.module.model.ReactModuleInfo
 
cleanDataFromModules(CatalystInstance) - function in com.facebook.react.modules.common.ModuleDataCleaner
Please use the cleanDataFromModules(ReactContext) instead.
cleanDataFromModules(ReactContext) - function in com.facebook.react.modules.common.ModuleDataCleaner
 
clear(Callback) - function in com.facebook.fbreact.specs.NativeAsyncLocalStorageSpec
 
clear(Callback) - function in com.facebook.fbreact.specs.NativeAsyncSQLiteDBStorageSpec
 
clear() - function in com.facebook.react.ReactNativeHost
Destroy the current instance and release the internal reference to it, allowing it to be GCed.
clear() - function in com.facebook.react.bridge.JavaScriptContextHolder
 
clear() - function in com.facebook.react.common.ClearableSynchronizedPool
 
clear(Callback) - function in com.facebook.react.modules.storage.AsyncStorageModule
Clears the database.
clear(Callback) - function in com.facebook.fbreact.specs.AsyncStorageModule
 
clear() - function in com.facebook.react.uimanager.ViewManagerPropertyUpdater
 
clear() - function in com.facebook.react.views.imagehelper.ResourceDrawableIdHelper
 
ClearableSynchronizedPool - class in com.facebook.react.common
Like androidx.core.util.Pools.SynchronizedPool with the option to clear the pool (e.g.
clearAndCloseDatabase() - function in com.facebook.react.modules.storage.ReactDatabaseSupplier
 
clearAnimation() - function in android.view.ReactRootView
 
clearAnimation() - function in android.view.FpsView
 
clearAnimation() - function in android.view.RedBoxContentView
 
clearAnimation() - function in android.view.ReactImageView
 
clearAnimation() - function in android.view.ReactModalHostView
 
clearAnimation() - function in android.view.ReactHorizontalScrollContainerView
 
clearAnimation() - function in android.view.ReactHorizontalScrollView
 
clearAnimation() - function in android.view.ReactScrollView
 
clearAnimation() - function in android.view.ReactSlider
 
clearAnimation() - function in android.view.ReactSwipeRefreshLayout
 
clearAnimation() - function in android.view.ReactTextView
 
clearAnimation() - function in android.view.ReactEditText
 
clearAnimation() - function in android.view.ReactUnimplementedView
 
clearAnimation() - function in android.view.ReactViewGroup
 
clearCallingIdentity() - function in android.content.BlobProvider
 
clearChildFocus(View) - function in android.view.ReactRootView
 
clearChildFocus(View) - function in android.view.FpsView
 
clearChildFocus(View) - function in android.view.RedBoxContentView
 
clearChildFocus(View) - function in android.view.ReactModalHostView
 
clearChildFocus(View) - function in android.view.ReactHorizontalScrollContainerView
 
clearChildFocus(View) - function in android.view.ReactHorizontalScrollView
 
clearChildFocus(View) - function in android.view.ReactScrollView
 
clearChildFocus(View) - function in android.view.ReactSwipeRefreshLayout
 
clearChildFocus(View) - function in android.view.ReactUnimplementedView
 
clearChildFocus(View) - function in android.view.ReactViewGroup
 
clearColorFilter() - function in android.graphics.drawable.ReactImageDownloadListener
 
clearColorFilter() - function in android.widget.ReactImageView
 
clearColorFilter() - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
clearComposingText() - function in android.widget.ReactTextView
 
clearComposingText() - function in android.widget.ReactEditText
 
clearCookies(Callback) - function in com.facebook.fbreact.specs.NativeNetworkingAndroidSpec
 
clearCookies(Callback) - function in com.facebook.react.modules.network.ForwardingCookieHandler
 
clearCookies(Callback) - function in com.facebook.react.modules.network.NetworkingModule
 
clearCookies(Callback) - function in com.facebook.fbreact.specs.NetworkingModule
 
clearDisappearingChildren() - function in android.view.ReactRootView
 
clearDisappearingChildren() - function in android.view.FpsView
 
clearDisappearingChildren() - function in android.view.RedBoxContentView
 
clearDisappearingChildren() - function in android.view.ReactModalHostView
 
clearDisappearingChildren() - function in android.view.ReactHorizontalScrollContainerView
 
clearDisappearingChildren() - function in android.view.ReactHorizontalScrollView
 
clearDisappearingChildren() - function in android.view.ReactScrollView
 
clearDisappearingChildren() - function in android.view.ReactSwipeRefreshLayout
 
clearDisappearingChildren() - function in android.view.ReactUnimplementedView
 
clearDisappearingChildren() - function in android.view.ReactViewGroup
 
clearFabricMarkerListeners() - function in com.facebook.react.bridge.ReactMarker
 
clearFocus() - function in com.facebook.react.ReactAndroidHWInputDeviceHelper
Called from ReactRootView when the whole view hierarchy looses focus.
clearFocus() - function in android.view.ReactRootView
 
clearFocus() - function in android.view.FpsView
 
clearFocus() - function in android.view.RedBoxContentView
 
clearFocus() - function in android.view.ReactImageView
 
clearFocus() - function in android.view.ReactModalHostView
 
clearFocus() - function in android.view.ReactHorizontalScrollContainerView
 
clearFocus() - function in android.view.ReactHorizontalScrollView
 
clearFocus() - function in android.view.ReactScrollView
 
clearFocus() - function in android.view.ReactSlider
 
clearFocus() - function in android.view.ReactSwipeRefreshLayout
 
clearFocus() - function in android.view.ReactTextView
 
clearFocus() - function in com.facebook.react.views.textinput.ReactEditText
 
clearFocus() - function in android.view.ReactEditText
 
clearFocus() - function in android.view.ReactUnimplementedView
 
clearFocus() - function in android.view.ReactViewGroup
 
clearJSResponder() - function in com.facebook.react.fabric.FabricUIManager
Clears the JS Responder specified by setJSResponder.
clearJSResponder() - function in com.facebook.react.fabric.mounting.MountingManager
Clears the JS Responder specified by setJSResponder.
clearJSResponder() - function in com.facebook.react.touch.JSResponderHandler
 
clearJSResponder() - function in com.facebook.react.uimanager.NativeViewHierarchyManager
 
clearJSResponder() - function in com.facebook.react.uimanager.UIImplementation
 
clearJSResponder() - function in com.facebook.react.uimanager.UIManagerModule
 
clearKeyboardFocusForVirtualView(int) - function in androidx.customview.widget.ReactAccessibilityDelegate
 
clearListeners() - function in com.facebook.react.bridge.ReactSoftExceptionLogger
 
clearMarkerListeners() - function in com.facebook.react.bridge.ReactMarker
 
clearSensitiveData() - function in com.facebook.react.modules.common.ModuleDataCleaner.Cleanable
 
clearSensitiveData() - function in com.facebook.react.modules.fresco.FrescoModule
 
clearSensitiveData() - function in com.facebook.react.modules.storage.AsyncStorageModule
 
clearViewTranslationCallback() - function in android.view.ReactRootView
 
clearViewTranslationCallback() - function in android.view.FpsView
 
clearViewTranslationCallback() - function in android.view.RedBoxContentView
 
clearViewTranslationCallback() - function in android.view.ReactImageView
 
clearViewTranslationCallback() - function in android.view.ReactModalHostView
 
clearViewTranslationCallback() - function in android.view.ReactHorizontalScrollContainerView
 
clearViewTranslationCallback() - function in android.view.ReactHorizontalScrollView
 
clearViewTranslationCallback() - function in android.view.ReactScrollView
 
clearViewTranslationCallback() - function in android.view.ReactSlider
 
clearViewTranslationCallback() - function in android.view.ReactSwipeRefreshLayout
 
clearViewTranslationCallback() - function in android.view.ReactTextView
 
clearViewTranslationCallback() - function in android.view.ReactEditText
 
clearViewTranslationCallback() - function in android.view.ReactUnimplementedView
 
clearViewTranslationCallback() - function in android.view.ReactViewGroup
 
clearWallpaper() - function in android.content.HeadlessJsTaskService
 
clearWallpaper() - function in android.content.ReactActivity
 
clearWallpaper() - function in android.content.ReactApplicationContext
 
clearWallpaper() - function in android.content.ReactContext
 
clearWallpaper() - function in android.content.DevSettingsActivity
 
clearWallpaper() - function in android.content.ThemedReactContext
 
ClipboardModule - class in com.facebook.react.modules.clipboard
A module that allows JS to get/set clipboard contents.
cloneWithChildren() - function in com.facebook.yoga.YogaNode
 
cloneWithChildren() - function in com.facebook.yoga.YogaNodeJNIBase
 
cloneWithChildren() - function in com.facebook.yoga.YogaNodeJNIBase
 
cloneWithChildren() - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
cloneWithChildren() - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
cloneWithoutChildren() - function in com.facebook.yoga.YogaNode
 
cloneWithoutChildren() - function in com.facebook.yoga.YogaNodeJNIBase
 
cloneWithoutChildren() - function in com.facebook.yoga.YogaNodeJNIBase
 
cloneWithoutChildren() - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
cloneWithoutChildren() - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
close(double,String,double) - function in com.facebook.fbreact.specs.NativeWebSocketModuleSpec
 
close() - function in com.facebook.react.bridge.HermesExecutor
Close this executor and cleanup any resources that it was using.
close() - function in com.facebook.react.bridge.JavaJSExecutor
Close this executor and cleanup any resources that it was using.
close() - function in com.facebook.react.bridge.JavaScriptExecutor
Close this executor and cleanup any resources that it was using.
close() - function in com.facebook.react.bridge.ProxyJavaScriptExecutor
Close this executor and cleanup any resources that it was using.
close() - function in com.facebook.react.devsupport.WebsocketJavaScriptExecutor
Close this executor and cleanup any resources that it was using.
close() - function in com.facebook.react.bridge.JSCExecutor
Close this executor and cleanup any resources that it was using.
close() - function in com.facebook.react.modules.network.CountingOutputStream
 
close() - function in java.io.CountingOutputStream
 
close() - function in okhttp3.ProgressResponseBody
 
close() - function in android.database.sqlite.ReactDatabaseSupplier
 
close(double,String,double) - function in com.facebook.react.modules.websocket.WebSocketModule
 
close() - function in com.facebook.react.packagerconnection.JSPackagerClient
 
closeContextMenu() - function in android.app.ReactActivity
 
closeContextMenu() - function in android.app.DevSettingsActivity
 
closeDrawer(T) - function in com.facebook.react.viewmanagers.AndroidDrawerLayoutManagerInterface
 
closeDrawer(ReactDrawerLayout) - function in com.facebook.react.views.drawer.ReactDrawerLayoutManager
 
closeDrawer(T) - function in com.facebook.react.viewmanagers.ReactDrawerLayoutManager
 
closeInspectorConnection() - function in com.facebook.react.devsupport.DevServerHelper
 
closeOptionsMenu() - function in androidx.appcompat.app.ReactActivity
 
closeOptionsMenu() - function in android.app.DevSettingsActivity
 
closeOptionsMenu() - function in android.app.LogBoxDialog
 
closePackagerConnection() - function in com.facebook.react.devsupport.DevServerHelper
 
closeQuietly() - function in com.facebook.react.devsupport.InspectorPackagerConnection
 
closeQuietly() - function in com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
closeQuietly() - function in com.facebook.react.packagerconnection.ReconnectingWebSocket
 
coalesce(T) - function in com.facebook.react.uimanager.events.OnLayoutEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ContentSizeChangeEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.Event
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.PointerEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.TouchEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.DrawerClosedEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.DrawerOpenedEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.DrawerSlideEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.DrawerStateChangedEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ImageLoadEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ScrollEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ReactSliderEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ReactSlidingCompleteEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.RefreshEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ReactContentSizeChangedEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ReactTextChangedEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ReactTextInputEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ReactTextInputKeyPressEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
coalesce(T) - function in com.facebook.react.uimanager.events.ViewGroupClickEvent
Given two events, coalesce them into a single event that will be sent to JS instead of twoseparate events.
ColorPropConverter - class in com.facebook.react.bridge
 
ColorUtil - class in com.facebook.react.views.view
Simple utility class for manipulating colors, based on Fresco's DrawableUtils (https://github.com/facebook/fresco).
COLUMN - enum entry in com.facebook.yoga.YogaFlexDirection
 
COLUMN_REVERSE - enum entry in com.facebook.yoga.YogaFlexDirection
 
com.facebook.debug.debugoverlay.model - package com.facebook.debug.debugoverlay.model
 
com.facebook.debug.holder - package com.facebook.debug.holder
 
com.facebook.debug.tags - package com.facebook.debug.tags
 
com.facebook.fbreact.specs - package com.facebook.fbreact.specs
 
com.facebook.hermes.instrumentation - package com.facebook.hermes.instrumentation
 
com.facebook.hermes.reactexecutor - package com.facebook.hermes.reactexecutor
 
com.facebook.hermes.unicode - package com.facebook.hermes.unicode
 
com.facebook.perftest - package com.facebook.perftest
 
com.facebook.proguard.annotations - package com.facebook.proguard.annotations
 
com.facebook.react - package com.facebook.react
 
com.facebook.react.animated - package com.facebook.react.animated
 
com.facebook.react.bridge - package com.facebook.react.bridge
 
com.facebook.react.bridge.queue - package com.facebook.react.bridge.queue
 
com.facebook.react.common - package com.facebook.react.common
 
com.facebook.react.common.annotations - package com.facebook.react.common.annotations
 
com.facebook.react.common.build - package com.facebook.react.common.build
 
com.facebook.react.common.futures - package com.facebook.react.common.futures
 
com.facebook.react.common.mapbuffer - package com.facebook.react.common.mapbuffer
 
com.facebook.react.common.network - package com.facebook.react.common.network
 
com.facebook.react.config - package com.facebook.react.config
 
com.facebook.react.devsupport - package com.facebook.react.devsupport
 
com.facebook.react.devsupport.interfaces - package com.facebook.react.devsupport.interfaces
 
com.facebook.react.fabric - package com.facebook.react.fabric
 
com.facebook.react.fabric.events - package com.facebook.react.fabric.events
 
com.facebook.react.fabric.mounting - package com.facebook.react.fabric.mounting
 
com.facebook.react.fabric.mounting.mountitems - package com.facebook.react.fabric.mounting.mountitems
 
com.facebook.react.jscexecutor - package com.facebook.react.jscexecutor
 
com.facebook.react.jstasks - package com.facebook.react.jstasks
 
com.facebook.react.module.annotations - package com.facebook.react.module.annotations
 
com.facebook.react.module.model - package com.facebook.react.module.model
 
com.facebook.react.module.processing - package com.facebook.react.module.processing
 
com.facebook.react.modules.accessibilityinfo - package com.facebook.react.modules.accessibilityinfo
 
com.facebook.react.modules.appearance - package com.facebook.react.modules.appearance
 
com.facebook.react.modules.appregistry - package com.facebook.react.modules.appregistry
 
com.facebook.react.modules.appstate - package com.facebook.react.modules.appstate
 
com.facebook.react.modules.blob - package com.facebook.react.modules.blob
 
com.facebook.react.modules.bundleloader - package com.facebook.react.modules.bundleloader
 
com.facebook.react.modules.camera - package com.facebook.react.modules.camera
 
com.facebook.react.modules.clipboard - package com.facebook.react.modules.clipboard
 
com.facebook.react.modules.common - package com.facebook.react.modules.common
 
com.facebook.react.modules.core - package com.facebook.react.modules.core
 
com.facebook.react.modules.debug - package com.facebook.react.modules.debug
 
com.facebook.react.modules.debug.interfaces - package com.facebook.react.modules.debug.interfaces
 
com.facebook.react.modules.deviceinfo - package com.facebook.react.modules.deviceinfo
 
com.facebook.react.modules.dialog - package com.facebook.react.modules.dialog
 
com.facebook.react.modules.fabric - package com.facebook.react.modules.fabric
 
com.facebook.react.modules.fresco - package com.facebook.react.modules.fresco
 
com.facebook.react.modules.i18nmanager - package com.facebook.react.modules.i18nmanager
 
com.facebook.react.modules.image - package com.facebook.react.modules.image
 
com.facebook.react.modules.intent - package com.facebook.react.modules.intent
 
com.facebook.react.modules.network - package com.facebook.react.modules.network
 
com.facebook.react.modules.permissions - package com.facebook.react.modules.permissions
 
com.facebook.react.modules.share - package com.facebook.react.modules.share
 
com.facebook.react.modules.sound - package com.facebook.react.modules.sound
 
com.facebook.react.modules.statusbar - package com.facebook.react.modules.statusbar
 
com.facebook.react.modules.storage - package com.facebook.react.modules.storage
 
com.facebook.react.modules.systeminfo - package com.facebook.react.modules.systeminfo
 
com.facebook.react.modules.toast - package com.facebook.react.modules.toast
 
com.facebook.react.modules.vibration - package com.facebook.react.modules.vibration
 
com.facebook.react.modules.websocket - package com.facebook.react.modules.websocket
 
com.facebook.react.packagerconnection - package com.facebook.react.packagerconnection
 
com.facebook.react.perflogger - package com.facebook.react.perflogger
 
com.facebook.react.processing - package com.facebook.react.processing
 
com.facebook.react.shell - package com.facebook.react.shell
 
com.facebook.react.surface - package com.facebook.react.surface
 
com.facebook.react.touch - package com.facebook.react.touch
 
com.facebook.react.turbomodule.core - package com.facebook.react.turbomodule.core
 
com.facebook.react.turbomodule.core.interfaces - package com.facebook.react.turbomodule.core.interfaces
 
com.facebook.react.uimanager - package com.facebook.react.uimanager
 
com.facebook.react.uimanager.annotations - package com.facebook.react.uimanager.annotations
 
com.facebook.react.uimanager.common - package com.facebook.react.uimanager.common
 
com.facebook.react.uimanager.debug - package com.facebook.react.uimanager.debug
 
com.facebook.react.uimanager.events - package com.facebook.react.uimanager.events
 
com.facebook.react.uimanager.layoutanimation - package com.facebook.react.uimanager.layoutanimation
 
com.facebook.react.uimanager.util - package com.facebook.react.uimanager.util
 
com.facebook.react.util - package com.facebook.react.util
 
com.facebook.react.viewmanagers - package com.facebook.react.viewmanagers
 
com.facebook.react.views.common - package com.facebook.react.views.common
 
com.facebook.react.views.drawer - package com.facebook.react.views.drawer
 
com.facebook.react.views.drawer.events - package com.facebook.react.views.drawer.events
 
com.facebook.react.views.image - package com.facebook.react.views.image
 
com.facebook.react.views.imagehelper - package com.facebook.react.views.imagehelper
 
com.facebook.react.views.modal - package com.facebook.react.views.modal
 
com.facebook.react.views.progressbar - package com.facebook.react.views.progressbar
 
com.facebook.react.views.scroll - package com.facebook.react.views.scroll
 
com.facebook.react.views.slider - package com.facebook.react.views.slider
 
com.facebook.react.views.swiperefresh - package com.facebook.react.views.swiperefresh
 
com.facebook.react.views.switchview - package com.facebook.react.views.switchview
 
com.facebook.react.views.text - package com.facebook.react.views.text
 
com.facebook.react.views.text.frescosupport - package com.facebook.react.views.text.frescosupport
 
com.facebook.react.views.textinput - package com.facebook.react.views.textinput
 
com.facebook.react.views.unimplementedview - package com.facebook.react.views.unimplementedview
 
com.facebook.react.views.view - package com.facebook.react.views.view
 
com.facebook.systrace - package com.facebook.systrace
 
com.facebook.yoga - package com.facebook.yoga
 
combineMeasuredStates(int,int) - function in android.view.ReactRootView
 
combineMeasuredStates(int,int) - function in android.view.FpsView
 
combineMeasuredStates(int,int) - function in android.view.RedBoxContentView
 
combineMeasuredStates(int,int) - function in android.view.ReactImageView
 
combineMeasuredStates(int,int) - function in android.view.ReactModalHostView
 
combineMeasuredStates(int,int) - function in android.view.ReactHorizontalScrollContainerView
 
combineMeasuredStates(int,int) - function in android.view.ReactHorizontalScrollView
 
combineMeasuredStates(int,int) - function in android.view.ReactScrollView
 
combineMeasuredStates(int,int) - function in android.view.ReactSlider
 
combineMeasuredStates(int,int) - function in android.view.ReactSwipeRefreshLayout
 
combineMeasuredStates(int,int) - function in android.view.ReactTextView
 
combineMeasuredStates(int,int) - function in android.view.ReactEditText
 
combineMeasuredStates(int,int) - function in android.view.ReactUnimplementedView
 
combineMeasuredStates(int,int) - function in android.view.ReactViewGroup
 
COMBOBOX - enum entry in com.facebook.react.uimanager.ReactAccessibilityDelegate.AccessibilityRole
 
ComponentFactory - class in com.facebook.react.fabric
 
ComponentNameResolver - class in com.facebook.react.uimanager
 
ComponentNameResolverManager - class in com.facebook.react.uimanager
 
CompositeReactPackage - class in com.facebook.react
{@code CompositeReactPackage} allows to create a single package composed of views and modules from several other packages.
computeDeepestJSHierarchy(View,JSDevSupport.DevSupportCallback) - function in com.facebook.react.devsupport.JSDevSupport
Notifies the callback with either the JS hierarchy of the deepest leaf from the given root viewor with an error.
computeScroll() - function in android.view.ReactRootView
 
computeScroll() - function in android.view.FpsView
 
computeScroll() - function in android.view.RedBoxContentView
 
computeScroll() - function in android.view.ReactImageView
 
computeScroll() - function in android.view.ReactModalHostView
 
computeScroll() - function in android.view.ReactHorizontalScrollContainerView
 
computeScroll() - function in android.widget.ReactHorizontalScrollView
 
computeScroll() - function in android.widget.ReactScrollView
 
computeScroll() - function in android.view.ReactSlider
 
computeScroll() - function in android.view.ReactSwipeRefreshLayout
 
computeScroll() - function in android.widget.ReactTextView
 
computeScroll() - function in android.widget.ReactEditText
 
computeScroll() - function in android.view.ReactUnimplementedView
 
computeScroll() - function in android.view.ReactViewGroup
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactRootView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.FpsView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.RedBoxContentView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactImageView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactModalHostView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactHorizontalScrollContainerView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactHorizontalScrollView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactScrollView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactSlider
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactSwipeRefreshLayout
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactTextView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactEditText
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactUnimplementedView
 
computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.ReactViewGroup
 
configureNextLayoutAnimation(ReadableMap,Callback) - function in com.facebook.react.uimanager.UIImplementation
Configure an animation to be used for the native layout changes, and native views creation.
configureNextLayoutAnimation(ReadableMap,Callback,Callback) - function in com.facebook.react.uimanager.UIManagerModule
Configure an animation to be used for the native layout changes, and native views creation.
connect(String,ReadableArray,ReadableMap,double) - function in com.facebook.fbreact.specs.NativeWebSocketModuleSpec
 
connect(int,Inspector.RemoteConnection) - function in com.facebook.react.bridge.Inspector
 
connect() - function in com.facebook.react.devsupport.InspectorPackagerConnection
 
connect(String,JSDebuggerWebSocketClient.JSDebuggerCallback) - function in com.facebook.react.devsupport.JSDebuggerWebSocketClient
 
connect(String,WebsocketJavaScriptExecutor.JSExecutorConnectCallback) - function in com.facebook.react.devsupport.WebsocketJavaScriptExecutor
 
connect(String,ReadableArray,ReadableMap,double) - function in com.facebook.react.modules.websocket.WebSocketModule
 
connect(String,ReadableArray,ReadableMap,double) - function in com.facebook.fbreact.specs.WebSocketModule
 
connect() - function in com.facebook.react.packagerconnection.ReconnectingWebSocket
 
connectAnimatedNodes(double,double) - function in com.facebook.fbreact.specs.NativeAnimatedModuleSpec
 
connectAnimatedNodes(double,double) - function in com.facebook.fbreact.specs.NativeAnimatedTurboModuleSpec
 
connectAnimatedNodes(double,double) - function in com.facebook.react.animated.NativeAnimatedModule
 
connectAnimatedNodes(double,double) - function in com.facebook.fbreact.specs.NativeAnimatedModule
 
connectAnimatedNodeToView(double,double) - function in com.facebook.fbreact.specs.NativeAnimatedModuleSpec
 
connectAnimatedNodeToView(double,double) - function in com.facebook.fbreact.specs.NativeAnimatedTurboModuleSpec
 
connectAnimatedNodeToView(double,double) - function in com.facebook.react.animated.NativeAnimatedModule
 
connectAnimatedNodeToView(double,double) - function in com.facebook.fbreact.specs.NativeAnimatedModule
 
contains(Integer) - function in com.facebook.react.common.mapbuffer.MapBuffer
Checks whether entry for given key exists in MapBuffer.
contains(Integer) - function in com.facebook.react.common.mapbuffer.ReadableMapBuffer
Checks whether entry for given key exists in MapBuffer.
contains(Integer) - function in com.facebook.react.common.mapbuffer.WritableMapBuffer
Checks whether entry for given key exists in MapBuffer.
containsImages() - function in com.facebook.react.views.text.ReactTextUpdate
 
CONTENT_APPEARED - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
contentLength() - function in com.facebook.react.modules.network.ProgressRequestBody
 
contentLength() - function in okhttp3.ProgressRequestBody
 
contentLength() - function in com.facebook.react.modules.network.ProgressResponseBody
 
contentLength() - function in okhttp3.ProgressResponseBody
 
ContentSizeChangeEvent - class in com.facebook.react.uimanager.events
Event dispatched when total width or height of a view's children changes
ContentSizeWatcher - class in com.facebook.react.views.textinput
 
contentType() - function in com.facebook.react.modules.network.ProgressRequestBody
 
contentType() - function in okhttp3.ProgressRequestBody
 
contentType() - function in com.facebook.react.modules.network.ProgressResponseBody
 
contentType() - function in okhttp3.ProgressResponseBody
 
ContextBaseJavaModule - class in com.facebook.react.bridge
Base class for React native modules that require access to an Android Context instance.
ContextUtils - class in com.facebook.react.views.common
Class containing static methods involving manipulations of Contexts and their related subclasses.
CONVERT_CONSTANTS_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CONVERT_CONSTANTS_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
convertJavaStackTrace(Throwable) - function in com.facebook.react.devsupport.StackTraceHelper
Convert a Throwable to an array of StackFrames.
convertJsStackTrace(ReadableArray) - function in com.facebook.react.devsupport.StackTraceHelper
Convert a JavaScript stack trace (see {@code parseErrorStack} JS module) to an array of s.
convertJsStackTrace(JSONArray) - function in com.facebook.react.devsupport.StackTraceHelper
Convert a JavaScript stack trace (see {@code parseErrorStack} JS module) to an array of s.
convertJsStackTrace(String) - function in com.facebook.react.devsupport.StackTraceHelper
Convert a JavaScript stack trace to an array of StackFrames.
convertToCase(String,int,boolean) - function in com.facebook.hermes.unicode.AndroidUnicodeUtils
 
CookieJarContainer - class in com.facebook.react.modules.network
 
copy() - function in com.facebook.react.bridge.JavaOnlyMap
 
copy() - function in com.facebook.react.bridge.WritableMap
 
copy() - function in com.facebook.react.bridge.WritableNativeMap
 
copy() - function in com.facebook.react.jstasks.HeadlessJsTaskRetryPolicy
 
copy() - function in com.facebook.react.jstasks.LinearCountingRetryPolicy
 
copy() - function in com.facebook.react.jstasks.NoRetryPolicy
 
copyArray(Array) - function in com.facebook.react.common.ArrayUtils
 
copyBounds(Rect) - function in android.graphics.drawable.ReactImageDownloadListener
 
copyBounds() - function in android.graphics.drawable.ReactImageDownloadListener
 
copyBounds(Rect) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
copyBounds() - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
copyListToArray(List) - function in com.facebook.react.common.ArrayUtils
 
copyStyle(YogaNode) - function in com.facebook.yoga.YogaNode
 
copyStyle(YogaNode) - function in com.facebook.yoga.YogaNodeJNIBase
 
copyStyle(YogaNode) - function in com.facebook.yoga.YogaNodeJNIFinalizer
 
CoreComponentsRegistry - class in com.facebook.react.fabric
 
CoreModulesPackage - class in com.facebook.react
This is the basic module to support React Native.
CountingOutputStream - class in com.facebook.react.modules.network
An OutputStream that counts the number of bytes written.
create() - function in com.facebook.hermes.reactexecutor.HermesExecutorFactory
 
create(ReadableArray,int) - function in com.facebook.react.bridge.DynamicFromArray
 
create(ReadableMap,String) - function in com.facebook.react.bridge.DynamicFromMap
 
create() - function in com.facebook.react.bridge.JSCJavaScriptExecutorFactory
 
create() - function in com.facebook.react.bridge.JavaJSExecutor.Factory
 
create() - function in com.facebook.react.bridge.JavaScriptExecutorFactory
 
create() - function in com.facebook.react.bridge.ProxyJavaScriptExecutor.Factory
 
create(MessageQueueThreadSpec,QueueThreadExceptionHandler) - function in com.facebook.react.bridge.queue.MessageQueueThreadImpl
 
create(ReactQueueConfigurationSpec,QueueThreadExceptionHandler) - function in com.facebook.react.bridge.queue.ReactQueueConfigurationImpl
 
create(Context,ReactInstanceDevHelper,String,boolean,int) - function in com.facebook.react.devsupport.DefaultDevSupportManagerFactory
 
create(Context,ReactInstanceDevHelper,String,boolean,RedBoxHandler,DevBundleDownloadListener,int,Map,SurfaceDelegateFactory) - function in com.facebook.react.devsupport.DefaultDevSupportManagerFactory
 
create(Context,ReactInstanceDevHelper,String,boolean,RedBoxHandler,DevBundleDownloadListener,int,Map,SurfaceDelegateFactory) - function in com.facebook.react.devsupport.DevSupportManagerFactory
 
create() - function in android.app.LogBoxDialog
 
create() - function in com.facebook.react.jscexecutor.JSCExecutorFactory
 
create() - function in com.facebook.react.modules.network.NetworkInterceptorCreator
 
create(String,MediaType) - function in okhttp3.ProgressRequestBody
 
create(String,MediaType) - function in okhttp3.ProgressResponseBody
 
create() - function in com.facebook.yoga.YogaConfigFactory
 
create() - function in com.facebook.yoga.YogaNodeFactory
 
create(YogaConfig) - function in com.facebook.yoga.YogaNodeFactory
 
CREATE_CATALYST_INSTANCE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_CATALYST_INSTANCE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_I18N_ASSETS_MODULE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_I18N_ASSETS_MODULE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_I18N_MODULE_CONSTANTS_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_I18N_MODULE_CONSTANTS_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_MC_MODULE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_MC_MODULE_GET_METADATA_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_MC_MODULE_GET_METADATA_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_MC_MODULE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_MODULE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_MODULE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_REACT_CONTEXT_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_REACT_CONTEXT_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_CONSTANTS_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_CONSTANTS_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_UI_MANAGER_MODULE_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_VIEW_MANAGERS_END - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
CREATE_VIEW_MANAGERS_START - enum entry in com.facebook.react.bridge.ReactMarkerConstants
 
createAccessibilityNodeInfo() - function in android.view.ReactRootView
 
createAccessibilityNodeInfo() - function in android.view.FpsView
 
createAccessibilityNodeInfo() - function in android.view.RedBoxContentView
 
createAccessibilityNodeInfo() - function in android.view.ReactImageView
 
createAccessibilityNodeInfo() - function in android.view.ReactModalHostView
 
createAccessibilityNodeInfo() - function in android.view.ReactHorizontalScrollContainerView
 
createAccessibilityNodeInfo() - function in android.view.ReactHorizontalScrollView
 
createAccessibilityNodeInfo() - function in android.view.ReactScrollView
 
createAccessibilityNodeInfo() - function in android.view.ReactSlider
 
createAccessibilityNodeInfo() - function in android.view.ReactSwipeRefreshLayout
 
createAccessibilityNodeInfo() - function in android.view.ReactTextView
 
createAccessibilityNodeInfo() - function in android.view.ReactEditText
 
createAccessibilityNodeInfo() - function in android.view.ReactUnimplementedView
 
createAccessibilityNodeInfo() - function in android.view.ReactViewGroup
 
createAndMaybeCallTimer(int,int,double,boolean) - function in com.facebook.react.modules.core.JavaTimerManager
A method to be used for asynchronously creating a timer.
createAnimatedNode(double,ReadableMap) - function in com.facebook.fbreact.specs.NativeAnimatedModuleSpec
 
createAnimatedNode(double,ReadableMap) - function in com.facebook.fbreact.specs.NativeAnimatedTurboModuleSpec
 
createAnimatedNode(double,ReadableMap) - function in com.facebook.react.animated.NativeAnimatedModule
 
createAnimatedNode(double,ReadableMap) - function in com.facebook.fbreact.specs.NativeAnimatedModule
 
createArray() - function in com.facebook.react.bridge.Arguments
This method should be used when you need to stub out creating NativeArrays in unit tests.
createAssetLoader(Context,String,boolean) - function in com.facebook.react.bridge.FallbackJSBundleLoader
This loader is recommended one for release version of your app.
createAssetLoader(Context,String,boolean) - function in com.facebook.react.bridge.JSBundleLoader
This loader is recommended one for release version of your app.
createAsync(Looper) - function in android.os.MessageQueueThreadHandler
 
createAttributionContext(String) - function in android.content.HeadlessJsTaskService
 
createAttributionContext(String) - function in android.content.ReactActivity
 
createAttributionContext(String) - function in android.content.ReactApplicationContext
 
createAttributionContext(String) - function in android.content.ReactContext
 
createAttributionContext(String) - function in android.content.DevSettingsActivity
 
createAttributionContext(String) - function in android.content.ThemedReactContext
 
createCachedBundleFromNetworkLoader(String,String) - function in com.facebook.react.bridge.FallbackJSBundleLoader
This loader is used when bundle gets reloaded from dev server.
createCachedBundleFromNetworkLoader(String,String) - function in com.facebook.react.bridge.JSBundleLoader
This loader is used when bundle gets reloaded from dev server.
createCachedSplitBundleFromNetworkLoader(String,String) - function in com.facebook.react.bridge.FallbackJSBundleLoader
Same as {createCachedBundleFromNetworkLoader}, but forsplit bundles in development.
createCachedSplitBundleFromNetworkLoader(String,String) - function in com.facebook.react.bridge.JSBundleLoader
Same as {createCachedBundleFromNetworkLoader}, but forsplit bundles in development.
createClient() - function in com.facebook.react.modules.network.OkHttpClientProvider
 
createClient(Context) - function in com.facebook.react.modules.network.OkHttpClientProvider
 
createClientBuilder() - function in com.facebook.react.modules.network.OkHttpClientProvider
 
createClientBuilder(Context) - function in com.facebook.react.modules.network.OkHttpClientProvider
 
createClientBuilder(Context,int) - function in com.facebook.react.modules.network.OkHttpClientProvider
 
createConfigurationContext(Configuration) - function in android.content.HeadlessJsTaskService
 
createConfigurationContext(Configuration) - function in android.content.ReactActivity
 
createConfigurationContext(Configuration) - function in android.content.ReactApplicationContext
 
createConfigurationContext(Configuration) - function in android.content.ReactContext
 
createConfigurationContext(Configuration) - function in android.content.DevSettingsActivity
 
createConfigurationContext(Configuration) - function in android.content.ThemedReactContext
 
createContentView(String) - function in com.facebook.react.common.SurfaceDelegate
Create the React content view that uses the appKey as the React application name
createContentView(String) - function in com.facebook.react.devsupport.LogBoxDialogSurfaceDelegate
Create the React content view that uses the appKey as the React application name
createContentView(String) - function in com.facebook.react.devsupport.RedBoxDialogSurfaceDelegate
Create the React content view that uses the appKey as the React application name
createContext(ContextParams) - function in android.content.HeadlessJsTaskService
 
createContext(ContextParams) - function in android.content.ReactActivity
 
createContext(ContextParams) - function in android.content.ReactApplicationContext
 
createContext(ContextParams) - function in android.content.ReactContext
 
createContext(ContextParams) - function in android.content.DevSettingsActivity
 
createContext(ContextParams) - function in android.content.ThemedReactContext
 
createContextForSplit(String) - function in android.content.HeadlessJsTaskService
 
createContextForSplit(String) - function in android.content.ReactActivity
 
createContextForSplit(String) - function in android.content.ReactApplicationContext
 
createContextForSplit(String) - function in android.content.ReactContext
 
createContextForSplit(String) - function in android.content.DevSettingsActivity
 
createContextForSplit(String) - function in android.content.ThemedReactContext
 
createContextMenu(ContextMenu) - function in android.view.ReactRootView
 
createContextMenu(ContextMenu) - function in android.view.FpsView
 
createContextMenu(ContextMenu) - function in android.view.RedBoxContentView
 
createContextMenu(ContextMenu) - function in android.view.ReactImageView
 
createContextMenu(ContextMenu) - function in android.view.ReactModalHostView
 
createContextMenu(ContextMenu) - function in android.view.ReactHorizontalScrollContainerView
 
createContextMenu(ContextMenu) - function in android.view.ReactHorizontalScrollView
 
createContextMenu(ContextMenu) - function in android.view.ReactScrollView
 
createContextMenu(ContextMenu) - function in android.view.ReactSlider
 
createContextMenu(ContextMenu) - function in android.view.ReactSwipeRefreshLayout
 
createContextMenu(ContextMenu) - function in android.view.ReactTextView
 
createContextMenu(ContextMenu) - function in android.view.ReactEditText
 
createContextMenu(ContextMenu) - function in android.view.ReactUnimplementedView
 
createContextMenu(ContextMenu) - function in android.view.ReactViewGroup
 
createDefault() - function in com.facebook.react.bridge.queue.ReactQueueConfigurationSpec
 
createDeviceProtectedStorageContext() - function in android.content.HeadlessJsTaskService
 
createDeviceProtectedStorageContext() - function in android.content.ReactActivity
 
createDeviceProtectedStorageContext() - function in android.content.ReactApplicationContext
 
createDeviceProtectedStorageContext() - function in android.content.ReactContext
 
createDeviceProtectedStorageContext() - function in android.content.DevSettingsActivity
 
createDeviceProtectedStorageContext() - function in android.content.ThemedReactContext
 
createDialog(Context,Bundle,DialogInterface.OnClickListener) - function in com.facebook.react.modules.dialog.AlertFragment
 
createDisplayContext(Display) - function in android.content.HeadlessJsTaskService
 
createDisplayContext(Display) - function in android.content.ReactActivity
 
createDisplayContext(Display) - function in android.content.ReactApplicationContext
 
createDisplayContext(Display) - function in android.content.ReactContext
 
createDisplayContext(Display) - function in android.content.DevSettingsActivity
 
createDisplayContext(Display) - function in android.content.ThemedReactContext
 
createDrawableFromJSDescription(Context,ReadableMap) - function in com.facebook.react.views.view.ReactDrawableHelper
 
createErrorEvent(int,Throwable) - function in com.facebook.react.views.image.ImageLoadEvent
 
createErrorEvent(int,int,Throwable) - function in com.facebook.react.views.image.ImageLoadEvent
 
createExportedCustomDirectEventTypeConstants() - function in com.facebook.react.views.scroll.ReactScrollViewManager
 
createFileLoader(String) - function in com.facebook.react.bridge.FallbackJSBundleLoader
This loader loads bundle from file system.
createFileLoader(String,String,boolean) - function in com.facebook.react.bridge.FallbackJSBundleLoader
 
createFileLoader(String) - function in com.facebook.react.bridge.JSBundleLoader
This loader loads bundle from file system.
createFileLoader(String,String,boolean) - function in com.facebook.react.bridge.JSBundleLoader
 
createFromParts(ReadableArray,String) - function in com.facebook.fbreact.specs.NativeBlobModuleSpec
 
createFromParts(ReadableArray,String) - function in com.facebook.react.modules.blob.BlobModule
 
createFromParts(ReadableArray,String) - function in com.facebook.fbreact.specs.BlobModule
 
createFromPath(String) - function in android.graphics.drawable.ReactImageDownloadListener
 
createFromPath(String) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
createFromResourceStream(Resources,TypedValue,InputStream,String) - function in android.graphics.drawable.ReactImageDownloadListener
 
createFromResourceStream(Resources,TypedValue,InputStream,String) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
createFromStream(InputStream,String) - function in android.graphics.drawable.ReactImageDownloadListener
 
createFromStream(InputStream,String) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
createFromXml(Resources,XmlPullParser) - function in android.graphics.drawable.ReactImageDownloadListener
 
createFromXml(Resources,XmlPullParser) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
createFromXmlInner(Resources,XmlPullParser,AttributeSet) - function in android.graphics.drawable.ReactImageDownloadListener
 
createFromXmlInner(Resources,XmlPullParser,AttributeSet) - function in android.graphics.drawable.ReactViewBackgroundDrawable
 
createIdentityMatrix() - function in com.facebook.react.uimanager.MatrixMathHelper
 
createLoadEndEvent(int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createLoadEndEvent(int,int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createLoadEvent(int,String,int,int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createLoadEvent(int,int,String,int,int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createLoadStartEvent(int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createLoadStartEvent(int,int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createMap() - function in com.facebook.react.bridge.Arguments
This method should be used when you need to stub out creating NativeMaps in unit tests.
createNativeModules(ReactApplicationContext) - function in com.facebook.react.CompositeReactPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.CompositeReactPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.CoreModulesPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.CoreModulesPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.DebugCorePackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.DebugCorePackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.LazyReactPackage
This is only used when a LazyReactPackage is a part of CompositeReactPackage Once wedeprecate CompositeReactPackage, this can be removed too
createNativeModules(ReactApplicationContext) - function in com.facebook.react.LazyReactPackage
 
createNativeModules(ReactApplicationContext,ReactInstanceManager) - function in com.facebook.react.ReactInstancePackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.ReactInstancePackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.ReactInstancePackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.ReactPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.TurboReactPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.TurboReactPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.MainReactPackage
 
createNativeModules(ReactApplicationContext) - function in com.facebook.react.MainReactPackage
 
createNewNetworkModuleClient() - function in com.facebook.react.modules.network.OkHttpClientFactory
 
createPackageContext(String,int) - function in android.content.HeadlessJsTaskService
 
createPackageContext(String,int) - function in android.content.ReactActivity
 
createPackageContext(String,int) - function in android.content.ReactApplicationContext
 
createPackageContext(String,int) - function in android.content.ReactContext
 
createPackageContext(String,int) - function in android.content.DevSettingsActivity
 
createPackageContext(String,int) - function in android.content.ThemedReactContext
 
createPendingResult(int,Intent,int) - function in android.app.ReactActivity
 
createPendingResult(int,Intent,int) - function in android.app.DevSettingsActivity
 
createProgressBar(Context,int) - function in com.facebook.react.views.progressbar.ReactProgressBarViewManager
We create ProgressBars on both the UI and shadow threads.
createProgressEvent(int,String,int,int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createProgressEvent(int,int,String,int,int) - function in com.facebook.react.views.image.ImageLoadEvent
 
createReactContextInBackground() - function in com.facebook.react.ReactInstanceManager
Trigger react context initialization asynchronously in a background async task.
createRemoteDebuggerBundleLoader(String,String) - function in com.facebook.react.bridge.FallbackJSBundleLoader
This loader is used when proxy debugging is enabled.
createRemoteDebuggerBundleLoader(String,String) - function in com.facebook.react.bridge.JSBundleLoader
This loader is used when proxy debugging is enabled.
createRootView(String) - function in com.facebook.react.devsupport.BridgeDevSupportManager
 
createRootView(String) - function in com.facebook.react.devsupport.DevSupportManagerBase
 
createRootView(String) - function in com.facebook.react.devsupport.DisabledDevSupportManager
 
createRootView(String) - function in com.facebook.react.devsupport.ReactInstanceDevHelper
 
createRootView(String) - function in com.facebook.react.devsupport.interfaces.DevSupportManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.BaseViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.BaseViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.RootViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.RootViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.RootViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.SimpleViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.SimpleViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.SimpleViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ViewGroupManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ViewGroupManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ViewGroupManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactImageManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactImageManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactImageManager
 
createShadowNodeInstance() - function in com.facebook.react.views.modal.ReactModalHostManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactModalHostManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactModalHostManager
 
createShadowNodeInstance() - function in com.facebook.react.views.progressbar.ReactProgressBarViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactProgressBarViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactProgressBarViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactScrollViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactScrollViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactScrollViewManager
 
createShadowNodeInstance() - function in com.facebook.react.views.slider.ReactSliderManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactSliderManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactSliderManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
 
createShadowNodeInstance() - function in com.facebook.react.views.switchview.ReactSwitchManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactSwitchManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactSwitchManager
 
createShadowNodeInstance() - function in com.facebook.react.views.text.ReactRawTextManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactRawTextManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactRawTextManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactTextAnchorViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactTextAnchorViewManager
 
createShadowNodeInstance() - function in com.facebook.react.views.text.ReactTextViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactTextViewManagerCallback) - function in com.facebook.react.views.text.ReactTextViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactTextViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactTextViewManager
 
createShadowNodeInstance() - function in com.facebook.react.views.text.ReactVirtualTextViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactVirtualTextViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactVirtualTextViewManager
 
createShadowNodeInstance() - function in com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageViewManager
 
createShadowNodeInstance() - function in com.facebook.react.views.textinput.ReactTextInputManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactTextViewManagerCallback) - function in com.facebook.react.views.textinput.ReactTextInputManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactTextInputManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactTextInputManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactClippingViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactClippingViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactClippingViewManager
 
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance() - function in com.facebook.react.uimanager.ReactViewManager
This method should return a subclass of ReactShadowNode which will be then used formeasuring position and size of the view.
createShadowNodeInstance(ReactApplicationContext) - function in com.facebook.react.uimanager.ReactViewManager
 
createSocket(Socket,String,int,boolean) - function in com.facebook.react.modules.network.TLSSocketFactory
 
createSocket(String,int) - function in com.facebook.react.modules.network.TLSSocketFactory
 
createSocket(String,int,InetAddress,int) - function in com.facebook.react.modules.network.TLSSocketFactory
 
createSocket(InetAddress,int) - function in com.facebook.react.modules.network.TLSSocketFactory
 
createSocket(InetAddress,int,InetAddress,int) - function in com.facebook.react.modules.network.TLSSocketFactory
 
createSocket(Socket,String,int,boolean) - function in javax.net.ssl.TLSSocketFactory
 
createSurfaceDelegate(String) - function in com.facebook.react.common.SurfaceDelegateFactory
Create a SurfaceDelegate instance which is used to interact with a surface of platformthe app is running in.
createSurfaceDelegate(String) - function in com.facebook.react.devsupport.BridgeDevSupportManager
Create the surface delegate that the provided module should use to interact with
createSurfaceDelegate(String) - function in com.facebook.react.devsupport.DevSupportManagerBase
Create the surface delegate that the provided module should use to interact with
createSurfaceDelegate(String) - function in com.facebook.react.devsupport.DisabledDevSupportManager
Create the surface delegate that the provided module should use to interact with
createSurfaceDelegate(String) - function in com.facebook.react.devsupport.interfaces.DevSupportManager
Create the surface delegate that the provided module should use to interact with
createTimer(double,double,double,boolean) - function in com.facebook.fbreact.specs.NativeTimingSpec
 
createTimer(int,long,boolean) - function in com.facebook.react.modules.core.JavaTimerManager
A method to be used for synchronously creating a timer.
createTimer(double,double,double,boolean) - function in com.facebook.react.modules.core.TimingModule
 
createTimer(double,double,double,boolean) - function in com.facebook.fbreact.specs.TimingModule
 
createUIImplementation(ReactApplicationContext,ViewManagerResolver,EventDispatcher,int) - function in com.facebook.react.uimanager.UIImplementationProvider
 
createUIImplementation(ReactApplicationContext,List,EventDispatcher,int) - function in com.facebook.react.uimanager.UIImplementationProvider
 
createView(String,int,Object,StateWrapper,EventEmitterWrapper,boolean) - function in com.facebook.react.fabric.mounting.SurfaceMountingManager
 
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.BaseViewManager
Creates a view with knowledge of props and state.
createView(ThemedReactContext,int,String,ReactStylesDiffMap) - function in com.facebook.react.uimanager.NativeViewHierarchyManager
 
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.RootViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.SimpleViewManager
Creates a view with knowledge of props and state.
createView(int,String,int,ReadableMap) - function in com.facebook.react.uimanager.UIImplementation
Invoked by React to create a new node with a given tag, class name and properties.
createView(int,String,int,ReadableMap) - function in com.facebook.react.uimanager.UIManagerModule
 
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ViewGroupManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactDrawerLayoutManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactImageManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactModalHostManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactProgressBarViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactHorizontalScrollContainerViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactHorizontalScrollViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactScrollViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactSliderManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.SwipeRefreshLayoutManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactSwitchManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactRawTextManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactTextAnchorViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactTextViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactVirtualTextViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.FrescoBasedReactTextInlineImageViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactTextInputManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactUnimplementedViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactClippingViewManager
Creates a view with knowledge of props and state.
createView(int,ThemedReactContext,ReactStylesDiffMap,StateWrapper,JSResponderHandler) - function in com.facebook.react.uimanager.ReactViewManager
Creates a view with knowledge of props and state.
createView(Integer,ThemedReactContext,Object,StateWrapper,JSResponderHandler) - function in com.facebook.react.views.view.ReactMapBufferViewManager
 
createView(Integer,ThemedReactContext,Object,StateWrapper,JSResponderHandler) - function in com.facebook.react.views.view.ReactViewManagerWrapper
 
createView(Integer,ThemedReactContext,Object,StateWrapper,JSResponderHandler) - function in com.facebook.react.views.view.ReactViewManagerWrapper.DefaultViewManager
 
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.image.ReactImageManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.scroll.ReactScrollViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.text.ReactRawTextManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.text.ReactTextViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.text.ReactVirtualTextViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.textinput.ReactTextInputManager
Subclasses should return a new View instance of the proper type.
createViewInstance(ThemedReactContext) - function in com.facebook.react.views.view.ReactViewManager
Subclasses should return a new View instance of the proper type.
createViewManager(ReactApplicationContext,String) - function in com.facebook.react.CompositeReactPackage
Creates and returns a ViewManager with a specific name viewManagerName.
createViewManager(ReactApplicationContext,String) - function in com.facebook.react.CompositeReactPackage
Creates and returns a ViewManager with a specific name {@param viewManagerName}.
createViewManager(String) - function in com.facebook.react.ReactInstanceManager
 
createViewManager(ReactApplicationContext,String) - function in com.facebook.react.ViewManagerOnDemandReactPackage
Creates and returns a ViewManager with a specific name {@param viewManagerName}.
createViewManagers(ReactApplicationContext) - function in com.facebook.react.CompositeReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.CompositeReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.CoreModulesPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.CoreModulesPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.DebugCorePackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.DebugCorePackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.LazyReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.LazyReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.ReactInstancePackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.ReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.TurboReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.TurboReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.shell.MainReactPackage
 
createViewManagers(ReactApplicationContext) - function in com.facebook.react.MainReactPackage
 
createViewUnsafe(String,int,Object,StateWrapper,EventEmitterWrapper,boolean) - function in com.facebook.react.fabric.mounting.SurfaceMountingManager
Perform view creation without any safety checks.
createWindowContext(int,Bundle) - function in android.content.HeadlessJsTaskService
 
createWindowContext(int,Bundle) - function in android.content.ReactActivity
 
createWindowContext(int,Bundle) - function in android.content.ReactApplicationContext
 
createWindowContext(int,Bundle) - function in android.content.ReactContext
 
createWindowContext(int,Bundle) - function in android.content.DevSettingsActivity
 
createWindowContext(int,Bundle) - function in android.content.ThemedReactContext
 
createWithInitialCapacity(int) - function in com.facebook.react.common.LongArray
 
CRITICAL - enum entry in com.facebook.react.bridge.MemoryPressure
 
cropImage(String,ReadableMap,Callback,Callback) - function in com.facebook.fbreact.specs.NativeImageEditorSpec
 
currentTimeMillis() - function in com.facebook.react.common.SystemClock
 
customCommandHandlers() - function in com.facebook.react.devsupport.DevServerHelper.PackagerCommandListener
 
customizeErrorInfo(Pair) - function in com.facebook.react.devsupport.interfaces.ErrorCustomizer
The function that need to be registered using DevSupportManager.registerErrorCustomizerand is called before passing the error to the RedBox.
CustomLetterSpacingSpan - class in com.facebook.react.views.text
A MetricAffectingSpan that allows to set the letter spacing on the selected text span.
CustomLineHeightSpan - class in com.facebook.react.views.text
We use a custom LineHeightSpan, because `lineSpacingExtra` is broken.
CustomStyleSpan - class in com.facebook.react.views.text
 
customType() - function in com.facebook.react.uimanager.annotations.ReactProp
Type of property that will be send to JS.
customType() - function in com.facebook.react.uimanager.annotations.ReactPropGroup
Type of property that will be send to JS.
CxxCallbackImpl - class in com.facebook.react.bridge
Callback impl that calls directly into the cxx bridge.
CxxModuleWrapper - class in com.facebook.react.bridge
This does nothing interesting, except avoid breaking existing code.
CxxModuleWrapperBase - class in com.facebook.react.bridge
A Java Object which represents a cross-platform C++ module This module implements the NativeModule interface but will never be invoked from Java, instead the underlying Cxx module will be extracted by the bridge and called directly.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y