Home
last modified time | relevance | path

Searched refs:multiline (Results 1 – 25 of 39) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0propsConversions.h25 traits.multiline = convertRawProp( in convertRawProp()
29 sourceTraits.multiline, in convertRawProp()
30 defaultTraits.multiline); in convertRawProp()
H A DABI49_0_0primitives.h102 bool multiline{false};
H A DABI49_0_0TextInputProps.cpp137 if (!traits.multiline) { in getEffectiveParagraphAttributes()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0propsConversions.h24 traits.multiline = convertRawProp( in convertRawProp()
28 sourceTraits.multiline, in convertRawProp()
29 defaultTraits.multiline); in convertRawProp()
H A DABI48_0_0primitives.h102 bool multiline{false};
H A DABI48_0_0TextInputProps.cpp137 if (!traits.multiline) { in getEffectiveParagraphAttributes()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0propsConversions.h24 traits.multiline = convertRawProp( in convertRawProp()
28 sourceTraits.multiline, in convertRawProp()
29 defaultTraits.multiline); in convertRawProp()
H A DABI47_0_0primitives.h94 bool multiline{false};
H A DABI47_0_0TextInputProps.cpp138 if (!traits.multiline) { in getEffectiveParagraphAttributes()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputComponentView.mm38 …* entry, UITextView is for multiline entry. There is a problem with order of events when user type…
53 * `textInputDidChangeSelection` for multiline text input only.
54 …* In multiline text input this is undesirable as we don't want to be sending events for changes th…
69 …_backedTextInputView = props.traits.multiline ? [ABI49_0_0RCTUITextView new] : [ABI49_0_0RCTUIText…
114 if (newTextInputProps.traits.multiline != oldTextInputProps.traits.multiline) {
115 [self _setMultiline:newTextInputProps.traits.multiline];
409 …if (props.traits.multiline && ![_lastStringStateWasUpdatedWith isEqual:_backedTextInputView.attrib…
612 - (void)_setMultiline:(BOOL)multiline
615 …UIView<ABI49_0_0RCTBackedTextInputViewProtocol> *backedTextInputView = multiline ? [ABI49_0_0RCTUI…
661 …should always have a non-default `submitBehavior`, but in case we don't, set it based on multiline.
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI48_0_0RCTTextInputComponentView.mm39 …* entry, UITextView is for multiline entry. There is a problem with order of events when user type…
54 * `textInputDidChangeSelection` for multiline text input only.
55 …* In multiline text input this is undesirable as we don't want to be sending events for changes th…
70 …_backedTextInputView = props.traits.multiline ? [ABI48_0_0RCTUITextView new] : [ABI48_0_0RCTUIText…
115 if (newTextInputProps.traits.multiline != oldTextInputProps.traits.multiline) {
116 [self _setMultiline:newTextInputProps.traits.multiline];
405 …if (props.traits.multiline && ![_lastStringStateWasUpdatedWith isEqual:_backedTextInputView.attrib…
608 - (void)_setMultiline:(BOOL)multiline
611 …UIView<ABI48_0_0RCTBackedTextInputViewProtocol> *backedTextInputView = multiline ? [ABI48_0_0RCTUI…
657 …should always have a non-default `submitBehavior`, but in case we don't, set it based on multiline.
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI49_0_0RCTSinglelineTextInputView.m21 // `submitBehavior` defaults to `"blurAndSubmit"` for <TextInput multiline={false}> by design.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI47_0_0RCTSinglelineTextInputView.m22 // `blurOnSubmit` defaults to `true` for <TextInput multiline={false}> by design.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI48_0_0RCTSinglelineTextInputView.m21 // `submitBehavior` defaults to `"blurAndSubmit"` for <TextInput multiline={false}> by design.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputComponentView.mm39 …* entry, UITextView is for multiline entry. There is a problem with order of events when user type…
54 * `textInputDidChangeSelection` for multiline text input only.
55 …* In multiline text input this is undesirable as we don't want to be sending events for changes th…
70 …_backedTextInputView = props.traits.multiline ? [ABI47_0_0RCTUITextView new] : [ABI47_0_0RCTUIText…
115 if (newTextInputProps.traits.multiline != oldTextInputProps.traits.multiline) {
116 [self _setMultiline:newTextInputProps.traits.multiline];
400 …if (props.traits.multiline && ![_lastStringStateWasUpdatedWith isEqual:_backedTextInputView.attrib…
603 - (void)_setMultiline:(BOOL)multiline
606 …UIView<ABI47_0_0RCTBackedTextInputViewProtocol> *backedTextInputView = multiline ? [ABI47_0_0RCTUI…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp119multiline(CoreFeatures::enablePropIteratorSetter? sourceProps.multiline : convertRawProp(context, …
121 sourceProps.multiline,
345 RAW_SET_PROP_SWITCH_CASE_BASIC(multiline); in setProp()
444 props["multiline"] = multiline; in getDynamic()
H A DABI49_0_0AndroidTextInputProps.h103 bool multiline{false};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.cpp119multiline(CoreFeatures::enablePropIteratorSetter? sourceProps.multiline : convertRawProp(context, …
121 sourceProps.multiline,
345 RAW_SET_PROP_SWITCH_CASE_BASIC(multiline, false); in setProp()
441 props["multiline"] = multiline; in getDynamic()
H A DABI48_0_0AndroidTextInputProps.h137 bool multiline{false};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp119 multiline(convertRawProp(context, rawProps,
121 sourceProps.multiline,
292 props["multiline"] = multiline; in getDynamic()
H A DABI47_0_0AndroidTextInputProps.h137 const bool multiline{false};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI47_0_0RCTMultilineTextInputView.m22 // `blurOnSubmit` defaults to `false` for <TextInput multiline={true}> by design.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts615 multiline?: boolean | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts660 multiline?: boolean | undefined; property
/expo/docs/ui/components/Snippet/blocks/
H A DTerminal.tsx39 * Currently, the implementation is simple, but we can add multiline support in the future.

12