Home
last modified time | relevance | path

Searched refs:bubbleLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
Dbubble_test_ng.cpp343 auto bubbleLayoutAlgorithm = variable
345 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);
506 auto bubbleLayoutAlgorithm = variable
508 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);
1475 auto bubbleLayoutAlgorithm = bubblePattern->CreateLayoutAlgorithm(); variable
1476 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);
1500 bubbleLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper));
1501 bubbleLayoutAlgorithm->Layout(AceType::RawPtr(layoutWrapper));
1547 …auto bubbleLayoutAlgorithm = AceType::DynamicCast<BubbleLayoutAlgorithm>(bubblePattern->CreateLayo… variable
1548 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp58 …auto bubbleLayoutAlgorithm = DynamicCast<BubbleLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local
59 CHECK_NULL_RETURN(bubbleLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()
61 showArrow_ = bubbleLayoutAlgorithm->ShowArrow(); in OnDirtyLayoutWrapperSwap()
62 arrowPosition_ = bubbleLayoutAlgorithm->GetArrowPosition(); in OnDirtyLayoutWrapperSwap()
63 childOffset_ = bubbleLayoutAlgorithm->GetChildOffset(); in OnDirtyLayoutWrapperSwap()
64 childSize_ = bubbleLayoutAlgorithm->GetChildSize(); in OnDirtyLayoutWrapperSwap()
65 touchRegion_ = bubbleLayoutAlgorithm->GetTouchRegion(); in OnDirtyLayoutWrapperSwap()
66 hostWindowRect_ = bubbleLayoutAlgorithm->GetHostWindowRect(); in OnDirtyLayoutWrapperSwap()
67 targetOffset_ = bubbleLayoutAlgorithm->GetTargetOffset(); in OnDirtyLayoutWrapperSwap()
68 targetSize_ = bubbleLayoutAlgorithm->GetTargetSize(); in OnDirtyLayoutWrapperSwap()
[all …]