| /expo/apps/native-component-list/src/screens/Image/tests/ |
| H A D | shadows.tsx | 21 elevation: range(0, 10), 38 elevation: range(0, 10), 58 elevation: 10, 74 elevation: 10, 89 elevation: range(0, 10), 105 elevation: range(0, 10),
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementStyle.java | 59 float elevation = 0; field in RNSharedElementStyle 76 elevation = PixelUtil.toPixelFromDIP((float) config.getDouble("elevation")); in RNSharedElementStyle() 141 if (elevation != style.elevation) res += PROP_ELEVATION; in compare() 148 if (elevation > 0) return true; in isVisible() 237 result.elevation = style1.elevation + ((style2.elevation - style1.elevation) * position); in getInterpolatedStyle()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementStyle.java | 59 float elevation = 0; field in RNSharedElementStyle 76 elevation = PixelUtil.toPixelFromDIP((float) config.getDouble("elevation")); in RNSharedElementStyle() 141 if (elevation != style.elevation) res += PROP_ELEVATION; in compare() 148 if (elevation > 0) return true; in isVisible() 237 result.elevation = style1.elevation + ((style2.elevation - style1.elevation) * position); in getInterpolatedStyle()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/DrawerAndroid/__tests__/__snapshots__/ |
| H A D | DrawerAndroid-test.js.snap | 15 "elevation": 16, 67 "elevation": 16,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/DrawerAndroid/__tests__/__snapshots__/ |
| H A D | DrawerAndroid-test.js.snap | 15 "elevation": 16, 67 "elevation": 16,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/DrawerAndroid/__tests__/__snapshots__/ |
| H A D | DrawerAndroid-test.js.snap | 15 "elevation": 16, 67 "elevation": 16,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0ViewPropsMapBuffer.cpp | 83 if (oldProps.elevation != newProps.elevation) { in propsDiffMapBuffer() 84 builder.putDouble(VP_ELEVATION, newProps.elevation); in propsDiffMapBuffer()
|
| H A D | ABI49_0_0ViewProps.cpp | 205 elevation( 206 CoreFeatures::enablePropIteratorSetter ? sourceProps.elevation 211 sourceProps.elevation, 340 RAW_SET_PROP_SWITCH_CASE_BASIC(elevation); in setProp()
|
| H A D | ABI49_0_0ViewProps.h | 84 Float elevation{}; /* Android-only */
|
| H A D | ABI49_0_0ViewShadowNode.cpp | 60 formsStackingContext = formsStackingContext || viewProps.elevation != 0; in initialize()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0ViewPropsMapBuffer.cpp | 83 if (oldProps.elevation != newProps.elevation) { in propsDiffMapBuffer() 84 builder.putDouble(VP_ELEVATION, newProps.elevation); in propsDiffMapBuffer()
|
| H A D | ABI48_0_0ViewProps.cpp | 205 elevation( 206 CoreFeatures::enablePropIteratorSetter ? sourceProps.elevation 211 sourceProps.elevation, 351 RAW_SET_PROP_SWITCH_CASE_BASIC(elevation, {}); in setProp()
|
| H A D | ABI48_0_0ViewProps.h | 85 Float elevation{}; /* Android-only */
|
| H A D | ABI48_0_0ViewShadowNode.cpp | 60 formsStackingContext = formsStackingContext || viewProps.elevation != 0; in initialize()
|
| /expo/apps/native-component-list/src/screens/ExpoMaps/components/ |
| H A D | ExamplesListItem.tsx | 28 elevation: 8,
|
| /expo/home/navigation/ |
| H A D | defaultNavigationOptions.tsx | 10 elevation: 0,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0ViewProps.cpp | 190 elevation( 191 Props::enablePropIteratorSetter ? sourceProps.elevation 196 sourceProps.elevation, 335 RAW_SET_PROP_SWITCH_CASE_BASIC(elevation, {}); in setProp()
|
| H A D | ABI47_0_0ViewProps.h | 79 Float elevation{}; /* Android-only */
|
| H A D | ABI47_0_0ViewShadowNode.cpp | 81 formsStackingContext = formsStackingContext || viewProps.elevation != 0; in initialize()
|
| /expo/apps/native-component-list/src/navigation/ |
| H A D | StackConfig.tsx | 15 elevation: 0,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI47_0_0shadowTreeGeneration.h | 172 viewProps.elevation = entropy.random<bool>() ? 1 : 0; in messWithLayoutableOnlyFlag() 203 viewProps.elevation = 0; in messWithNodeFlattenednessFlags() 213 viewProps.elevation = entropy.random<int>(); in messWithNodeFlattenednessFlags()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI49_0_0shadowTreeGeneration.h | 173 viewProps.elevation = entropy.random<bool>() ? 1 : 0; in messWithLayoutableOnlyFlag() 204 viewProps.elevation = 0; in messWithNodeFlattenednessFlags() 214 viewProps.elevation = entropy.random<int>(); in messWithNodeFlattenednessFlags()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI48_0_0shadowTreeGeneration.h | 173 viewProps.elevation = entropy.random<bool>() ? 1 : 0; in messWithLayoutableOnlyFlag() 204 viewProps.elevation = 0; in messWithNodeFlattenednessFlags() 214 viewProps.elevation = entropy.random<int>(); in messWithNodeFlattenednessFlags()
|
| /expo/packages/expo-image/src/ |
| H A D | ExpoImage.tsx | 58 // Android uses the `elevation` prop, whereas iOS 67 delete resolvedStyle.elevation;
|
| /expo/packages/expo-image/build/ |
| H A D | ExpoImage.js | 47 delete resolvedStyle.elevation;
|