Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp237 bool WindowNode::GetStretchable() const in GetStretchable() function in OHOS::Rosen::WindowNode
239 return property_->GetStretchable(); in GetStretchable()
H A Dwindow_layout_policy_cascade.cpp733 …if (!node->GetStretchable() || !WindowHelper::IsMainFloatingWindow(node->GetWindowType(), node->Ge… in UpdateFloatingWindowSizeForStretchableWindow()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h128 bool GetStretchable() const;
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h128 bool GetStretchable() const;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp437 bool res = winPropSrc.GetStretchable();
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp539 bool WindowProperty::GetStretchable() const in GetStretchable() function in OHOS::Rosen::WindowProperty