Home
last modified time | relevance | path

Searched refs:GetScreenShape (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp83 ScreenShape Screen::GetScreenShape() in GetScreenShape() function in OHOS::Screen
85 return BaseGfxEngine::GetInstance()->GetScreenShape(); in GetScreenShape()
/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/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/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h180 virtual ScreenShape GetScreenShape() in GetScreenShape() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h427 static ScreenShape GetScreenShape() in GetScreenShape() function
/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/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/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md136 virtual ScreenShape GetScreenShape()
/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/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md136 virtual ScreenShape GetScreenShape()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp749 …Config = AceResConfig(language, script, region, longScreenType, SystemProperties::GetScreenShape(), in GetCurrentDeviceDeclarativeResTag()