Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayContainerConfigurationImplementation.swift37 let heights = (0..<numberOfNotches).map { requestHeightForNotch(at: $0) } in requestOverlayMetricsIfNeeded()
117 private func requestHeightForNotch(at index: Int) -> CGFloat { in requestHeightForNotch() function