Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_view_bounds.h45 class UIViewBounds : public HeapBase {
53 static UIViewBounds* GetInstance();
74 UIViewBounds() {} in UIViewBounds() function
75 virtual ~UIViewBounds() {} in ~UIViewBounds()
77 UIViewBounds(const UIViewBounds&) = delete;
78 UIViewBounds& operator=(const UIViewBounds&) = delete;
79 UIViewBounds(UIViewBounds&&) = delete;
80 UIViewBounds& operator=(UIViewBounds&&) = delete;
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp95 UIViewBounds::GetInstance()->SetShowState(true);
99 UIViewBounds::GetInstance()->SetShowState(false);
100 state = UIViewBounds::GetInstance()->GetShowState();
114 UIViewBounds::GetInstance()->SetShowState(true);
122 state = UIViewBounds::GetInstance()->GetShowState();
126 UIViewBounds::GetInstance()->SetShowState(true);
165 UIViewBounds::GetInstance()->SetShowState(false);
169 UIViewBounds::GetInstance()->SetShowState(true);
175 UIViewBounds::GetInstance()->SetShowState(false);
220 UIViewBounds::GetInstance()->SetShowState(true);
[all …]
/ohos5.0/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()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp78 UIViewBounds::GetInstance()->SetShowState(true); in OnChange()
82 UIViewBounds::GetInstance()->SetShowState(false); in OnChange()
130 if (UIViewBounds::GetInstance()->GetShowState()) { in UIKitViewBoundsSetState001()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp121 if (!UIViewBounds::GetInstance()->GetShowState()) { in DrawViewBounds()