Home
last modified time | relevance | path

Searched refs:textInput (Results 1 – 25 of 36) sorted by relevance

12

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts13 textInput: { submitButtonTitle: 'submit', placeholder: 'tests are good' },
38 textInput: { submitButtonTitle: 'submit', placeholder: 'tests are good' },
/expo/apps/native-component-list/src/screens/
H A DSecureStoreScreen.tsx125 style={styles.textInput}
132 style={styles.textInput}
139 style={styles.textInput}
174 textInput: {
H A DLinkingScreen.tsx62 <TextInput style={styles.textInput} onChangeText={onChangeText} value={link} />
116 textInput: {
H A DDateTimePickerScreen.tsx52 style: [props.style, styles.textInput, textColorByMode],
290 textInput: {
/expo/apps/native-component-list/src/screens/Screens/
H A Dcontainer.tsx51 <TextInput placeholder="Hello" style={styles.textInput} />
83 textInput: {
H A DnativeStack.tsx93 <TextInput placeholder="Hello" style={styles.textInput} />
111 textInput: {
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DMinuteIntervalSnappableTimePickerDialog.java182 final EditText textInput = (EditText) maybeTextInput; in correctEnteredMinutes()
183 textInput.setSelection(textInput.getText().length()); in correctEnteredMinutes()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DMinuteIntervalSnappableTimePickerDialog.java180 final EditText textInput = (EditText) maybeTextInput; in correctEnteredMinutes()
181 textInput.setSelection(textInput.getText().length()); in correctEnteredMinutes()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DMinuteIntervalSnappableTimePickerDialog.java180 final EditText textInput = (EditText) maybeTextInput; in correctEnteredMinutes()
181 textInput.setSelection(textInput.getText().length()); in correctEnteredMinutes()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/datetimepicker/
H A DMinuteIntervalSnappableTimePickerDialog.java180 final EditText textInput = (EditText) maybeTextInput; in correctEnteredMinutes()
181 textInput.setSelection(textInput.getText().length()); in correctEnteredMinutes()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m121 if ([params[@"textInput"] isKindOfClass:[NSDictionary class]]) {
125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
126 … textInputPlaceholder:params[@"textInput"][@"placeholder"]];
201 actionDictionary[@"textInput"] = textInputOptions;
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsecurestore.mdx92 style={styles.textInput}
98 style={styles.textInput}
114 style={styles.textInput}
140 textInput: {
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m121 if ([params[@"textInput"] isKindOfClass:[NSDictionary class]]) {
125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
126 … textInputPlaceholder:params[@"textInput"][@"placeholder"]];
201 actionDictionary[@"textInput"] = textInputOptions;
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsecurestore.mdx92 style={styles.textInput}
98 style={styles.textInput}
114 style={styles.textInput}
140 textInput: {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsecurestore.mdx92 style={styles.textInput}
98 style={styles.textInput}
114 style={styles.textInput}
140 textInput: {
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m121 if ([params[@"textInput"] isKindOfClass:[NSDictionary class]]) {
125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
126 … textInputPlaceholder:params[@"textInput"][@"placeholder"]];
201 actionDictionary[@"textInput"] = textInputOptions;
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m121 if ([params[@"textInput"] isKindOfClass:[NSDictionary class]]) {
125 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
126 … textInputPlaceholder:params[@"textInput"][@"placeholder"]];
201 actionDictionary[@"textInput"] = textInputOptions;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsecurestore.mdx92 style={styles.textInput}
98 style={styles.textInput}
114 style={styles.textInput}
140 textInput: {
/expo/apps/native-component-list/src/screens/Screens/navigation/
H A Dindex.tsx63 style={styles.textInput}
109 textInput: {
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DPOIExample.tsx80 style={styles.textInput}
117 textInput: {
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.kt35 val textInput: TextInput? = null in <lambda>() constant in expo.modules.notifications.notifications.categories.NotificationActionRecord
95 val textInputOptions = actionMap.textInput in createResultReceiver()
/expo/docs/pages/versions/unversioned/sdk/
H A Dsecurestore.mdx144 style={styles.textInput}
150 style={styles.textInput}
166 style={styles.textInput}
192 textInput: {
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts595 textInput?: { property
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts543 textInput?: { property
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m450 if ([params[@"textInput"] isKindOfClass:[NSDictionary class]]) {
454 … textInputButtonTitle:params[@"textInput"][@"submitButtonTitle"]
455 … textInputPlaceholder:params[@"textInput"][@"placeholder"]];

12