Home
last modified time | relevance | path

Searched refs:UIViewBounds (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_view_bounds.h45 class UIViewBounds : public HeapBase { class
48 * @brief Obtains a singleton <b>UIViewBounds</b> instance.
50 * @return Returns the <b>UIViewBounds</b> instance.
53 static UIViewBounds* GetInstance();
74 UIViewBounds() {} in UIViewBounds() function in OHOS::UIViewBounds
75 virtual ~UIViewBounds() {} in ~UIViewBounds()
77 UIViewBounds(const UIViewBounds&) = delete;
78 UIViewBounds& operator=(const UIViewBounds
[all...]
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp95 UIViewBounds::GetInstance()->SetShowState(true); in HWTEST_F()
96 bool state = UIViewBounds::GetInstance()->GetShowState(); in HWTEST_F()
99 UIViewBounds::GetInstance()->SetShowState(false); in HWTEST_F()
100 state = UIViewBounds::GetInstance()->GetShowState(); in HWTEST_F()
114 UIViewBounds::GetInstance()->SetShowState(true); in HWTEST_F()
116 bool state = UIViewBounds::GetInstance()->GetShowState(); in HWTEST_F()
120 UIViewBounds::GetInstance()->SetShowState(false); in HWTEST_F()
122 state = UIViewBounds::GetInstance()->GetShowState(); in HWTEST_F()
126 UIViewBounds::GetInstance()->SetShowState(true); in HWTEST_F()
127 UIViewBounds in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_view_bounds.cpp22 UIViewBounds* UIViewBounds::GetInstance() in GetInstance()
24 static UIViewBounds instance; in GetInstance()
28 void UIViewBounds::SetShowState(bool show) in SetShowState()
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp78 UIViewBounds::GetInstance()->SetShowState(true);
82 UIViewBounds::GetInstance()->SetShowState(false);
130 if (UIViewBounds::GetInstance()->GetShowState()) { in UIKitViewBoundsSetState001()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp121 if (!UIViewBounds::GetInstance()->GetShowState()) { in DrawViewBounds()

Completed in 4 milliseconds