Home
last modified time | relevance | path

Searched refs:GetShowState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp96 bool state = UIViewBounds::GetInstance()->GetShowState();
100 state = UIViewBounds::GetInstance()->GetShowState();
116 bool state = UIViewBounds::GetInstance()->GetShowState();
122 state = UIViewBounds::GetInstance()->GetShowState();
130 state = UIViewBounds::GetInstance()->GetShowState();
138 state = UIViewBounds::GetInstance()->GetShowState();
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_view_bounds.h61 bool GetShowState() in GetShowState() function
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp130 if (UIViewBounds::GetInstance()->GetShowState()) { in UIKitViewBoundsSetState001()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h523 bool GetShowState() const in GetShowState() function
H A Dsheet_presentation_pattern.cpp656 if (!GetShowState() || !IsScrollable()) { in OnCoordScrollUpdate()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp121 if (!UIViewBounds::GetInstance()->GetShowState()) { in DrawViewBounds()