Searched refs:GetErrorPositionType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 78 ErrorPositionType GetErrorPositionType(const Offset& childOffset, const Size& childSize);
|
H A D | render_bubble.cpp | 408 ErrorPositionType errorType = GetErrorPositionType(childPosition, childSize); in GetChildPosition() 417 if (GetErrorPositionType(childPosition, childSize) == ErrorPositionType::NORMAL) { in GetChildPosition() 425 if (GetErrorPositionType(childPosition, childSize) == ErrorPositionType::NORMAL) { in GetChildPosition() 516 auto validation = GetErrorPositionType(fitPosition, childSize); in FitToScreen() 530 RenderBubble::ErrorPositionType RenderBubble::GetErrorPositionType(const Offset& childOffset, const… in GetErrorPositionType() function in OHOS::Ace::RenderBubble
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.h | 209 ErrorPositionType GetErrorPositionType(const OffsetF& childOffset, const SizeF& childSize);
|
H A D | bubble_layout_algorithm.cpp | 2109 ErrorPositionType errorType = GetErrorPositionType(originOffset, childSize); in GetChildPosition() 2132 if (GetErrorPositionType(childPosition, childSize) == ErrorPositionType::NORMAL) { in GetChildPosition() 2148 if (GetErrorPositionType(childPosition, childSize) == ErrorPositionType::NORMAL) { in GetChildPosition() 2271 BubbleLayoutAlgorithm::ErrorPositionType BubbleLayoutAlgorithm::GetErrorPositionType( in GetErrorPositionType() function in OHOS::Ace::NG::BubbleLayoutAlgorithm 2290 auto validation = GetErrorPositionType(fitPosition, childSize); in FitToScreen()
|