Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 261) sorted by relevance

1234567891011

/expo/packages/expo-image/src/utils/
H A DresolveHashString.web.tsx6 * Note: The blurhash:/ uri scheme is removed, because for backward compatibility reasons,
23 * Note: Unlike the `resolveBlurhashString` the `thumbhash:/` scheme has to be present,
/expo/packages/expo-gl/src/__tests__/
H A DGLView-test.tsx8 // Note: test renderer must be required after react-native.
/expo/fastlane/metadata/en-US/
H A Ddescription.txt3 Note: some programming experience is recommended.
/expo/packages/expo-sensors/
H A DREADME.md35 **Note:** to access DeviceMotion stats on iOS, the NSMotionUsageDescription key must be present in …
41 **Note:** Starting in Android 12 (API level 31), the system has a 200ms limit for each sensor updat…
/expo/packages/expo-image/build/utils/
H A DresolveHashString.web.js.map1Note: The blurhash:/ uri scheme is removed, because for backward compatibility reasons,\n * string…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/
H A DContact.java127 } else if (mimeType.equals(CommonDataKinds.Note.CONTENT_ITEM_TYPE)) { in fromCursor()
128 this.note = cursor.getString(cursor.getColumnIndex(CommonDataKinds.Note.NOTE)); in fromCursor()
243 .withValue(EXColumns.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE) in toInsertOperationList()
244 .withValue(CommonDataKinds.Note.NOTE, note); in toInsertOperationList()
299 .withSelection(selection, new String[]{contactId, CommonDataKinds.Note.CONTENT_ITEM_TYPE}) in toUpdateOperationList()
300 .withValue(CommonDataKinds.Note.NOTE, note); in toUpdateOperationList()
538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues()
539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues()
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/
H A DContact.java127 } else if (mimeType.equals(CommonDataKinds.Note.CONTENT_ITEM_TYPE)) { in fromCursor()
128 this.note = cursor.getString(cursor.getColumnIndex(CommonDataKinds.Note.NOTE)); in fromCursor()
243 .withValue(EXColumns.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE) in toInsertOperationList()
244 .withValue(CommonDataKinds.Note.NOTE, note); in toInsertOperationList()
299 .withSelection(selection, new String[]{contactId, CommonDataKinds.Note.CONTENT_ITEM_TYPE}) in toUpdateOperationList()
300 .withValue(CommonDataKinds.Note.NOTE, note); in toUpdateOperationList()
538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues()
539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/
H A DContact.java127 } else if (mimeType.equals(CommonDataKinds.Note.CONTENT_ITEM_TYPE)) { in fromCursor()
128 this.note = cursor.getString(cursor.getColumnIndex(CommonDataKinds.Note.NOTE)); in fromCursor()
243 .withValue(EXColumns.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE) in toInsertOperationList()
244 .withValue(CommonDataKinds.Note.NOTE, note); in toInsertOperationList()
299 .withSelection(selection, new String[]{contactId, CommonDataKinds.Note.CONTENT_ITEM_TYPE}) in toUpdateOperationList()
300 .withValue(CommonDataKinds.Note.NOTE, note); in toUpdateOperationList()
538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues()
539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/
H A DContact.java127 } else if (mimeType.equals(CommonDataKinds.Note.CONTENT_ITEM_TYPE)) { in fromCursor()
128 this.note = cursor.getString(cursor.getColumnIndex(CommonDataKinds.Note.NOTE)); in fromCursor()
243 .withValue(EXColumns.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE) in toInsertOperationList()
244 .withValue(CommonDataKinds.Note.NOTE, note); in toInsertOperationList()
299 .withSelection(selection, new String[]{contactId, CommonDataKinds.Note.CONTENT_ITEM_TYPE}) in toUpdateOperationList()
300 .withValue(CommonDataKinds.Note.NOTE, note); in toUpdateOperationList()
538 notes.put(Data.MIMETYPE, CommonDataKinds.Note.CONTENT_ITEM_TYPE); in getContentValues()
539 notes.put(CommonDataKinds.Note.NOTE, note); in getContentValues()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/
H A DABI47_0_0RCTInspectorDevServerHelper.mm36 // hardcoded implicit scheme for the debug server. Note, packagerURL
101 // Note, using a static dictionary isn't really the greatest design, but
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/
H A DABI49_0_0RCTInspectorDevServerHelper.mm36 // hardcoded implicit scheme for the debug server. Note, packagerURL
101 // Note, using a static dictionary isn't really the greatest design, but
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/
H A DABI48_0_0RCTInspectorDevServerHelper.mm36 // hardcoded implicit scheme for the debug server. Note, packagerURL
101 // Note, using a static dictionary isn't really the greatest design, but
/expo/docs/ui/components/Callout/
H A DCallout.test.tsx92 <ReactMarkdown components={{ blockquote: Callout }}>{`> **Note**: Hello`}</ReactMarkdown>
95 expect(screen.getByText('Note')).toBeInTheDocument();
/expo/packages/expo-av/build/
H A DAV.types.js.map1Note that setting this property takes effect only when the AV object is just being created (toggli…
/expo/packages/expo-notifications/build/
H A DgetBadgeCountAsync.js.map1 …s home screen. A `0` value means that the badge is not displayed.\n * > **Note:** Not all Android …
/expo/docs/pages/versions/unversioned/sdk/
H A Dscreens.mdx13 > Note: Please refer to [the issue tracker](https://github.com/software-mansion/react-native-screen…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dscreens.mdx13 > Note: Please refer to [the issue tracker](https://github.com/software-mansion/react-native-screen…
/expo/packages/@expo/fingerprint/
H A DCHANGELOG.md29 - Normalize Expo config and remove `runtimeVersion` from fingerprint. Note that the fingerprint res…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dshared-element.mdx16 > Note: this library is still in alpha. Please refer to [the issue tracker](https://github.com/Ijze…
H A Dscreens.mdx13 > Note: Please refer to [the issue tracker](https://github.com/software-mansion/react-native-screen…
H A Dbackground-fetch.mdx41 // Note: This needs to be called in the global scope (e.g outside of your React components)
53 // Note: This does NOT need to be in the global scope and CAN be used in your React components!
64 // Note: This does NOT need to be in the global scope and CAN be used in your React components!
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dscreens.mdx13 > Note: Please refer to [the issue tracker](https://github.com/software-mansion/react-native-screen…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dshared-element.mdx16 > Note: this library is still in alpha. Please refer to [the issue tracker](https://github.com/Ijze…
H A Dscreens.mdx13 > Note: Please refer to [the issue tracker](https://github.com/software-mansion/react-native-screen…
H A Dbackground-fetch.mdx43 // Note: This needs to be called in the global scope (e.g outside of your React components)
55 // Note: This does NOT need to be in the global scope and CAN be used in your React components!
66 // Note: This does NOT need to be in the global scope and CAN be used in your React components!

1234567891011