Searched refs:notchHeightByIndex (Results 1 – 5 of 5) sorted by relevance
15 let notchHeightByIndex: [Int: CGFloat] variable19 0..<notchHeightByIndex.count23 return notchHeightByIndex[index] ?? 0 in height()
22 let notchHeightByIndex: [Int: CGFloat] variable26 return 0..<notchHeightByIndex.count30 return notchHeightByIndex[index] ?? 0 in height()
16 private(set) var notchHeightByIndex: [Int: CGFloat] = [:] variable40 notchHeightByIndex = Dictionary(uniqueKeysWithValues: values) in requestOverlayMetricsIfNeeded()46 return notchHeightByIndex.count in numberOfNotches()50 return notchHeightByIndex[index] ?? 0 in heightForNotch()
50 var notchHeightByIndex: [Int: CGFloat] { variable57 return Array(notchHeightByIndex.values.sorted()) in sortedHeights()
93 notchHeightByIndex: configuration.notchHeightByIndex, in overlayViewController()119 notchHeightByIndex: configuration.notchHeightByIndex, in overlayViewController()262 notchHeightByIndex: configuration.notchHeightByIndex, in overlayViewController()