Home
last modified time | relevance | path

Searched refs:row (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabase.swift371 let assets = rows.map { row in in deleteUnusedAssets()
372 asset(withRow: row) in deleteUnusedAssets()
391 return rows.map { row in in allUpdates()
399 return rows.map { row in in allUpdates()
407 return rows.map { row in in allUpdateIds()
409 row["id"] as! UUID in allUpdateIds()
424 return rows.map { row in in launchableUpdates()
441 return rows.map { row in in allAssets()
442 asset(withRow: row) in allAssets()
449 return rows.map { row in in assets()
[all …]
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabase.swift371 let assets = rows.map { row in in deleteUnusedAssets()
372 asset(withRow: row) in deleteUnusedAssets()
391 return rows.map { row in in allUpdates()
399 return rows.map { row in in allUpdates()
407 return rows.map { row in in allUpdateIds()
409 row["id"] as! UUID in allUpdateIds()
424 return rows.map { row in in launchableUpdates()
441 return rows.map { row in in allAssets()
442 asset(withRow: row) in allAssets()
449 return rows.map { row in in assets()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI48_0_0RNCPicker.m82 titleForRow:(NSInteger)row
85 return [ABI48_0_0RCTConvert NSString:_items[row][@"label"]];
93 viewForRow:(NSInteger)row
114 label.textColor = [ABI48_0_0RCTConvert UIColor:_items[row][@"textColor"]] ?: _color;
117 label.text = [self pickerView:pickerView titleForRow:row forComponent:component];
118 label.accessibilityIdentifier = _items[row][@"testID"];
129 didSelectRow:(NSInteger)row inComponent:(__unused NSInteger)component
131 _selectedIndex = row;
132 if (_onChange && _items.count > (NSUInteger)row) {
134 @"newIndex": @(row),
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI47_0_0RNCPicker.m82 titleForRow:(NSInteger)row
85 return [ABI47_0_0RCTConvert NSString:_items[row][@"label"]];
93 viewForRow:(NSInteger)row
114 label.textColor = [ABI47_0_0RCTConvert UIColor:_items[row][@"textColor"]] ?: _color;
117 label.text = [self pickerView:pickerView titleForRow:row forComponent:component];
118 label.accessibilityIdentifier = _items[row][@"testID"];
129 didSelectRow:(NSInteger)row inComponent:(__unused NSInteger)component
131 _selectedIndex = row;
132 if (_onChange && _items.count > (NSUInteger)row) {
134 @"newIndex": @(row),
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI49_0_0RNCPicker.m83 titleForRow:(NSInteger)row
86 return [ABI49_0_0RCTConvert NSString:_items[row][@"label"]];
94 viewForRow:(NSInteger)row
121 label.textColor = [ABI49_0_0RCTConvert UIColor:_items[row][@"textColor"]] ?: _color;
124 label.text = [self pickerView:pickerView titleForRow:row forComponent:component];
125 label.accessibilityIdentifier = _items[row][@"testID"];
136 didSelectRow:(NSInteger)row inComponent:(__unused NSInteger)component
138 _selectedIndex = row;
139 if (_onChange && _items.count > (NSUInteger)row) {
141 @"newIndex": @(row),
[all …]
/expo/ios/Exponent/Versioned/Core/Api/Components/Picker/
H A DRNCPicker.m83 titleForRow:(NSInteger)row
86 return [RCTConvert NSString:_items[row][@"label"]];
94 viewForRow:(NSInteger)row
121 label.textColor = [RCTConvert UIColor:_items[row][@"textColor"]] ?: _color;
124 label.text = [self pickerView:pickerView titleForRow:row forComponent:component];
125 label.accessibilityIdentifier = _items[row][@"testID"];
136 didSelectRow:(NSInteger)row inComponent:(__unused NSInteger)component
138 _selectedIndex = row;
139 if (_onChange && _items.count > (NSUInteger)row) {
141 @"newIndex": @(row),
[all …]
/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DparseLogBoxLog.js100 row: frame.lineNumber == null ? -1 : frame.lineNumber, property
114 const [content, fileName, row] = match.slice(1);
118 location: { column: -1, row: parseInt(row, 10) },
128 const [content, fileName, row, column, codeFrame] = metroInternalError.slice(1);
138 row: parseInt(row, 10),
147 category: `${fileName}-${row}-${column}`,
153 const [fileName, content, row, column, codeFrame] = babelTransformError.slice(1);
162 row: parseInt(row, 10),
171 category: `${fileName}-${row}-${column}`,
/expo/apps/native-component-list/src/components/
H A DPage.tsx14 type SectionProps = PropsWithChildren<{ title: string; row?: boolean }>;
16 const Section = ({ title, children, row }: SectionProps) => (
19 <View style={{ flexDirection: row ? 'row' : 'column' }}>{children}</View>
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap10 "flexDirection": "row",
35 "flexDirection": "row",
102 "flexDirection": "row",
146 "flexDirection": "row",
238 "flexDirection": "row",
330 "flexDirection": "row",
422 "flexDirection": "row",
468 "flexDirection": "row",
560 "flexDirection": "row",
604 "flexDirection": "row",
[all …]
H A DLogBoxInspectorFooter-test.js.snap8 "flexDirection": "row",
52 "flexDirection": "row",
79 "flexDirection": "row",
106 "flexDirection": "row",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap10 "flexDirection": "row",
35 "flexDirection": "row",
102 "flexDirection": "row",
146 "flexDirection": "row",
238 "flexDirection": "row",
330 "flexDirection": "row",
422 "flexDirection": "row",
468 "flexDirection": "row",
560 "flexDirection": "row",
604 "flexDirection": "row",
[all …]
H A DLogBoxInspectorFooter-test.js.snap8 "flexDirection": "row",
52 "flexDirection": "row",
79 "flexDirection": "row",
106 "flexDirection": "row",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap10 "flexDirection": "row",
35 "flexDirection": "row",
102 "flexDirection": "row",
146 "flexDirection": "row",
238 "flexDirection": "row",
330 "flexDirection": "row",
422 "flexDirection": "row",
468 "flexDirection": "row",
560 "flexDirection": "row",
604 "flexDirection": "row",
[all …]
H A DLogBoxInspectorFooter-test.js.snap8 "flexDirection": "row",
52 "flexDirection": "row",
79 "flexDirection": "row",
106 "flexDirection": "row",
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/
H A DABI48_0_0EXUpdatesDatabase.m330 for (NSDictionary *row in rows) {
356 for (NSDictionary *row in rows) {
372 for (NSDictionary *row in rows) {
388 for (NSDictionary *row in rows) {
389 [ids addObject:row[@"id"]];
410 for (NSDictionary *row in rows) {
441 for (NSDictionary *row in rows) {
463 for (NSDictionary *row in rows) {
644 id rowUrl = row[@"url"];
650 if (row[@"key"] && row[@"key"] != NSNull.null) {
[all …]
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/
H A DABI47_0_0EXUpdatesDatabase.m330 for (NSDictionary *row in rows) {
356 for (NSDictionary *row in rows) {
372 for (NSDictionary *row in rows) {
388 for (NSDictionary *row in rows) {
389 [ids addObject:row[@"id"]];
410 for (NSDictionary *row in rows) {
441 for (NSDictionary *row in rows) {
463 for (NSDictionary *row in rows) {
644 id rowUrl = row[@"url"];
650 if (row[@"key"] && row[@"key"] != NSNull.null) {
[all …]
/expo/apps/native-component-list/src/screens/Image/
H A DImageGifsScreen.tsx31 function renderRow(_: any, row: number) {
33 const gifIndex = row * COLUMNS_COUNT + column;
40 <View key={row} style={styles.row}>
53 row: {
55 flexDirection: 'row',
H A DImageFlashListScreen.tsx19 return <View style={styles.row}>{Array(COLUMNS_COUNT).fill(0).map(renderImage)}</View>;
42 row: {
44 flexDirection: 'row',
/expo/apps/native-component-list/src/screens/
H A DSwitchScreen.tsx13 <Section title="Custom Color" row>
21 <Section title="Disabled" row>
25 <Section title="Larger" row>
H A DActivityIndicatorScreen.tsx35 <Section title="Custom Color" row>
42 <Section title="hidesWhenStopped" row>
46 <Section title="Larger" row>
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DparseLogBoxLog.tsx29 row: number;
148 row: frame.lineNumber == null ? -1 : frame.lineNumber,
164 const [content, fileName, row] = match.slice(1);
168 location: { column: -1, row: parseInt(row, 10) },
179 const [content, fileName, row, column, codeFrame] = metroInternalError.slice(1);
190 row: parseInt(row, 10),
199 category: `${fileName}-${row}-${column}`,
206 const [fileName, content, row, column, codeFrame] = babelTransformError.slice(1);
216 row: parseInt(row, 10),
225 category: `${fileName}-${row}-${column}`,
/expo/apps/native-component-list/src/screens/SVG/
H A DSVGScreen.tsx34 <View style={styles.row}>
63 row: {
64 flexDirection: 'row',
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap66 "flexDirection": "row",
85 "flexDirection": "row",
104 "flexDirection": "row",
206 "flexDirection": "row",
225 "flexDirection": "row",
337 "flexDirection": "row",
356 "flexDirection": "row",
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRenderableViewManager.java312 row[0] = v3Normalize(row[0], scale[0]); in decomposeMatrix()
315 skew[0] = v3Dot(row[0], row[1]); in decomposeMatrix()
316 row[1] = v3Combine(row[1], row[0], 1.0, -skew[0]); in decomposeMatrix()
319 skew[0] = v3Dot(row[0], row[1]); in decomposeMatrix()
320 row[1] = v3Combine(row[1], row[0], 1.0, -skew[0]); in decomposeMatrix()
324 row[1] = v3Normalize(row[1], scale[1]); in decomposeMatrix()
328 skew[1] = v3Dot(row[0], row[2]); in decomposeMatrix()
329 row[2] = v3Combine(row[2], row[0], 1.0, -skew[1]); in decomposeMatrix()
330 skew[2] = v3Dot(row[1], row[2]); in decomposeMatrix()
331 row[2] = v3Combine(row[2], row[1], 1.0, -skew[2]); in decomposeMatrix()
[all …]
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DRenderableViewManager.java318 row[0] = v3Normalize(row[0], scale[0]); in decomposeMatrix()
321 skew[0] = v3Dot(row[0], row[1]); in decomposeMatrix()
322 row[1] = v3Combine(row[1], row[0], 1.0, -skew[0]); in decomposeMatrix()
325 skew[0] = v3Dot(row[0], row[1]); in decomposeMatrix()
326 row[1] = v3Combine(row[1], row[0], 1.0, -skew[0]); in decomposeMatrix()
330 row[1] = v3Normalize(row[1], scale[1]); in decomposeMatrix()
334 skew[1] = v3Dot(row[0], row[2]); in decomposeMatrix()
335 row[2] = v3Combine(row[2], row[0], 1.0, -skew[1]); in decomposeMatrix()
336 skew[2] = v3Dot(row[1], row[2]); in decomposeMatrix()
337 row[2] = v3Combine(row[2], row[1], 1.0, -skew[2]); in decomposeMatrix()
[all …]

12345678910>>...12