Searched refs:windowOrientation (Results 1 – 3 of 3) sorted by relevance
21 DeviceOrientation WindowUtils::GetDeviceOrientation(int32_t windowOrientation) in GetDeviceOrientation() argument24 ((windowOrientation == static_cast<int32_t>(Rosen::DisplayOrientation::LANDSCAPE)) || in GetDeviceOrientation()25 … (windowOrientation == static_cast<int32_t>(Rosen::DisplayOrientation::LANDSCAPE_INVERTED))) in GetDeviceOrientation()
25 static DeviceOrientation GetDeviceOrientation(int32_t windowOrientation);
4718 auto windowOrientation = static_cast<Orientation>(defaultRequestedOrientation); in OnSyncDefaultRequestedOrientation() local4719 if (windowOrientation < Orientation::BEGIN || windowOrientation > Orientation::END) { in OnSyncDefaultRequestedOrientation()4724 session->SetDefaultRequestedOrientation(windowOrientation); in OnSyncDefaultRequestedOrientation()