Searched refs:IsDeviceRotationHorizontal (Results 1 – 3 of 3) sorted by relevance
169 if (IsDeviceRotationHorizontal(sensorRotationConverted)) { in ProcessAutoRotationPortraitOrientation()289 if (IsDeviceRotationHorizontal(rotation)) { in ProcessSwitchToAutoRotationLandscape()396 bool ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation deviceRotation) in IsDeviceRotationHorizontal() function in OHOS::Rosen::ScreenRotationController
69 static bool IsDeviceRotationHorizontal(DeviceRotation deviceRotation);
382 …ASSERT_EQ(true, ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation::ROTATION_LAND…383 …ASSERT_EQ(true, ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation::ROTATION_LAND…384 …ASSERT_EQ(false, ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation::ROTATION_POR…