Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
Dscreen.cpp83 ScreenShape Screen::GetScreenShape() in GetScreenShape() function in OHOS::Screen
85 return BaseGfxEngine::GetInstance()->GetScreenShape(); in GetScreenShape()
/foundation/arkui/ui_lite/interfaces/kits/common/
Dscreen.h88 ScreenShape GetScreenShape();
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Dsystem_info.cpp41 isRoundScreen_ = (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE); in Initialize()
/foundation/arkui/ui_lite/frameworks/components/
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()
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h180 virtual ScreenShape GetScreenShape() in GetScreenShape() function
/foundation/arkui/ace_engine/frameworks/base/utils/
Dsystem_properties.h268 static ScreenShape GetScreenShape() in GetScreenShape() function
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
Dui_test_ui_scroll_view.cpp21 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { \
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
Dui_test_rotate_input.cpp238 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in UIKitRotateEventScrollView002()
/foundation/arkui/ui_lite/test/uitest/test_event_injector/
Dui_test_event_injector.cpp341 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in SetUpScrollView()
/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.cpp754 …Config = AceResConfig(language, script, region, longScreenType, SystemProperties::GetScreenShape(), in GetCurrentDeviceDeclarativeResTag()