Searched refs:bubbleLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
344 auto bubbleLayoutAlgorithm = variable346 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);507 auto bubbleLayoutAlgorithm = variable509 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);1476 auto bubbleLayoutAlgorithm = bubblePattern->CreateLayoutAlgorithm(); variable1477 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);1501 bubbleLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper));1502 bubbleLayoutAlgorithm->Layout(AceType::RawPtr(layoutWrapper));1548 …auto bubbleLayoutAlgorithm = AceType::DynamicCast<BubbleLayoutAlgorithm>(bubblePattern->CreateLayo… variable1549 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);[all …]
59 …auto bubbleLayoutAlgorithm = DynamicCast<BubbleLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local60 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 …]