Searched refs:interfaceOrientations (Results 1 – 4 of 4) sorted by relevance
59 function resolveExistingIpadInterfaceOrientations(interfaceOrientations: any): string[] {62 isStringArray(interfaceOrientations) &&64 interfaceOrientations.length &&66 !hasMinimumOrientations(interfaceOrientations)68 const existingList = interfaceOrientations!.join(', ');73 return interfaceOrientations;
70 function resolveExistingIpadInterfaceOrientations(interfaceOrientations) { argument73 isStringArray(interfaceOrientations) &&75 interfaceOrientations.length &&77 !hasMinimumOrientations(interfaceOrientations)) {78 const existingList = interfaceOrientations.join(', ');80 return interfaceOrientations;
1 …interfaceOrientations","length","existingList","join","addWarningIOS","infoPlist","requiresFullScr…
95 windowScene?.requestGeometryUpdate(.iOS(interfaceOrientations: orientationMask)) in screenOrientationDidChange()