Searched refs:GetCurrentDisplayRotation (Results 1 – 5 of 5) sorted by relevance
45 currentDisplayRotation_ = GetCurrentDisplayRotation(); in Init()63 rotationLockedRotation_ = GetCurrentDisplayRotation(); in SetScreenRotationLocked()66 … if (GetCurrentDisplayRotation() == ConvertDeviceToDisplayRotation(lastSensorRotationConverted_)) { in SetScreenRotationLocked()92 currentDisplayRotation_ = GetCurrentDisplayRotation(); in HandleSensorEventInput()107 Rotation ScreenRotationController::GetCurrentDisplayRotation() in GetCurrentDisplayRotation() function in OHOS::Rosen::ScreenRotationController187 if (targetRotation == GetCurrentDisplayRotation()) { in SetScreenRotation()339 return GetCurrentDisplayRotation(); in ConvertDeviceToDisplayRotation()404 return IsDisplayRotationVertical(GetCurrentDisplayRotation()); in IsCurrentDisplayVertical()409 return IsDisplayRotationHorizontal(GetCurrentDisplayRotation()); in IsCurrentDisplayHorizontal()
55 Rotation GetCurrentDisplayRotation(DisplayId displayId);
60 static Rotation GetCurrentDisplayRotation();
194 …CalcWaterfallRectsByRotation(GetCurrentDisplayRotation(displayId), displayWidth, displayHeight, re… in CalcWaterfallRects()312 Rotation ScreenCutoutController::GetCurrentDisplayRotation(DisplayId displayId) in GetCurrentDisplayRotation() function in OHOS::Rosen::ScreenCutoutController
217 ASSERT_EQ(Rotation::ROTATION_0, controller->GetCurrentDisplayRotation(displayId));