Home
last modified time | relevance | path

Searched refs:isHighlighted (Results 1 – 25 of 26) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0TextAttributes.cpp90 isHighlighted = textAttributes.isHighlighted.has_value() in apply()
91 ? textAttributes.isHighlighted in apply()
92 : isHighlighted; in apply()
119 isHighlighted, in operator ==()
138 rhs.isHighlighted, in operator ==()
204 debugStringConvertibleItem("isHighlighted", isHighlighted), in getDebugProps()
H A DABI47_0_0TextAttributes.h73 std::optional<bool> isHighlighted{};
130 textAttributes.isHighlighted,
H A DABI47_0_0conversions.h901 if (textAttributes.isHighlighted.has_value()) { in toDynamic()
902 _textAttributes("isHighlighted", *textAttributes.isHighlighted); in toDynamic()
1115 if (textAttributes.isHighlighted.has_value()) { in toMapBuffer()
1116 builder.putBool(TA_KEY_IS_HIGHLIGHTED, *textAttributes.isHighlighted); in toMapBuffer()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp95 isHighlighted = textAttributes.isHighlighted.has_value() in apply()
96 ? textAttributes.isHighlighted in apply()
97 : isHighlighted; in apply()
126 isHighlighted, in operator ==()
147 rhs.isHighlighted, in operator ==()
215 debugStringConvertibleItem("isHighlighted", isHighlighted), in getDebugProps()
H A DABI48_0_0TextAttributes.h75 std::optional<bool> isHighlighted{};
133 textAttributes.isHighlighted,
H A DABI48_0_0conversions.h1029 if (textAttributes.isHighlighted.has_value()) { in toDynamic()
1030 _textAttributes("isHighlighted", *textAttributes.isHighlighted); in toDynamic()
1249 if (textAttributes.isHighlighted.has_value()) { in toMapBuffer()
1250 builder.putBool(TA_KEY_IS_HIGHLIGHTED, *textAttributes.isHighlighted); in toMapBuffer()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp95 isHighlighted = textAttributes.isHighlighted.has_value() in apply()
96 ? textAttributes.isHighlighted in apply()
97 : isHighlighted; in apply()
126 isHighlighted, in operator ==()
147 rhs.isHighlighted, in operator ==()
215 debugStringConvertibleItem("isHighlighted", isHighlighted), in getDebugProps()
H A DABI49_0_0TextAttributes.h76 std::optional<bool> isHighlighted{};
134 textAttributes.isHighlighted,
H A DABI49_0_0conversions.h1028 if (textAttributes.isHighlighted.has_value()) { in toDynamic()
1029 _textAttributes("isHighlighted", *textAttributes.isHighlighted); in toDynamic()
1248 if (textAttributes.isHighlighted.has_value()) { in toMapBuffer()
1249 builder.putBool(TA_KEY_IS_HIGHLIGHTED, *textAttributes.isHighlighted); in toMapBuffer()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp162 textAttributes.isHighlighted = convertRawProp( in convertRawProp()
166 sourceTextAttributes.isHighlighted, in convertRawProp()
167 defaultTextAttributes.isHighlighted); in convertRawProp()
289 defaults, value, textAttributes, isHighlighted, "isHighlighted"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0BaseTextProps.cpp162 textAttributes.isHighlighted = convertRawProp( in convertRawProp()
166 sourceTextAttributes.isHighlighted, in convertRawProp()
167 defaultTextAttributes.isHighlighted); in convertRawProp()
289 defaults, value, textAttributes, isHighlighted, "isHighlighted"); in setProp()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0BaseTextProps.cpp168 textAttributes.isHighlighted = convertRawProp( in convertRawProp()
172 sourceTextAttributes.isHighlighted, in convertRawProp()
173 defaultTextAttributes.isHighlighted); in convertRawProp()
289 defaults, value, textAttributes, isHighlighted, "isHighlighted"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextViewManager.m56 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(isHighlighted, textAttributes.isHighlighted, BOOL)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI47_0_0RCTBaseTextViewManager.m54 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(isHighlighted, textAttributes.isHighlighted, BOOL)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI48_0_0RCTBaseTextViewManager.m56 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(isHighlighted, textAttributes.isHighlighted, BOOL)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/
H A DABI47_0_0RCTTextAttributes.h53 @property (nonatomic, assign) BOOL isHighlighted;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.h56 @property (nonatomic, assign) BOOL isHighlighted;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DABI48_0_0RCTTextAttributes.h56 @property (nonatomic, assign) BOOL isHighlighted;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTAttributedTextUtils.mm211 if (textAttributes.isHighlighted) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTAttributedTextUtils.mm287 if (textAttributes.isHighlighted) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTAttributedTextUtils.mm287 if (textAttributes.isHighlighted) {
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle186 …ontStyle:!0,textTransform:!0,textAlign:!0,fontFamily:!0,lineHeight:!0,isHighlighted:!0,writingDire…
198isHighlighted:!1,createResponderHandlers:t._createResponseHandlers.bind((0,p.default)(t)),response…
200isHighlighted:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,maxFontSizeMultiplier:!0,di…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js105 …ontStyle:!0,textTransform:!0,textAlign:!0,fontFamily:!0,lineHeight:!0,isHighlighted:!0,writingDire… property
240isHighlighted:ie,isPressable:ce,nativeID:null!=z?z:N,numberOfLines:ye,ref:l,selectable:Se,selectio… property
249isHighlighted:!0,isPressable:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,dynamicTypeR… property
H A DEXDevMenuApp.android.js105 …ontStyle:!0,textTransform:!0,textAlign:!0,fontFamily:!0,lineHeight:!0,isHighlighted:!0,writingDire… property
240isHighlighted:ie,isPressable:ce,nativeID:null!=z?z:N,numberOfLines:ye,ref:l,selectable:Se,selectio… property
249isHighlighted:!0,isPressable:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,dynamicTypeR… property
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle106 …ontStyle:!0,textTransform:!0,textAlign:!0,fontFamily:!0,lineHeight:!0,isHighlighted:!0,writingDire…
241isHighlighted:ie,isPressable:ce,nativeID:null!=z?z:N,numberOfLines:ye,ref:l,selectable:Se,selectio…
250isHighlighted:!0,isPressable:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,dynamicTypeR…

12