Searched refs:landscapeMask (Results 1 – 3 of 3) sorted by relevance
171 let landscapeMask = currentOrientationMask.intersection(.landscape) in screenOrientationDidChange() variable173 if landscapeMask == .landscapeLeft { in screenOrientationDidChange()177 } else if landscapeMask == .landscapeRight { in screenOrientationDidChange()
203 …UIInterfaceOrientationMask landscapeMask = currentOrientationMask & UIInterfaceOrientationMaskLand…207 if (landscapeMask == UIInterfaceOrientationMaskLandscapeLeft) {212 else if (landscapeMask == UIInterfaceOrientationMaskLandscapeRight) {