Searched refs:displayToDisplayOrientationMap_ (Results 1 – 3 of 3) sorted by relevance
39 std::map<Rotation, DisplayOrientation> ScreenRotationController::displayToDisplayOrientationMap_; member in OHOS::Rosen::ScreenRotationController330 if (displayToDisplayOrientationMap_.empty()) { in ConvertRotationToDisplayOrientation()333 return displayToDisplayOrientationMap_.at(rotation); in ConvertRotationToDisplayOrientation()367 if (displayToDisplayOrientationMap_.empty()) { in ProcessRotationMapping()368 displayToDisplayOrientationMap_ = { in ProcessRotationMapping()
90 static std::map<Rotation, DisplayOrientation> displayToDisplayOrientationMap_; variable
512 ASSERT_FALSE(ScreenRotationController::displayToDisplayOrientationMap_.empty());515 ScreenRotationController::displayToDisplayOrientationMap_.clear();516 ASSERT_TRUE(ScreenRotationController::displayToDisplayOrientationMap_.empty());