Searched refs:canReachNotch (Results 1 – 2 of 2) sorted by relevance
15 func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool in numberOfNotches() function61 return (0..<numberOfNotches()).filter { canReachNotch(at: $0, for: overlayContainer) } in enabledNotchIndexes()
104 func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool { in canReachNotch() function