Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 30) sorted by relevance

12

/expo/android/vendored/sdk47/@shopify/flash-list/android/src/main/kotlin/abi47_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt26 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 DAutoLayoutShadow.kt26 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 DAutoLayoutShadow.kt26 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 DAutoLayoutShadow.kt26 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 DEXDevLauncherErrorViewController.swift42 …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 DABI49_0_0RCTRedBox.mm316 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) {
353cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell"…
356 cell.textLabel.numberOfLines = 2;
369 cell.detailTextLabel.text = @"";
[all …]
H A DABI49_0_0RCTPerfMonitor.mm549 …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 DABI48_0_0RCTRedBox.mm316 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) {
353cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell"…
356 cell.textLabel.numberOfLines = 2;
369 cell.detailTextLabel.text = @"";
[all …]
H A DABI48_0_0RCTPerfMonitor.mm549 …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 DABI47_0_0RCTRedBox.mm316 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) {
347cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:@"cell"…
350 cell.textLabel.numberOfLines = 2;
363 cell.detailTextLabel.text = @"";
[all …]
H A DABI47_0_0RCTPerfMonitor.mm549 …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 DAppleMapsPOISearchResultsView.swift33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView() variable
36cell.textLabel?.attributedText = createHighlightedString(text: suggestion.title, rangeValues: sugg… in tableView()
37cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView()
39 return cell in tableView()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView() variable
36cell.textLabel?.attributedText = createHighlightedString(text: suggestion.title, rangeValues: sugg… in tableView()
37cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView()
39 return cell in tableView()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView() variable
36cell.textLabel?.attributedText = createHighlightedString(text: suggestion.title, rangeValues: sugg… in tableView()
37cell.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 DABI47_0_0RCTRedBoxExtraDataViewController.m183 ABI47_0_0RCTRedBoxExtraDataCell *cell =
186 if (cell == nil) {
187cell = [[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 DABI49_0_0RCTRedBoxExtraDataViewController.m183 ABI49_0_0RCTRedBoxExtraDataCell *cell =
186 if (cell == nil) {
187cell = [[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 DABI48_0_0RCTRedBoxExtraDataViewController.m183 ABI48_0_0RCTRedBoxExtraDataCell *cell =
186 if (cell == nil) {
187cell = [[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 Doptimizing-updates.mdx27 …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 Dfaq.mdx118 …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 DLocation.types.js.map1 …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 DREADME.md727 Create a cell in a Table.
/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewImpl.m1138 textField.cell.scrollable = YES;
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewImpl.m1138 textField.cell.scrollable = YES;
/expo/ios/vendored/sdk48/react-native-webview/apple/
H A DABI48_0_0RNCWebView.m1083 textField.cell.scrollable = YES;
/expo/ios/vendored/sdk47/react-native-webview/apple/
H A DABI47_0_0RNCWebView.m1063 textField.cell.scrollable = YES;

12