Home
last modified time | relevance | path

Searched refs:bVertical_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h261 bool bVertical_ = false; variable
H A Dbubble_layout_algorithm.cpp713 bVertical_ = false; in GetChildPositionNew()
726 if (bVertical_) { in GetChildPositionNew()
751 bVertical_ = false; in GetChildPositionNew()
789 if (bVertical_) { in GetAdjustPosition()
1139 bVertical_ = true; in CheckPosition()
1153 bVertical_ = true; in CheckPosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2152 … layoutAlgorithm->bCaretMode_ = layoutAlgorithm->bVertical_ = layoutAlgorithm->bHorizontal_ = true;