Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayContainerConfiguration.swift13 func heightForNotch(at index: Int) -> CGFloat in numberOfNotches() function
43 return heightForNotch(at: maximumNotchIndex)
47 return heightForNotch(at: minimumNotchIndex)
52 uniqueKeysWithValues: (0..<numberOfNotches()).map { ($0, heightForNotch(at: $0)) }
H A DHeightContraintOverlayTranslationController.swift56 return configuration.heightForNotch(at: translationEndNotchIndex) in overlayViewController()
107 let targetHeight = configuration.heightForNotch(at: translationEndNotchIndex) in overlayViewController()
199 configuration.heightForNotch(at: $0) == translationHeight in overlayViewController()
244 let heights = enabledNotchIndexes().map { configuration.heightForNotch(at: $0) } in overlayViewController()
248 return configuration.heightForNotch(at: index) != translationEndNotchHeight in overlayViewController()
283 configuration.heightForNotch(at: $0) in overlayViewController()
291 configuration.heightForNotch(at: $0) in overlayViewController()
H A DOverlayContainerConfigurationImplementation.swift49 func heightForNotch(at index: Int) -> CGFloat { in heightForNotch() function