Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DConcreteOverlayContainerContextTargetNotchPolicy.swift15 let notchHeightByIndex: [Int: CGFloat] variable
19 0..<notchHeightByIndex.count
23 return notchHeightByIndex[index] ?? 0 in height()
H A DConcreteOverlayContainerContextTransitioning.swift22 let notchHeightByIndex: [Int: CGFloat] variable
26 return 0..<notchHeightByIndex.count
30 return notchHeightByIndex[index] ?? 0 in height()
H A DOverlayContainerConfigurationImplementation.swift16 private(set) var notchHeightByIndex: [Int: CGFloat] = [:] variable
40 notchHeightByIndex = Dictionary(uniqueKeysWithValues: values) in requestOverlayMetricsIfNeeded()
46 return notchHeightByIndex.count in numberOfNotches()
50 return notchHeightByIndex[index] ?? 0 in heightForNotch()
H A DOverlayContainerConfiguration.swift50 var notchHeightByIndex: [Int: CGFloat] { variable
57 return Array(notchHeightByIndex.values.sorted()) in sortedHeights()
H A DHeightContraintOverlayTranslationController.swift93 notchHeightByIndex: configuration.notchHeightByIndex, in overlayViewController()
119 notchHeightByIndex: configuration.notchHeightByIndex, in overlayViewController()
262 notchHeightByIndex: configuration.notchHeightByIndex, in overlayViewController()