Home
last modified time | relevance | path

Searched refs:RECTANGLE (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/utils/interfaces/kits/gfx_utils/
Dgraphic_types.h142 RECTANGLE = 0, // rectangular screen enumerator
/foundation/graphic/ui/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h180 ScreenShape screenShape_ = RECTANGLE;
/foundation/graphic/ui/frameworks/components/
Dui_abstract_scroll.cpp93 …if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE && scrollView_.xScrollBarVisi… in OnStop()
437 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in OnPostDraw()
/foundation/graphic/ui/test/uitest/test_scroll_bar/
Dui_test_scroll_bar.cpp106 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE); in TearDown()
/foundation/graphic/ui/test/unittest/components/
Dui_scroll_bar_test.cpp143 BaseGfxEngine::GetInstance()->SetScreenShape(ScreenShape::RECTANGLE);
/foundation/graphic/ui/test/uitest/test_ui_scroll_view/
Dui_test_ui_scroll_view.cpp21 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { \
/foundation/graphic/ui/test/uitest/test_rotate_input/
Dui_test_rotate_input.cpp238 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in UIKit_Rotate_Event_Scroll_View_002()
/foundation/graphic/ui/test/uitest/test_event_injector/
Dui_test_event_injector.cpp341 if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE) { in SetUpScrollView()