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);1655 bubbleLayoutAlgorithm->showArrow_ = true;1660 bubbleLayoutAlgorithm->bCaretMode_ = true;1702 ASSERT_NE(bubbleLayoutAlgorithm, nullptr);2016 auto bubbleLayoutAlgorithm = variable2053 auto bubbleLayoutAlgorithm = variable2077 bubbleLayoutAlgorithm->showArrow_ = true;[all …]
59 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 …]