Home
last modified time | relevance | path

Searched defs:showInSubWindow (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp357 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in PopBubble() local
592 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in OnWindowSizeChanged() local
613 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in OnWindowHide() local
Dbubble_layout_algorithm.cpp241 bool showInSubWindow = bubbleLayoutProperty->GetShowInSubWindowValue(false); in Measure() local
332 SizeF BubbleLayoutAlgorithm::GetPopupMaxWidthAndHeight(bool showInSubWindow, const float& width) in GetPopupMaxWidthAndHeight()
354 RefPtr<FrameNode> bubbleNode, bool showInSubWindow) in BubbleAvoidanceRule()
424 bool showInSubWindow = bubbleProp->GetShowInSubWindowValue(false); in Layout() local
489 …bleLayoutAlgorithm::InitProps(const RefPtr<BubbleLayoutProperty>& layoutProp, bool showInSubWindow) in InitProps()
1090 void BubbleLayoutAlgorithm::InitTargetSizeAndPosition(bool showInSubWindow) in InitTargetSizeAndPosition()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_properties.h208 bool showInSubWindow = false; member
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
Dprompt_action.cpp223 napi_value showInSubWindow = nullptr; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
Dbubble_test_ng.cpp116 std::optional<bool> showInSubWindow = std::nullopt; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Doverlay_manager.cpp1026 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in HideCustomPopups() local
1051 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in HideAllPopups() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract.cpp1274 auto showInSubWindow = param->IsShowInSubWindow(); in BindPopup() local