| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ |
| H A D | ABI47_0_0RawPropsTest.cpp | 191 float value = (float)*raw.at("floatValue", nullptr, nullptr); in TEST() 206 double value = (double)*raw.at("doubleValue", nullptr, nullptr); in TEST() 220 int value = (int)*raw.at("intValue", nullptr, nullptr); in TEST() 234 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 235 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 236 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 252 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 274 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 282 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 304 ABI47_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ |
| H A D | ABI48_0_0RawPropsTest.cpp | 191 auto value = (float)*raw.at("floatValue", nullptr, nullptr); in TEST() 206 auto value = (double)*raw.at("doubleValue", nullptr, nullptr); in TEST() 220 int value = (int)*raw.at("intValue", nullptr, nullptr); in TEST() 234 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 235 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 236 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 252 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 274 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 282 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 304 ABI48_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ |
| H A D | ABI49_0_0RawPropsTest.cpp | 191 auto value = (float)*raw.at("floatValue", nullptr, nullptr); in TEST() 206 auto value = (double)*raw.at("doubleValue", nullptr, nullptr); in TEST() 220 int value = (int)*raw.at("intValue", nullptr, nullptr); in TEST() 234 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 235 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 236 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 252 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 274 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 282 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() 304 ABI49_0_0EXPECT_EQ((int)*raw.at("intValue", nullptr, nullptr), 42); in TEST() [all …]
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/ |
| H A D | OverlayContainerConfiguration.swift | 13 func heightForNotch(at index: Int) -> CGFloat in numberOfNotches() 15 func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool in numberOfNotches() 22 at point: CGPoint, in numberOfNotches() 43 return heightForNotch(at: maximumNotchIndex) 47 return heightForNotch(at: minimumNotchIndex) 52 uniqueKeysWithValues: (0..<numberOfNotches()).map { ($0, heightForNotch(at: $0)) } 61 return (0..<numberOfNotches()).filter { canReachNotch(at: $0, for: overlayContainer) } in enabledNotchIndexes()
|
| H A D | OverlayContainerConfigurationImplementation.swift | 37 let heights = (0..<numberOfNotches).map { requestHeightForNotch(at: $0) } in requestOverlayMetricsIfNeeded() 49 func heightForNotch(at index: Int) -> CGFloat { in heightForNotch() 82 at point: CGPoint, 88 at: point, 104 func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool { in canReachNotch() 117 private func requestHeightForNotch(at index: Int) -> CGFloat { in requestHeightForNotch()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/image/ |
| H A D | ABI48_0_0conversions.h | 47 items.at("width").hasType<Float>() && in fromRawValue() 48 items.at("height").hasType<Float>()) { in fromRawValue() 49 result.size = {(Float)items.at("width"), (Float)items.at("height")}; in fromRawValue() 55 items.at("scale").hasType<Float>()) { in fromRawValue() 56 result.scale = (Float)items.at("scale"); in fromRawValue() 64 items.at("url").hasType<std::string>()) { in fromRawValue() 65 result.uri = (std::string)items.at("url"); in fromRawValue() 71 items.at("uri").hasType<std::string>()) { in fromRawValue() 72 result.uri = (std::string)items.at("uri"); in fromRawValue() 78 items.at("bundle").hasType<std::string>()) { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/image/ |
| H A D | ABI49_0_0conversions.h | 47 items.at("width").hasType<Float>() && in fromRawValue() 48 items.at("height").hasType<Float>()) { in fromRawValue() 49 result.size = {(Float)items.at("width"), (Float)items.at("height")}; in fromRawValue() 55 items.at("scale").hasType<Float>()) { in fromRawValue() 56 result.scale = (Float)items.at("scale"); in fromRawValue() 64 items.at("url").hasType<std::string>()) { in fromRawValue() 65 result.uri = (std::string)items.at("url"); in fromRawValue() 71 items.at("uri").hasType<std::string>()) { in fromRawValue() 72 result.uri = (std::string)items.at("uri"); in fromRawValue() 78 items.at("bundle").hasType<std::string>()) { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/image/ |
| H A D | ABI47_0_0conversions.h | 47 items.at("width").hasType<Float>() && in fromRawValue() 48 items.at("height").hasType<Float>()) { in fromRawValue() 49 result.size = {(Float)items.at("width"), (Float)items.at("height")}; in fromRawValue() 55 items.at("scale").hasType<Float>()) { in fromRawValue() 56 result.scale = (Float)items.at("scale"); in fromRawValue() 64 items.at("url").hasType<std::string>()) { in fromRawValue() 65 result.uri = (std::string)items.at("url"); in fromRawValue() 71 items.at("uri").hasType<std::string>()) { in fromRawValue() 72 result.uri = (std::string)items.at("uri"); in fromRawValue() 78 items.at("bundle").hasType<std::string>()) { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI49_0_0StackingContextTest.cpp | 370 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(0)->tag, 3); in TEST_F() 371 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(1)->tag, 5); in TEST_F() 372 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(2)->tag, 7); in TEST_F() 584 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(1)->tag, 9); in TEST_F() 585 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(2)->tag, 8); in TEST_F() 586 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(3)->tag, 7); in TEST_F() 587 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(4)->tag, 5); in TEST_F() 588 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(5)->tag, 3); in TEST_F() 667 ABI49_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(0)->tag, 6); in TEST_F() 675 ABI49_0_0EXPECT_EQ(view6.children.at(0)->tag, 8); in TEST_F() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI48_0_0StackingContextTest.cpp | 370 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(0)->tag, 3); in TEST_F() 371 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(1)->tag, 5); in TEST_F() 372 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(2)->tag, 7); in TEST_F() 584 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(1)->tag, 9); in TEST_F() 585 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(2)->tag, 8); in TEST_F() 586 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(3)->tag, 7); in TEST_F() 587 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(4)->tag, 5); in TEST_F() 588 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(5)->tag, 3); in TEST_F() 667 ABI48_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(0)->tag, 6); in TEST_F() 675 ABI48_0_0EXPECT_EQ(view6.children.at(0)->tag, 8); in TEST_F() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI47_0_0StackingContextTest.cpp | 371 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(0)->tag, 3); in TEST_F() 372 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(1)->tag, 5); in TEST_F() 373 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(2)->tag, 7); in TEST_F() 585 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(1)->tag, 9); in TEST_F() 586 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(2)->tag, 8); in TEST_F() 587 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(3)->tag, 7); in TEST_F() 588 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(4)->tag, 5); in TEST_F() 589 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(5)->tag, 3); in TEST_F() 668 ABI47_0_0EXPECT_EQ(viewTree.getRootStubView().children.at(0)->tag, 6); in TEST_F() 676 ABI47_0_0EXPECT_EQ(view6.children.at(0)->tag, 8); in TEST_F() [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiLayerNode.h | 28 if (children.at(i)->getNodeClass() == NodeClass::DeclarationNode) { in renderNode() 30 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 36 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 56 if (children.at(i)->getNodeClass() == NodeClass::RenderNode) { in renderNode() 57 std::static_pointer_cast<JsiDomRenderNode>(children.at(i)) in renderNode()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiLayerNode.h | 28 if (children.at(i)->getNodeClass() == NodeClass::DeclarationNode) { in renderNode() 30 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 36 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 56 if (children.at(i)->getNodeClass() == NodeClass::RenderNode) { in renderNode() 57 std::static_pointer_cast<JsiDomRenderNode>(children.at(i)) in renderNode()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiLayerNode.h | 28 if (children.at(i)->getNodeClass() == NodeClass::DeclarationNode) { in renderNode() 30 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 36 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 56 if (children.at(i)->getNodeClass() == NodeClass::RenderNode) { in renderNode() 57 std::static_pointer_cast<JsiDomRenderNode>(children.at(i)) in renderNode()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/ |
| H A D | JsiLayerNode.h | 28 if (children.at(i)->getNodeClass() == NodeClass::DeclarationNode) { in renderNode() 30 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 36 std::static_pointer_cast<JsiDomDeclarationNode>(children.at(i)); in renderNode() 56 if (children.at(i)->getNodeClass() == NodeClass::RenderNode) { in renderNode() 57 std::static_pointer_cast<JsiDomRenderNode>(children.at(i)) in renderNode()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0conversions.h | 41 colorComponents.red = items.at(0); in fromRawValue() 42 colorComponents.green = items.at(1); in fromRawValue() 43 colorComponents.blue = items.at(2); in fromRawValue() 44 colorComponents.alpha = length == 4 ? items.at(3) : 1.0f; in fromRawValue() 98 result = {array.at(0), array.at(1)}; in fromRawValue() 132 result = {array.at(0), array.at(1)}; in fromRawValue() 176 result = {array.at(0), array.at(1), array.at(2), array.at(3)}; in fromRawValue() 220 result = {array.at(0), array.at(1), array.at(2), array.at(3)}; in fromRawValue()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0conversions.h | 41 colorComponents.red = items.at(0); in fromRawValue() 42 colorComponents.green = items.at(1); in fromRawValue() 43 colorComponents.blue = items.at(2); in fromRawValue() 44 colorComponents.alpha = length == 4 ? items.at(3) : 1.0f; in fromRawValue() 98 result = {array.at(0), array.at(1)}; in fromRawValue() 132 result = {array.at(0), array.at(1)}; in fromRawValue() 176 result = {array.at(0), array.at(1), array.at(2), array.at(3)}; in fromRawValue() 220 result = {array.at(0), array.at(1), array.at(2), array.at(3)}; in fromRawValue()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI49_0_0graphicsConversions.h | 45 colorComponents.red = items.at(0); in fromRawValue() 46 colorComponents.green = items.at(1); in fromRawValue() 47 colorComponents.blue = items.at(2); in fromRawValue() 48 colorComponents.alpha = length == 4 ? items.at(3) : 1.0f; in fromRawValue() 97 result = {array.at(0), array.at(1)}; in fromRawValue() 131 result = {array.at(0), array.at(1)}; in fromRawValue() 175 result = {array.at(0), array.at(1), array.at(2), array.at(3)}; in fromRawValue() 219 result = {array.at(0), array.at(1), array.at(2), array.at(3)}; in fromRawValue()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkAlphaType.h | 41 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) { in SkAlphaTypeIsOpaque() argument 42 return kOpaque_SkAlphaType == at; in SkAlphaTypeIsOpaque()
|