Searched refs:bubbleLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
343 auto bubbleLayoutAlgorithm = variable345 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);506 auto bubbleLayoutAlgorithm = variable508 EXPECT_NE(bubbleLayoutAlgorithm, nullptr);1475 auto bubbleLayoutAlgorithm = bubblePattern->CreateLayoutAlgorithm(); variable1476 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);1500 bubbleLayoutAlgorithm->Measure(AceType::RawPtr(layoutWrapper));1501 bubbleLayoutAlgorithm->Layout(AceType::RawPtr(layoutWrapper));1547 …auto bubbleLayoutAlgorithm = AceType::DynamicCast<BubbleLayoutAlgorithm>(bubblePattern->CreateLayo… variable1548 EXPECT_FALSE(bubbleLayoutAlgorithm == nullptr);[all …]
58 …auto bubbleLayoutAlgorithm = DynamicCast<BubbleLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutA… in OnDirtyLayoutWrapperSwap() local59 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 …]