Home
last modified time | relevance | path

Searched refs:setHorizontal_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp245setHorizontal_ = { Placement::LEFT, Placement::LEFT_BOTTOM, Placement::LEFT_TOP, Placement::RIGHT, in BubbleLayoutAlgorithm()
542 if (setHorizontal_.find(placement_) != setHorizontal_.end()) { in GetIfNeedArrow()
727 if (setHorizontal_.find(placement_) != setHorizontal_.end()) { in GetChildPositionNew()
790 if (setHorizontal_.find(placement_) != setHorizontal_.end()) { in GetAdjustPosition()
806 if (setHorizontal_.find(placement_) != setHorizontal_.end()) { in GetAdjustPosition()
H A Dbubble_layout_algorithm.h262 std::unordered_set<Placement> setHorizontal_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h258 std::unordered_set<Placement> setHorizontal_; variable
H A Dmenu_layout_algorithm.cpp273 setHorizontal_ = { Placement::LEFT, Placement::LEFT_BOTTOM, Placement::LEFT_TOP, in MenuLayoutAlgorithm()
291 setHorizontal_.clear(); in ~MenuLayoutAlgorithm()