Home
last modified time | relevance | path

Searched defs:bubbleProp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.h81 auto bubbleProp = AceType::MakeRefPtr<BubbleLayoutProperty>(); in CreateLayoutProperty() local
H A Dbubble_layout_algorithm.cpp254 auto bubbleProp = DynamicCast<BubbleLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure() local
388 …lgorithm::BubbleAvoidanceRule(RefPtr<LayoutWrapper> child, RefPtr<BubbleLayoutProperty> bubbleProp, in BubbleAvoidanceRule()
437 auto bubbleProp = DynamicCast<BubbleLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Layout() local
534 bool BubbleLayoutAlgorithm::GetIfNeedArrow(const RefPtr<BubbleLayoutProperty>& bubbleProp, const Si… in GetIfNeedArrow()
597 const SizeF& childSize, const RefPtr<BubbleLayoutProperty>& bubbleProp) in GetChildPositionNew()