Home
last modified time | relevance | path

Searched refs:editable (Results 1 – 25 of 45) 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.h49 traits.editable = convertRawProp( in convertRawProp()
53 sourceTraits.editable, in convertRawProp()
54 defaultTraits.editable); in convertRawProp()
H A DABI49_0_0primitives.h128 bool editable{true};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0propsConversions.h48 traits.editable = convertRawProp( in convertRawProp()
52 sourceTraits.editable, in convertRawProp()
53 defaultTraits.editable); in convertRawProp()
H A DABI48_0_0primitives.h128 bool editable{true};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0propsConversions.h48 traits.editable = convertRawProp( in convertRawProp()
52 sourceTraits.editable, in convertRawProp()
53 defaultTraits.editable); in convertRawProp()
H A DABI47_0_0primitives.h120 bool editable{true};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI49_0_0RCTUITextField.h29 @property (nonatomic, assign, getter=isEditable) BOOL editable;
H A DABI49_0_0RCTUITextField.m97 - (void)setEditable:(BOOL)editable
99 self.enabled = editable;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI48_0_0RCTUITextField.h29 @property (nonatomic, assign, getter=isEditable) BOOL editable;
H A DABI48_0_0RCTUITextField.m97 - (void)setEditable:(BOOL)editable
99 self.enabled = editable;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI47_0_0RCTUITextField.h29 @property (nonatomic, assign, getter=isEditable) BOOL editable;
H A DABI47_0_0RCTUITextField.m96 - (void)setEditable:(BOOL)editable
98 self.enabled = editable;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp107 editable(CoreFeatures::enablePropIteratorSetter? sourceProps.editable :
108 convertRawProp(context, rawProps, "editable", sourceProps.editable, {false})),
341 RAW_SET_PROP_SWITCH_CASE_BASIC(editable); in setProp()
440 props["editable"] = editable; in getDynamic()
H A DABI49_0_0AndroidTextInputProps.h99 bool editable{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.cpp107 editable(CoreFeatures::enablePropIteratorSetter? sourceProps.editable :
108 convertRawProp(context, rawProps, "editable", sourceProps.editable, {false})),
341 RAW_SET_PROP_SWITCH_CASE_BASIC(editable, false); in setProp()
437 props["editable"] = editable; in getDynamic()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp107 editable(
108 convertRawProp(context, rawProps, "editable", sourceProps.editable, {false})),
288 props["editable"] = editable; in getDynamic()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBackedTextInputViewProtocol.h28 @property (nonatomic, assign, getter=isEditable) BOOL editable;
H A DABI49_0_0RCTBaseTextInputViewManager.m38 ABI49_0_0RCT_REMAP_VIEW_PROPERTY(editable, backedTextInputView.editable, BOOL)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBackedTextInputViewProtocol.h28 @property (nonatomic, assign, getter=isEditable) BOOL editable;
H A DABI47_0_0RCTBaseTextInputViewManager.m39 ABI47_0_0RCT_REMAP_VIEW_PROPERTY(editable, backedTextInputView.editable, BOOL)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBackedTextInputViewProtocol.h28 @property (nonatomic, assign, getter=isEditable) BOOL editable;
H A DABI48_0_0RCTBaseTextInputViewManager.m38 ABI48_0_0RCT_REMAP_VIEW_PROPERTY(editable, backedTextInputView.editable, BOOL)
/expo/packages/expo-clipboard/src/
H A DClipboardPasteButton.tsx18 …to change the appearance of the icon and label. The word "Paste" is not editable and neither is th…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputUtils.mm36 toTextInput.editable = fromTextInput.editable;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputUtils.mm36 toTextInput.editable = fromTextInput.editable;

12