Searched refs:bubbleLayoutProperty (Results 1 – 2 of 2) sorted by relevance
280 EXPECT_NE(bubbleLayoutProperty, nullptr);325 auto bubbleLayoutProperty = bubblePattern->CreateLayoutProperty(); variable326 EXPECT_NE(bubbleLayoutProperty, nullptr);415 EXPECT_NE(bubbleLayoutProperty, nullptr);420 bubbleLayoutProperty->UpdatePlacement(BUBBLE_LAYOUT_PROPERTY_PLACEMENT);473 EXPECT_NE(bubbleLayoutProperty, nullptr);477 bubbleLayoutProperty->UpdatePlacement(Placement::BOTTOM);1474 EXPECT_FALSE(bubbleLayoutProperty == nullptr);1546 EXPECT_FALSE(bubbleLayoutProperty == nullptr);1638 EXPECT_FALSE(bubbleLayoutProperty == nullptr);[all …]
256 …auto bubbleLayoutProperty = AceType::DynamicCast<BubbleLayoutProperty>(layoutWrapper->GetLayoutPro… in Measure() local257 CHECK_NULL_VOID(bubbleLayoutProperty); in Measure()258 bool showInSubWindow = bubbleLayoutProperty->GetShowInSubWindowValue(false); in Measure()262 const auto& layoutConstraint = bubbleLayoutProperty->GetLayoutConstraint(); in Measure()267 useCustom_ = bubbleLayoutProperty->GetUseCustom().value_or(false); in Measure()272 LayoutConstraintF childLayoutConstraint = bubbleLayoutProperty->CreateChildConstraint(); in Measure()309 auto placement = bubbleLayoutProperty->GetPlacement().value_or(Placement::BOTTOM); in Measure()