Home
last modified time | relevance | path

Searched refs:ScreenShape (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp72 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
170 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()
172 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h48 …LongScreenType screenLong, ScreenShape screenShape, DeviceOrientation orientation, ColorMode color… in AceResConfig()
88 ScreenShape screenShape_ = ScreenShape::SCREEN_SHAPE_UNDEFINED;
H A Dace_res_key_parser.cpp62 const std::unordered_map<std::string, ScreenShape> RES_SCREEN_SHAPE = {
63 { "round", ScreenShape::ROUND },
64 { "notround", ScreenShape::NOT_ROUND },
355 std::string AceResKeyParser::GetScreenShapeByType(ScreenShape type) const in GetScreenShapeByType()
H A Dace_res_key_parser.h48 std::string GetScreenShapeByType(ScreenShape type) const;
H A Dace_res_config.cpp458 deviceConfig.screenShape_ != ScreenShape::SCREEN_SHAPE_UNDEFINED) { in IsCandidateDeclarativeResConfigPreferred()
463 return candidateConfig.screenShape_ == ScreenShape::SCREEN_SHAPE_UNDEFINED; in IsCandidateDeclarativeResConfigPreferred()
669 …nding.append(AceResKeyParser::GetInstance().GetScreenShapeByType(static_cast<ScreenShape>(value))); in GetConfigString()
925 screenShape_ = static_cast<ScreenShape>(keyParam.value); in ParseConfig()
1076 if (resConfig.screenShape_ != ScreenShape::SCREEN_SHAPE_UNDEFINED) { in ConvertDeclarativeResConfigToTag()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h175 virtual void SetScreenShape(ScreenShape screenShape) in SetScreenShape()
180 virtual ScreenShape GetScreenShape() in GetScreenShape()
199 ScreenShape screenShape_ = RECTANGLE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h57 enum class ScreenShape : int32_t { enum
427 static ScreenShape GetScreenShape() in GetScreenShape()
619 static ScreenShape screenShape_;
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp93 …if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE && scrollView_.xScrollBarVisi… in OnStop()
401 if (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE) { in SetXScrollBarVisible()
418 if (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE) { in SetYScrollBarVisible()
435 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in OnPostDraw()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dscreen.h88 ScreenShape GetScreenShape();
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/
H A Dui_test_scroll_bar.cpp32 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::CIRCLE); in SetUp()
111 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE); in TearDown()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.cpp41 isRoundScreen_ = (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE); in Initialize()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp137 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::CIRCLE);
143 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp409 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };
593 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()
595 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_types.h149 enum ScreenShape { enum
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp83 ScreenShape Screen::GetScreenShape() in GetScreenShape()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md131 virtual void SetScreenShape(ScreenShape screenShape)
136 virtual ScreenShape GetScreenShape()
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md338 | screenShape | ScreenShape结构体 | 标识DistroFilter中的screenShape信息 | NA |
350 ### ScreenShape结构体信息
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.cpp21 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { \
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md131 virtual void SetScreenShape(ScreenShape screenShape)
136 virtual ScreenShape GetScreenShape()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp238 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in UIKitRotateEventScrollView002()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp341 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in SetUpScrollView()
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md338 | screenShape | ScreenShape struct | Screen shape of the **DistroFilter** struct. | NA |
350 ### ScreenShape Struct