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
Summary:
All of this is dead, but still uses the text infra by Fabric that we continue to change. Lets stub out the internals of the ShadowNodes, to make it easier to edit RN text internals, and shave some code/space.
mdvacca or cortinico should be able to tell if this will cause issues with interop layer.
Changelog: [Internal]
Differential Revision: D92481655
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
-48Lines changed: 0 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -6073,80 +6073,32 @@ public abstract class com/facebook/react/views/text/ReactBaseTextShadowNode : co
6073
6073
public fun <init> ()V
6074
6074
public fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)V
6075
6075
public synthetic fun <init> (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
6076
-
protected final fun getAccessibilityRole ()Lcom/facebook/react/uimanager/ReactAccessibilityDelegate$AccessibilityRole;
6077
-
protected final fun getAdjustsFontSizeToFit ()Z
6078
-
protected final fun getBackgroundColor ()I
6079
-
protected final fun getColor ()I
6080
-
protected final fun getContainsImages ()Z
6081
-
protected final fun getFontFamily ()Ljava/lang/String;
6082
-
protected final fun getFontFeatureSettings ()Ljava/lang/String;
6083
-
protected final fun getFontStyle ()I
6084
-
protected final fun getFontWeight ()I
6085
-
protected final fun getHyphenationFrequency ()I
6086
-
protected final fun getIncludeFontPadding ()Z
6087
-
protected final fun getInlineViews ()Ljava/util/Map;
6088
-
protected final fun getJustificationMode ()I
6089
-
protected final fun getMinimumFontScale ()F
6090
-
protected final fun getNumberOfLines ()I
6091
6076
protected final fun getReactTextViewManagerCallback ()Lcom/facebook/react/views/text/ReactTextViewManagerCallback;
6092
-
protected final fun getRole ()Lcom/facebook/react/uimanager/ReactAccessibilityDelegate$Role;
6093
-
protected final fun getTextAlign ()I
6094
-
protected final fun getTextAttributes ()Lcom/facebook/react/views/text/TextAttributes;
6095
-
protected final fun getTextBreakStrategy ()I
6096
-
protected final fun getTextShadowColor ()I
6097
-
protected final fun getTextShadowOffsetDx ()F
6098
-
protected final fun getTextShadowOffsetDy ()F
6099
-
protected final fun getTextShadowRadius ()F
6100
-
protected final fun isBackgroundColorSet ()Z
6101
-
protected final fun isColorSet ()Z
6102
-
protected final fun isLineThroughTextDecorationSet ()Z
6103
-
protected final fun isUnderlineTextDecorationSet ()Z
6104
-
protected final fun setAccessibilityRole (Lcom/facebook/react/uimanager/ReactAccessibilityDelegate$AccessibilityRole;)V
6105
6077
public final fun setAccessibilityRole (Ljava/lang/String;)V
6106
6078
public final fun setAdjustFontSizeToFit (Z)V
6107
-
protected final fun setAdjustsFontSizeToFit (Z)V
6108
6079
public final fun setAllowFontScaling (Z)V
6109
-
protected final fun setBackgroundColor (I)V
6110
6080
public final fun setBackgroundColor (Ljava/lang/Integer;)V
6111
-
protected final fun setBackgroundColorSet (Z)V
6112
-
protected final fun setColor (I)V
6113
6081
public final fun setColor (Ljava/lang/Integer;)V
6114
-
protected final fun setColorSet (Z)V
6115
-
protected final fun setContainsImages (Z)V
6116
6082
public final fun setFontFamily (Ljava/lang/String;)V
6117
-
protected final fun setFontFeatureSettings (Ljava/lang/String;)V
6118
6083
public final fun setFontSize (F)V
6119
-
protected final fun setFontStyle (I)V
6120
6084
public final fun setFontStyle (Ljava/lang/String;)V
6121
6085
public final fun setFontVariant (Lcom/facebook/react/bridge/ReadableArray;)V
6122
-
protected final fun setFontWeight (I)V
6123
6086
public final fun setFontWeight (Ljava/lang/String;)V
6124
-
protected final fun setHyphenationFrequency (I)V
6125
6087
public final fun setIncludeFontPadding (Z)V
6126
-
protected final fun setInlineViews (Ljava/util/Map;)V
6127
-
protected final fun setJustificationMode (I)V
6128
6088
public final fun setLetterSpacing (F)V
6129
6089
public final fun setLineHeight (F)V
6130
-
protected final fun setLineThroughTextDecorationSet (Z)V
6131
6090
public final fun setMaxFontSizeMultiplier (F)V
6132
6091
public final fun setMinimumFontScale (F)V
6133
6092
public final fun setNumberOfLines (I)V
6134
6093
protected final fun setReactTextViewManagerCallback (Lcom/facebook/react/views/text/ReactTextViewManagerCallback;)V
6135
-
protected final fun setRole (Lcom/facebook/react/uimanager/ReactAccessibilityDelegate$Role;)V
6136
6094
public final fun setRole (Ljava/lang/String;)V
6137
6095
public final fun setTextAlign (Ljava/lang/String;)V
6138
-
protected final fun setTextAttributes (Lcom/facebook/react/views/text/TextAttributes;)V
6139
-
protected final fun setTextBreakStrategy (I)V
6140
6096
public fun setTextBreakStrategy (Ljava/lang/String;)V
6141
6097
public final fun setTextDecorationLine (Ljava/lang/String;)V
6142
6098
public final fun setTextShadowColor (I)V
6143
6099
public final fun setTextShadowOffset (Lcom/facebook/react/bridge/ReadableMap;)V
6144
-
protected final fun setTextShadowOffsetDx (F)V
6145
-
protected final fun setTextShadowOffsetDy (F)V
6146
6100
public final fun setTextShadowRadius (F)V
6147
6101
public final fun setTextTransform (Ljava/lang/String;)V
6148
-
protected final fun setUnderlineTextDecorationSet (Z)V
6149
-
protected final fun spannedFromShadowNode (Lcom/facebook/react/views/text/ReactBaseTextShadowNode;Ljava/lang/String;ZLcom/facebook/react/uimanager/NativeViewHierarchyOptimizer;)Landroid/text/Spannable;
6150
6102
}
6151
6103
6152
6104
public final class com/facebook/react/views/text/ReactBaseTextShadowNode$Companion {
0 commit comments