Searched refs:heightForNotch (Results 1 – 3 of 3) sorted by relevance
13 func heightForNotch(at index: Int) -> CGFloat in numberOfNotches() function43 return heightForNotch(at: maximumNotchIndex)47 return heightForNotch(at: minimumNotchIndex)52 uniqueKeysWithValues: (0..<numberOfNotches()).map { ($0, heightForNotch(at: $0)) }
56 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()
49 func heightForNotch(at index: Int) -> CGFloat { in heightForNotch() function