Searched refs:GetHalfHeight (Results 1 – 12 of 12) sorted by relevance
31 … { "halfHeight", [](const PanelComposedElement& inspector) { return inspector.GetHalfHeight(); } }, in __anon9440090c0602()61 std::string("halfHeight: ").append(GetHalfHeight())); in Dump()136 std::string PanelComposedElement::GetHalfHeight() const in GetHalfHeight() function in OHOS::Ace::V2::PanelComposedElement144 return renderPanel->GetHalfHeight().ToString(); in GetHalfHeight()
39 std::string GetHalfHeight() const;
67 Dimension GetHalfHeight() in GetHalfHeight() function
161 halfHeight_ = layoutAlgorithm->GetHalfHeight(); in OnDirtyLayoutWrapperSwap()240 auto halfHeight = layoutProperty->GetHalfHeight().value_or(defaultFullHeight / 2).ConvertToPx(); in InitializeLayoutProps()900 layoutProperty->GetHalfHeight().value_or(halfHeight_).ToString().c_str(), filter); in ToJsonValue()
121 halfHeight_ = layoutProperty->GetHalfHeight().value_or( in Layout()
77 const std::pair<Dimension, bool>& GetHalfHeight() const in GetHalfHeight() function
88 const Dimension& GetHalfHeight() const in GetHalfHeight() function
187 const std::pair<Dimension, bool>& GetHalfHeight() const in GetHalfHeight() function
51 slidingPanel->SetHalfHeight(component->GetHalfHeight()); in Create()
95 halfHeight_ = slidingPanel->GetHalfHeight(); in Update()
163 EXPECT_EQ(slidingPanelLayoutProperty->GetHalfHeight().value_or(Dimension(400)).Value(),
342 EXPECT_EQ(slidingPanelLayoutProperty->GetHalfHeight(), SLIDING_PANEL_HALF_HEIGHT);