Home
last modified time | relevance | path

Searched refs:setVertical_ (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.cpp247 setVertical_ = { Placement::TOP, Placement::TOP_LEFT, Placement::TOP_RIGHT, Placement::BOTTOM, in BubbleLayoutAlgorithm()
547 if (setVertical_.find(placement_) != setVertical_.end()) { in GetIfNeedArrow()
733 if (setVertical_.find(placement_) != setVertical_.end()) { in GetChildPositionNew()
796 if (setVertical_.find(placement_) != setVertical_.end()) { in GetAdjustPosition()
809 if (setVertical_.find(placement_) != setVertical_.end()) { in GetAdjustPosition()
H A Dbubble_layout_algorithm.h263 std::unordered_set<Placement> setVertical_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h259 std::unordered_set<Placement> setVertical_; variable
H A Dmenu_layout_algorithm.cpp275 setVertical_ = { Placement::TOP, Placement::TOP_LEFT, Placement::TOP_RIGHT, in MenuLayoutAlgorithm()
292 setVertical_.clear(); in ~MenuLayoutAlgorithm()