Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DHeightContraintOverlayTranslationController.swift143 translateOverlayWithoutAnimation(toHeight: targetHeight, isDragging: false) in overlayViewController()
229 translateOverlayWithoutAnimation(toHeight: max(height, 0), isDragging: true) in overlayViewController()
251 private func translateOverlayWithoutAnimation(toHeight height: CGFloat, isDragging: Bool) { in overlayViewController() function