Home
last modified time | relevance | path

Searched refs:keyboardType (Results 1 – 25 of 53) sorted by relevance

123

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAlertManager.mm84 UIKeyboardType keyboardType = [ABI49_0_0RCTConvert UIKeyboardType:args.keyboardType()];
121 textField.keyboardType = keyboardType;
130 textField.keyboardType = keyboardType;
138 textField.keyboardType = keyboardType;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAlertManager.mm97 UIKeyboardType keyboardType = [ABI47_0_0RCTConvert UIKeyboardType:args.keyboardType()];
134 textField.keyboardType = keyboardType;
143 textField.keyboardType = keyboardType;
151 textField.keyboardType = keyboardType;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTAlertManager.mm98 UIKeyboardType keyboardType = [ABI48_0_0RCTConvert UIKeyboardType:args.keyboardType()];
135 textField.keyboardType = keyboardType;
144 textField.keyboardType = keyboardType;
152 textField.keyboardType = keyboardType;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0propsConversions.h109 traits.keyboardType = convertRawProp( in convertRawProp()
113 sourceTraits.keyboardType, in convertRawProp()
114 defaultTraits.keyboardType); in convertRawProp()
H A DABI49_0_0primitives.h195 KeyboardType keyboardType{KeyboardType::Default};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0propsConversions.h108 traits.keyboardType = convertRawProp( in convertRawProp()
112 sourceTraits.keyboardType, in convertRawProp()
113 defaultTraits.keyboardType); in convertRawProp()
H A DABI48_0_0primitives.h195 KeyboardType keyboardType{KeyboardType::Default};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0propsConversions.h108 traits.keyboardType = convertRawProp( in convertRawProp()
112 sourceTraits.keyboardType, in convertRawProp()
113 defaultTraits.keyboardType); in convertRawProp()
H A DABI47_0_0primitives.h187 KeyboardType keyboardType{KeyboardType::Default};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Alert/
H A DAlert.d.ts79 keyboardType?: string,
H A DAlert.js.flow44 keyboardType?: string,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/
H A DAlert.d.ts79 keyboardType?: string,
H A DAlert.js.flow44 keyboardType?: string,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputView.m280 - (UIKeyboardType)keyboardType
282 return self.backedTextInputView.keyboardType;
285 - (void)setKeyboardType:(UIKeyboardType)keyboardType
288 if (textInputView.keyboardType != keyboardType) {
289 textInputView.keyboardType = keyboardType;
592 UIKeyboardType keyboardType = textInputView.keyboardType;
598 keyboardType == UIKeyboardTypeNumberPad ||
599 keyboardType == UIKeyboardTypePhonePad ||
600 keyboardType == UIKeyboardTypeDecimalPad ||
601 keyboardType == UIKeyboardTypeASCIICapableNumberPad
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputUtils.mm44 toTextInput.keyboardType = fromTextInput.keyboardType;
108 UIKeyboardType ABI47_0_0RCTUIKeyboardTypeFromKeyboardType(KeyboardType keyboardType)
110 switch (keyboardType) {
H A DABI47_0_0RCTTextInputUtils.h34 …0_0RCTUIKeyboardTypeFromKeyboardType(ABI47_0_0facebook::ABI47_0_0React::KeyboardType keyboardType);
H A DABI47_0_0RCTTextInputComponentView.mm169 if (newTextInputProps.traits.keyboardType != oldTextInputProps.traits.keyboardType) {
170 …_backedTextInputView.keyboardType = ABI47_0_0RCTUIKeyboardTypeFromKeyboardType(newTextInputProps.t…
476 UIKeyboardType keyboardType = _backedTextInputView.keyboardType;
481 (keyboardType == UIKeyboardTypeNumberPad || keyboardType == UIKeyboardTypePhonePad ||
482keyboardType == UIKeyboardTypeDecimalPad || keyboardType == UIKeyboardTypeASCIICapableNumberPad) &&
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputUtils.mm44 toTextInput.keyboardType = fromTextInput.keyboardType;
108 UIKeyboardType ABI49_0_0RCTUIKeyboardTypeFromKeyboardType(KeyboardType keyboardType)
110 switch (keyboardType) {
H A DABI49_0_0RCTTextInputUtils.h34 …0_0RCTUIKeyboardTypeFromKeyboardType(ABI49_0_0facebook::ABI49_0_0React::KeyboardType keyboardType);
H A DABI49_0_0RCTTextInputComponentView.mm168 if (newTextInputProps.traits.keyboardType != oldTextInputProps.traits.keyboardType) {
169 …_backedTextInputView.keyboardType = ABI49_0_0RCTUIKeyboardTypeFromKeyboardType(newTextInputProps.t…
485 UIKeyboardType keyboardType = _backedTextInputView.keyboardType;
490 (keyboardType == UIKeyboardTypeNumberPad || keyboardType == UIKeyboardTypePhonePad ||
491keyboardType == UIKeyboardTypeDecimalPad || keyboardType == UIKeyboardTypeASCIICapableNumberPad) &&
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI48_0_0RCTTextInputUtils.mm44 toTextInput.keyboardType = fromTextInput.keyboardType;
108 UIKeyboardType ABI48_0_0RCTUIKeyboardTypeFromKeyboardType(KeyboardType keyboardType)
110 switch (keyboardType) {
H A DABI48_0_0RCTTextInputUtils.h34 …0_0RCTUIKeyboardTypeFromKeyboardType(ABI48_0_0facebook::ABI48_0_0React::KeyboardType keyboardType);
H A DABI48_0_0RCTTextInputComponentView.mm169 if (newTextInputProps.traits.keyboardType != oldTextInputProps.traits.keyboardType) {
170 …_backedTextInputView.keyboardType = ABI48_0_0RCTUIKeyboardTypeFromKeyboardType(newTextInputProps.t…
481 UIKeyboardType keyboardType = _backedTextInputView.keyboardType;
486 (keyboardType == UIKeyboardTypeNumberPad || keyboardType == UIKeyboardTypePhonePad ||
487keyboardType == UIKeyboardTypeDecimalPad || keyboardType == UIKeyboardTypeASCIICapableNumberPad) &&
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputView.m292 - (UIKeyboardType)keyboardType
294 return self.backedTextInputView.keyboardType;
297 - (void)setKeyboardType:(UIKeyboardType)keyboardType
300 if (textInputView.keyboardType != keyboardType) {
301 textInputView.keyboardType = keyboardType;
625 UIKeyboardType keyboardType = textInputView.keyboardType;
630 (keyboardType == UIKeyboardTypeNumberPad || keyboardType == UIKeyboardTypePhonePad ||
631keyboardType == UIKeyboardTypeDecimalPad || keyboardType == UIKeyboardTypeASCIICapableNumberPad) &&
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBaseTextInputView.m292 - (UIKeyboardType)keyboardType
294 return self.backedTextInputView.keyboardType;
297 - (void)setKeyboardType:(UIKeyboardType)keyboardType
300 if (textInputView.keyboardType != keyboardType) {
301 textInputView.keyboardType = keyboardType;
619 UIKeyboardType keyboardType = textInputView.keyboardType;
624 (keyboardType == UIKeyboardTypeNumberPad || keyboardType == UIKeyboardTypePhonePad ||
625keyboardType == UIKeyboardTypeDecimalPad || keyboardType == UIKeyboardTypeASCIICapableNumberPad) &&

123