/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 72 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 D | ace_res_config.h | 48 …LongScreenType screenLong, ScreenShape screenShape, DeviceOrientation orientation, ColorMode color… in AceResConfig() 88 ScreenShape screenShape_ = ScreenShape::SCREEN_SHAPE_UNDEFINED;
|
H A D | ace_res_key_parser.cpp | 62 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 D | ace_res_key_parser.h | 48 std::string GetScreenShapeByType(ScreenShape type) const;
|
H A D | ace_res_config.cpp | 458 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 D | gfx_engine_manager.h | 175 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 D | system_properties.h | 57 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 D | ui_abstract_scroll.cpp | 93 …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 D | screen.h | 88 ScreenShape GetScreenShape();
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/ |
H A D | ui_test_scroll_bar.cpp | 32 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 D | system_info.cpp | 41 isRoundScreen_ = (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE); in Initialize()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_scroll_bar_test.cpp | 137 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::CIRCLE); 143 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 409 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 D | graphic_types.h | 149 enum ScreenShape { enum
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | screen.cpp | 83 ScreenShape Screen::GetScreenShape() in GetScreenShape()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 131 virtual void SetScreenShape(ScreenShape screenShape) 136 virtual ScreenShape GetScreenShape()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 338 | screenShape | ScreenShape结构体 | 标识DistroFilter中的screenShape信息 | NA | 350 ### ScreenShape结构体信息
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/ |
H A D | ui_test_ui_scroll_view.cpp | 21 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { \
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 131 virtual void SetScreenShape(ScreenShape screenShape) 136 virtual ScreenShape GetScreenShape()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/ |
H A D | ui_test_rotate_input.cpp | 238 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in UIKitRotateEventScrollView002()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.cpp | 341 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in SetUpScrollView()
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | unpacking-tool.md | 338 | screenShape | ScreenShape struct | Screen shape of the **DistroFilter** struct. | NA | 350 ### ScreenShape Struct
|