Home
last modified time | relevance | path

Searched refs:targetHeight (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DHeightContraintOverlayTranslationController.swift107 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 DImageViewWrapperTarget.kt148 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 DImageViewWrapperTarget.kt148 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 DReanimatedLightbox.tsx151 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 DABI47_0_0REAAnimationsManager.m244 @"targetHeight" : values[@"height"],
280 @"targetHeight" : targetValues[@"height"],
/expo/ios/vendored/sdk48/react-native-reanimated/ios/LayoutReanimation/
H A DABI48_0_0REAAnimationsManager.m244 @"targetHeight" : values[@"height"],
280 @"targetHeight" : targetValues[@"height"],
/expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/
H A DREAAnimationsManager.m245 @"targetHeight" : values[@"height"],
280 preparedData[@"targetHeight"] = targetValues[@"height"];
/expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/
H A DABI49_0_0REAAnimationsManager.m245 @"targetHeight" : values[@"height"],
280 preparedData[@"targetHeight"] = targetValues[@"height"];