Home
last modified time | relevance | path

Searched refs:elevation (Results 1 – 25 of 46) sorted by relevance

12

/expo/apps/native-component-list/src/screens/Image/tests/
H A Dshadows.tsx21 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 DRNSharedElementStyle.java59 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 DRNSharedElementStyle.java59 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 DDrawerAndroid-test.js.snap15 "elevation": 16,
67 "elevation": 16,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/DrawerAndroid/__tests__/__snapshots__/
H A DDrawerAndroid-test.js.snap15 "elevation": 16,
67 "elevation": 16,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/DrawerAndroid/__tests__/__snapshots__/
H A DDrawerAndroid-test.js.snap15 "elevation": 16,
67 "elevation": 16,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0ViewPropsMapBuffer.cpp83 if (oldProps.elevation != newProps.elevation) { in propsDiffMapBuffer()
84 builder.putDouble(VP_ELEVATION, newProps.elevation); in propsDiffMapBuffer()
H A DABI49_0_0ViewProps.cpp205 elevation(
206 CoreFeatures::enablePropIteratorSetter ? sourceProps.elevation
211 sourceProps.elevation,
340 RAW_SET_PROP_SWITCH_CASE_BASIC(elevation); in setProp()
H A DABI49_0_0ViewProps.h84 Float elevation{}; /* Android-only */
H A DABI49_0_0ViewShadowNode.cpp60 formsStackingContext = formsStackingContext || viewProps.elevation != 0; in initialize()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0ViewPropsMapBuffer.cpp83 if (oldProps.elevation != newProps.elevation) { in propsDiffMapBuffer()
84 builder.putDouble(VP_ELEVATION, newProps.elevation); in propsDiffMapBuffer()
H A DABI48_0_0ViewProps.cpp205 elevation(
206 CoreFeatures::enablePropIteratorSetter ? sourceProps.elevation
211 sourceProps.elevation,
351 RAW_SET_PROP_SWITCH_CASE_BASIC(elevation, {}); in setProp()
H A DABI48_0_0ViewProps.h85 Float elevation{}; /* Android-only */
H A DABI48_0_0ViewShadowNode.cpp60 formsStackingContext = formsStackingContext || viewProps.elevation != 0; in initialize()
/expo/apps/native-component-list/src/screens/ExpoMaps/components/
H A DExamplesListItem.tsx28 elevation: 8,
/expo/home/navigation/
H A DdefaultNavigationOptions.tsx10 elevation: 0,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0ViewProps.cpp190 elevation(
191 Props::enablePropIteratorSetter ? sourceProps.elevation
196 sourceProps.elevation,
335 RAW_SET_PROP_SWITCH_CASE_BASIC(elevation, {}); in setProp()
H A DABI47_0_0ViewProps.h79 Float elevation{}; /* Android-only */
H A DABI47_0_0ViewShadowNode.cpp81 formsStackingContext = formsStackingContext || viewProps.elevation != 0; in initialize()
/expo/apps/native-component-list/src/navigation/
H A DStackConfig.tsx15 elevation: 0,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI47_0_0shadowTreeGeneration.h172 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 DABI49_0_0shadowTreeGeneration.h173 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 DABI48_0_0shadowTreeGeneration.h173 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 DExpoImage.tsx58 // Android uses the `elevation` prop, whereas iOS
67 delete resolvedStyle.elevation;
/expo/packages/expo-image/build/
H A DExpoImage.js47 delete resolvedStyle.elevation;

12