You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
+4-60Lines changed: 4 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -6061,49 +6061,6 @@ public final class com/facebook/react/views/text/DefaultStyleValuesUtil {
6061
6061
public static final fun getTextColorSecondary (Landroid/content/Context;)Landroid/content/res/ColorStateList;
6062
6062
}
6063
6063
6064
-
public abstract class com/facebook/react/views/text/ReactBaseTextShadowNode : com/facebook/react/uimanager/LayoutShadowNode {
6065
-
public static final field Companion Lcom/facebook/react/views/text/ReactBaseTextShadowNode$Companion;
6066
-
public static final field DEFAULT_TEXT_SHADOW_COLOR I
6067
-
public static final field PROP_SHADOW_COLOR Ljava/lang/String;
6068
-
public static final field PROP_SHADOW_OFFSET Ljava/lang/String;
6069
-
public static final field PROP_SHADOW_OFFSET_HEIGHT Ljava/lang/String;
6070
-
public static final field PROP_SHADOW_OFFSET_WIDTH Ljava/lang/String;
6071
-
public static final field PROP_SHADOW_RADIUS Ljava/lang/String;
6072
-
public static final field PROP_TEXT_TRANSFORM Ljava/lang/String;
6073
-
public fun <init> ()V
6074
-
public fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)V
6075
-
public synthetic fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
6076
-
protected final fun getReactTextViewManagerCallback ()Lcom/facebook/react/views/text/ReactTextViewManagerCallback;
6077
-
public final fun setAccessibilityRole (Ljava/lang/String;)V
6078
-
public final fun setAdjustFontSizeToFit (Z)V
6079
-
public final fun setAllowFontScaling (Z)V
6080
-
public final fun setBackgroundColor (Ljava/lang/Integer;)V
6081
-
public final fun setColor (Ljava/lang/Integer;)V
6082
-
public final fun setFontFamily (Ljava/lang/String;)V
6083
-
public final fun setFontSize (F)V
6084
-
public final fun setFontStyle (Ljava/lang/String;)V
6085
-
public final fun setFontVariant (Lcom/facebook/react/bridge/ReadableArray;)V
6086
-
public final fun setFontWeight (Ljava/lang/String;)V
6087
-
public final fun setIncludeFontPadding (Z)V
6088
-
public final fun setLetterSpacing (F)V
6089
-
public final fun setLineHeight (F)V
6090
-
public final fun setMaxFontSizeMultiplier (F)V
6091
-
public final fun setMinimumFontScale (F)V
6092
-
public final fun setNumberOfLines (I)V
6093
-
protected final fun setReactTextViewManagerCallback (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)V
6094
-
public final fun setRole (Ljava/lang/String;)V
6095
-
public final fun setTextAlign (Ljava/lang/String;)V
6096
-
public fun setTextBreakStrategy (Ljava/lang/String;)V
6097
-
public final fun setTextDecorationLine (Ljava/lang/String;)V
6098
-
public final fun setTextShadowColor (I)V
6099
-
public final fun setTextShadowOffset (Lcom/facebook/react/bridge/ReadableMap;)V
6100
-
public final fun setTextShadowRadius (F)V
6101
-
public final fun setTextTransform (Ljava/lang/String;)V
6102
-
}
6103
-
6104
-
public final class com/facebook/react/views/text/ReactBaseTextShadowNode$Companion {
6105
-
}
6106
-
6107
6064
public final class com/facebook/react/views/text/ReactFontManager {
6108
6065
public static final field Companion Lcom/facebook/react/views/text/ReactFontManager$Companion;
6109
6066
public synthetic fun <init> (Lcom/facebook/react/common/assets/ReactFontManager;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
@@ -6120,19 +6077,6 @@ public final class com/facebook/react/views/text/ReactFontManager$Companion {
6120
6077
public final fun getInstance ()Lcom/facebook/react/views/text/ReactFontManager;
6121
6078
}
6122
6079
6123
-
public final class com/facebook/react/views/text/ReactTextShadowNode : com/facebook/react/views/text/ReactBaseTextShadowNode {
6124
-
public fun <init> ()V
6125
-
public fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)V
6126
-
public synthetic fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
6127
-
public fun calculateLayoutOnChildren ()Ljava/lang/Iterable;
6128
-
public fun hoistNativeChildren ()Z
6129
-
public fun isVirtualAnchor ()Z
6130
-
public fun markUpdated ()V
6131
-
public fun onBeforeLayout (Lcom/facebook/react/uimanager/NativeViewHierarchyOptimizer;)V
6132
-
public fun onCollectExtraUpdates (Lcom/facebook/react/uimanager/UIViewOperationQueue;)V
6133
-
public final fun setShouldNotifyOnTextLayout (Z)V
6134
-
}
6135
-
6136
6080
public class com/facebook/react/views/text/ReactTextView : androidx/appcompat/widget/AppCompatTextView, com/facebook/react/uimanager/ReactCompoundView {
6137
6081
public fun <init> (Landroid/content/Context;)V
6138
6082
protected fun dispatchHoverEvent (Landroid/view/MotionEvent;)Z
@@ -6174,9 +6118,9 @@ public final class com/facebook/react/views/text/ReactTextViewManager : com/face
6174
6118
public fun <init> ()V
6175
6119
public fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)V
6176
6120
public synthetic fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
6121
+
public fun createShadowNodeInstance ()Lcom/facebook/react/uimanager/LayoutShadowNode;
6177
6122
public synthetic fun createShadowNodeInstance ()Lcom/facebook/react/uimanager/ReactShadowNode;
6178
-
public fun createShadowNodeInstance ()Lcom/facebook/react/views/text/ReactTextShadowNode;
6179
-
public final fun createShadowNodeInstance (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)Lcom/facebook/react/views/text/ReactTextShadowNode;
6123
+
public final fun createShadowNodeInstance (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)Lcom/facebook/react/uimanager/LayoutShadowNode;
6180
6124
public synthetic fun createViewInstance (Lcom/facebook/react/uimanager/ThemedReactContext;)Landroid/view/View;
6181
6125
public fun createViewInstance (Lcom/facebook/react/uimanager/ThemedReactContext;)Lcom/facebook/react/views/text/ReactTextView;
6182
6126
public fun getExportedCustomDirectEventTypeConstants ()Ljava/util/Map;
@@ -6416,9 +6360,9 @@ public class com/facebook/react/views/textinput/ReactTextInputManager : com/face
6416
6360
public fun <init> ()V
6417
6361
public synthetic fun addEventEmitters (Lcom/facebook/react/uimanager/ThemedReactContext;Landroid/view/View;)V
6418
6362
protected fun addEventEmitters (Lcom/facebook/react/uimanager/ThemedReactContext;Lcom/facebook/react/views/textinput/ReactEditText;)V
6363
+
public fun createShadowNodeInstance ()Lcom/facebook/react/uimanager/LayoutShadowNode;
6419
6364
public synthetic fun createShadowNodeInstance ()Lcom/facebook/react/uimanager/ReactShadowNode;
6420
-
public fun createShadowNodeInstance ()Lcom/facebook/react/views/text/ReactBaseTextShadowNode;
6421
-
public final fun createShadowNodeInstance (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)Lcom/facebook/react/views/text/ReactBaseTextShadowNode;
6365
+
public final fun createShadowNodeInstance (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)Lcom/facebook/react/uimanager/LayoutShadowNode;
6422
6366
public synthetic fun createViewInstance (Lcom/facebook/react/uimanager/ThemedReactContext;)Landroid/view/View;
6423
6367
public fun createViewInstance (Lcom/facebook/react/uimanager/ThemedReactContext;)Lcom/facebook/react/views/textinput/ReactEditText;
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/progressbar/ProgressBarShadowNode.kt
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/progressbar/ReactProgressBarViewManager.kt
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
* LICENSE file in the root directory of this source tree.
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/switchview/ReactSwitchManager.kt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
* LICENSE file in the root directory of this source tree.
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/switchview/ReactSwitchShadowNode.kt
0 commit comments