Home
last modified time | relevance | path

Searched refs:showViewBounds_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_view_bounds.cpp30 if (showViewBounds_ != show) { in SetShowState()
31 showViewBounds_ = show; in SetShowState()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_view_bounds.h63 return showViewBounds_; in GetShowState()
82 bool showViewBounds_ = false; variable