Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h78 ErrorPositionType GetErrorPositionType(const Offset& childOffset, const Size& childSize);
H A Drender_bubble.cpp408 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 Dbubble_layout_algorithm.h209 ErrorPositionType GetErrorPositionType(const OffsetF& childOffset, const SizeF& childSize);
H A Dbubble_layout_algorithm.cpp2109 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()