Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp343 auto bubbleLayoutAlgorithm = variable
345 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);
506 auto bubbleLayoutAlgorithm = variable
508 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);
1655 bubbleLayoutAlgorithm->showArrow_ = true;
1660 bubbleLayoutAlgorithm->bCaretMode_ = true;
1702 ASSERT_NE(bubbleLayoutAlgorithm, nullptr);
2016 auto bubbleLayoutAlgorithm = variable
2053 auto bubbleLayoutAlgorithm = variable
2077 bubbleLayoutAlgorithm->showArrow_ = true;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp59 CHECK_NULL_RETURN(bubbleLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()
61 showArrow_ = bubbleLayoutAlgorithm->ShowArrow(); in OnDirtyLayoutWrapperSwap()
63 childOffset_ = bubbleLayoutAlgorithm->GetChildOffset(); in OnDirtyLayoutWrapperSwap()
64 childSize_ = bubbleLayoutAlgorithm->GetChildSize(); in OnDirtyLayoutWrapperSwap()
65 touchRegion_ = bubbleLayoutAlgorithm->GetTouchRegion(); in OnDirtyLayoutWrapperSwap()
67 targetOffset_ = bubbleLayoutAlgorithm->GetTargetOffset(); in OnDirtyLayoutWrapperSwap()
68 targetSize_ = bubbleLayoutAlgorithm->GetTargetSize(); in OnDirtyLayoutWrapperSwap()
70 clipPath_ = bubbleLayoutAlgorithm->GetClipPath(); in OnDirtyLayoutWrapperSwap()
73 arrowWidth_ = bubbleLayoutAlgorithm->GetArrowWidth(); in OnDirtyLayoutWrapperSwap()
74 arrowHeight_ = bubbleLayoutAlgorithm->GetArrowHeight(); in OnDirtyLayoutWrapperSwap()
[all …]