Searched refs:targetHeight (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/ |
| H A D | HeightContraintOverlayTranslationController.swift | 107 let targetHeight = configuration.heightForNotch(at: translationEndNotchIndex) in overlayViewController() variable 118 targetTranslationHeight: targetHeight, in overlayViewController() 139 updateConstraint(toHeight: targetHeight) in overlayViewController() 143 translateOverlayWithoutAnimation(toHeight: targetHeight, isDragging: false) in overlayViewController()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/ |
| H A D | ImageViewWrapperTarget.kt | 148 val currentHeight = targetHeight in checkCurrentDimens() 160 val currentHeight = targetHeight in getSize() 208 private val targetHeight: Int constant in abi49_0_0.expo.modules.image.SizeDeterminer
|
| /expo/packages/expo-image/android/src/main/java/expo/modules/image/ |
| H A D | ImageViewWrapperTarget.kt | 148 val currentHeight = targetHeight in checkCurrentDimens() 160 val currentHeight = targetHeight in getSize() 208 private val targetHeight: Int constant in expo.modules.image.SizeDeterminer
|
| /expo/apps/native-component-list/src/screens/Reanimated/ |
| H A D | ReanimatedLightbox.tsx | 151 const targetHeight = item.height / scaleFactor; 161 const targetY = useSharedValue((dimensions.height - targetHeight) / 2 - headerHeight); 229 height: interpolateProgress([height.value, targetHeight]),
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI47_0_0REAAnimationsManager.m | 244 @"targetHeight" : values[@"height"], 280 @"targetHeight" : targetValues[@"height"],
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI48_0_0REAAnimationsManager.m | 244 @"targetHeight" : values[@"height"], 280 @"targetHeight" : targetValues[@"height"],
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | REAAnimationsManager.m | 245 @"targetHeight" : values[@"height"], 280 preparedData[@"targetHeight"] = targetValues[@"height"];
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI49_0_0REAAnimationsManager.m | 245 @"targetHeight" : values[@"height"], 280 preparedData[@"targetHeight"] = targetValues[@"height"];
|