| /expo/android/vendored/sdk47/@shopify/flash-list/android/src/main/kotlin/abi47_0_0/com/shopify/reactnative/flash_list/ |
| H A D | AutoLayoutShadow.kt | 26 val cell = sortedItems[i] in clearGapsAndOverlaps() constant 28 if (isWithinBounds(cell)) { in clearGapsAndOverlaps() 33 if (cell.left < neighbour.left) { in clearGapsAndOverlaps() 36 neighbour.left = cell.right in clearGapsAndOverlaps() 40 neighbour.top = cell.top in clearGapsAndOverlaps() 53 if (cell.top < neighbour.top) { in clearGapsAndOverlaps() 71 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps() 92 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds() 93 … (cell.top <= scrollOffset + windowSize || cell.bottom <= scrollOffset + windowSize) in isWithinBounds() 95 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds() [all …]
|
| /expo/android/vendored/sdk48/@shopify/flash-list/android/src/main/kotlin/abi48_0_0/com/shopify/reactnative/flash_list/ |
| H A D | AutoLayoutShadow.kt | 26 val cell = sortedItems[i] in clearGapsAndOverlaps() constant 28 if (isWithinBounds(cell)) { in clearGapsAndOverlaps() 33 if (cell.left < neighbour.left) { in clearGapsAndOverlaps() 36 neighbour.left = cell.right in clearGapsAndOverlaps() 40 neighbour.top = cell.top in clearGapsAndOverlaps() 53 if (cell.top < neighbour.top) { in clearGapsAndOverlaps() 71 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps() 92 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds() 93 … (cell.top <= scrollOffset + windowSize || cell.bottom <= scrollOffset + windowSize) in isWithinBounds() 95 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds() [all …]
|
| /expo/android/vendored/sdk49/@shopify/flash-list/android/src/main/kotlin/abi49_0_0/com/shopify/reactnative/flash_list/ |
| H A D | AutoLayoutShadow.kt | 26 val cell = sortedItems[i] in clearGapsAndOverlaps() constant 30 if (isWithinBounds(cell)) { in clearGapsAndOverlaps() 36 if (cell.left < neighbour.left) { in clearGapsAndOverlaps() 39 neighbour.left = cell.right in clearGapsAndOverlaps() 43 neighbour.top = cell.top in clearGapsAndOverlaps() 58 if (cell.top < neighbour.top) { in clearGapsAndOverlaps() 77 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps() 98 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds() 99 … (cell.top <= scrollOffset + windowSize || cell.bottom <= scrollOffset + windowSize) in isWithinBounds() 101 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds() [all …]
|
| /expo/android/vendored/unversioned/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/ |
| H A D | AutoLayoutShadow.kt | 26 val cell = sortedItems[i] in clearGapsAndOverlaps() constant 30 if (isWithinBounds(cell)) { in clearGapsAndOverlaps() 36 if (cell.left < neighbour.left) { in clearGapsAndOverlaps() 39 neighbour.left = cell.right in clearGapsAndOverlaps() 43 neighbour.top = cell.top in clearGapsAndOverlaps() 58 if (cell.top < neighbour.top) { in clearGapsAndOverlaps() 77 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps() 98 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds() 99 … (cell.top <= scrollOffset + windowSize || cell.bottom <= scrollOffset + windowSize) in isWithinBounds() 101 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds() [all …]
|
| /expo/packages/expo-dev-launcher/ios/Errors/ |
| H A D | EXDevLauncherErrorViewController.swift | 42 …let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: indexPath) as! EXDevLauncher… in tableView() variable 44 cell.function.text = frame.methodName in tableView() 45 cell.file.text = frame.file in tableView() 46 return cell in tableView()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTRedBox.mm | 316 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"msg-cell"]; 319 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"]; 327 if (!cell) { 339 cell.textLabel.numberOfLines = 0; 345 cell.textLabel.text = message; 347 return cell; 352 if (!cell) { 353 …cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell"… 356 cell.textLabel.numberOfLines = 2; 369 cell.detailTextLabel.text = @""; [all …]
|
| H A D | ABI49_0_0RCTPerfMonitor.mm | 549 …UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ABI49_0_0RCTPerfMonitorCellId… 552 if (!cell) { 553 cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault 557 cell.textLabel.text = _perfLoggerMarks[indexPath.row]; 558 cell.textLabel.font = [UIFont systemFontOfSize:12]; 560 return cell;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTRedBox.mm | 316 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"msg-cell"]; 319 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"]; 327 if (!cell) { 339 cell.textLabel.numberOfLines = 0; 345 cell.textLabel.text = message; 347 return cell; 352 if (!cell) { 353 …cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell"… 356 cell.textLabel.numberOfLines = 2; 369 cell.detailTextLabel.text = @""; [all …]
|
| H A D | ABI48_0_0RCTPerfMonitor.mm | 549 …UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ABI48_0_0RCTPerfMonitorCellId… 552 if (!cell) { 553 cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault 557 cell.textLabel.text = _perfLoggerMarks[indexPath.row]; 558 cell.textLabel.font = [UIFont systemFontOfSize:12]; 560 return cell;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTRedBox.mm | 316 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"msg-cell"]; 319 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"]; 327 if (!cell) { 333 cell.textLabel.numberOfLines = 0; 339 cell.textLabel.text = message; 341 return cell; 346 if (!cell) { 347 …cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell"… 350 cell.textLabel.numberOfLines = 2; 363 cell.detailTextLabel.text = @""; [all …]
|
| H A D | ABI47_0_0RCTPerfMonitor.mm | 549 …UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ABI47_0_0RCTPerfMonitorCellId… 552 if (!cell) { 553 cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault 557 cell.textLabel.text = _perfLoggerMarks[indexPath.row]; 558 cell.textLabel.font = [UIFont systemFontOfSize:12]; 560 return cell;
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearchResultsView.swift | 33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView() variable 36 …cell.textLabel?.attributedText = createHighlightedString(text: suggestion.title, rangeValues: sugg… in tableView() 37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView() 39 return cell in tableView()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearchResultsView.swift | 33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView() variable 36 …cell.textLabel?.attributedText = createHighlightedString(text: suggestion.title, rangeValues: sugg… in tableView() 37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView() 39 return cell in tableView()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearchResultsView.swift | 33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView() variable 36 …cell.textLabel?.attributedText = createHighlightedString(text: suggestion.title, rangeValues: sugg… in tableView() 37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView() 39 return cell in tableView()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/ |
| H A D | ABI47_0_0RCTRedBoxExtraDataViewController.m | 183 ABI47_0_0RCTRedBoxExtraDataCell *cell = 186 if (cell == nil) { 187 …cell = [[ABI47_0_0RCTRedBoxExtraDataCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIde… 191 cell.keyLabel.text = dataKVPair[0]; 192 cell.valueLabel.text = dataKVPair[1]; 194 return cell;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/ |
| H A D | ABI49_0_0RCTRedBoxExtraDataViewController.m | 183 ABI49_0_0RCTRedBoxExtraDataCell *cell = 186 if (cell == nil) { 187 …cell = [[ABI49_0_0RCTRedBoxExtraDataCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIde… 191 cell.keyLabel.text = dataKVPair[0]; 192 cell.valueLabel.text = dataKVPair[1]; 194 return cell;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/ |
| H A D | ABI48_0_0RCTRedBoxExtraDataViewController.m | 183 ABI48_0_0RCTRedBoxExtraDataCell *cell = 186 if (cell == nil) { 187 …cell = [[ABI48_0_0RCTRedBoxExtraDataCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIde… 191 cell.keyLabel.text = dataKVPair[0]; 192 cell.valueLabel.text = dataKVPair[1]; 194 return cell;
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | optimizing-updates.mdx | 27 …y your users will be able to download them and use up less of their data plans on cell connections.
|
| /expo/docs/pages/push-notifications/ |
| H A D | faq.mdx | 118 …y not have Internet connectivity at all because it is out of range of any cell towers or Wi-Fi acc…
|
| /expo/packages/expo-location/build/ |
| H A D | Location.types.js.map | 1 …e user to turn on improved accuracy location mode\n * which uses Wi-Fi, cell networks and GPS se…
|
| /expo/packages/html-elements/ |
| H A D | README.md | 727 Create a cell in a Table.
|
| /expo/ios/vendored/sdk49/react-native-webview/apple/ |
| H A D | ABI49_0_0RNCWebViewImpl.m | 1138 textField.cell.scrollable = YES;
|
| /expo/ios/vendored/unversioned/react-native-webview/apple/ |
| H A D | RNCWebViewImpl.m | 1138 textField.cell.scrollable = YES;
|
| /expo/ios/vendored/sdk48/react-native-webview/apple/ |
| H A D | ABI48_0_0RNCWebView.m | 1083 textField.cell.scrollable = YES;
|
| /expo/ios/vendored/sdk47/react-native-webview/apple/ |
| H A D | ABI47_0_0RNCWebView.m | 1063 textField.cell.scrollable = YES;
|