Home
last modified time | relevance | path

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

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayContainerConfiguration.swift15 func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool in numberOfNotches() function
61 return (0..<numberOfNotches()).filter { canReachNotch(at: $0, for: overlayContainer) } in enabledNotchIndexes()
H A DOverlayContainerConfigurationImplementation.swift104 func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool { in canReachNotch() function