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.cpp344 auto bubbleLayoutAlgorithm = variable
346 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);
507 auto bubbleLayoutAlgorithm = variable
509 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);
1476 auto bubbleLayoutAlgorithm = bubblePattern->CreateLayoutAlgorithm(); variable
1477 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);
1501 bubbleLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper));
1502 bubbleLayoutAlgorithm->Layout(AceType::RawPtr(layoutWrapper));
1548 …auto bubbleLayoutAlgorithm = AceType::DynamicCast<BubbleLayoutAlgorithm>(bubblePattern->CreateLayo… variable
1549 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp59 …auto bubbleLayoutAlgorithm = DynamicCast<BubbleLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local
60 CHECK_NULL_RETURN(bubbleLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()
62 showArrow_ = bubbleLayoutAlgorithm->ShowArrow(); in OnDirtyLayoutWrapperSwap()
63 arrowPosition_ = bubbleLayoutAlgorithm->GetArrowPosition(); in OnDirtyLayoutWrapperSwap()
64 childOffset_ = bubbleLayoutAlgorithm->GetChildOffset(); in OnDirtyLayoutWrapperSwap()
65 childSize_ = bubbleLayoutAlgorithm->GetChildSize(); in OnDirtyLayoutWrapperSwap()
66 touchRegion_ = bubbleLayoutAlgorithm->GetTouchRegion(); in OnDirtyLayoutWrapperSwap()
67 hostWindowRect_ = bubbleLayoutAlgorithm->GetHostWindowRect(); in OnDirtyLayoutWrapperSwap()
68 targetOffset_ = bubbleLayoutAlgorithm->GetTargetOffset(); in OnDirtyLayoutWrapperSwap()
69 targetSize_ = bubbleLayoutAlgorithm->GetTargetSize(); in OnDirtyLayoutWrapperSwap()
[all …]