Home
last modified time | relevance | path

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

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift19 var controllerInterfaceMasks: [ObjectIdentifier: UIInterfaceOrientationMask] = [:] in screenOrientationDidChange() variable
113 controllerInterfaceMasks[controllerIdentifier] = mask in screenOrientationDidChange()
124 if controllerInterfaceMasks.isEmpty { in screenOrientationDidChange()
131 for moduleMask in controllerInterfaceMasks { in screenOrientationDidChange()
216 controllerInterfaceMasks.removeValue(forKey: controllerIdentifier) in screenOrientationDidChange()