Home
last modified time | relevance | path

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

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationRegistry.swift111 let controllerIdentifier = ObjectIdentifier(controller) in screenOrientationDidChange() variable
113 controllerInterfaceMasks[controllerIdentifier] = mask in screenOrientationDidChange()
214 let controllerIdentifier = ObjectIdentifier(controller) in screenOrientationDidChange() variable
216 controllerInterfaceMasks.removeValue(forKey: controllerIdentifier) in screenOrientationDidChange()