Searched refs:GetFullHeight (Results 1 – 12 of 12) sorted by relevance
30 … { "fullHeight", [](const PanelComposedElement& inspector) { return inspector.GetFullHeight(); } }, in __anon9440090c0502()59 std::string("fullHeight: ").append(GetFullHeight())); in Dump()123 std::string PanelComposedElement::GetFullHeight() const in GetFullHeight() function in OHOS::Ace::V2::PanelComposedElement131 return renderPanel->GetFullHeight().ToString(); in GetFullHeight()
38 std::string GetFullHeight() const;
62 Dimension GetFullHeight() in GetFullHeight() function
160 fullHeight_ = layoutAlgorithm->GetFullHeight(); in OnDirtyLayoutWrapperSwap()239 auto fullHeight = layoutProperty->GetFullHeight().value_or(defaultFullHeight).ConvertToPx(); in InitializeLayoutProps()902 layoutProperty->GetFullHeight().value_or(fullHeight_).ToString().c_str(), filter); in ToJsonValue()904 layoutProperty->GetFullHeight().value_or(customHeight_).ToString().c_str(), filter); in ToJsonValue()
120 …layoutProperty->GetFullHeight().value_or(Dimension(frameSize.Height() - BLANK_MIN_HEIGHT.ConvertTo… in Layout()
87 const std::pair<Dimension, bool>& GetFullHeight() const in GetFullHeight() function
83 const Dimension& GetFullHeight() const in GetFullHeight() function
197 const std::pair<Dimension, bool>& GetFullHeight() const in GetFullHeight() function
50 slidingPanel->SetFullHeight(component->GetFullHeight()); in Create()
94 fullHeight_ = slidingPanel->GetFullHeight(); in Update()
183 EXPECT_EQ(slidingPanelLayoutProperty->GetFullHeight().value_or(Dimension(700)).Value(),
343 EXPECT_EQ(slidingPanelLayoutProperty->GetFullHeight(), SLIDING_PANEL_FULL_HEIGHT);386 …EXPECT_EQ(layoutProperty->GetFullHeight().value_or(Dimension(700)).Value(), SLIDING_PANEL_FULL_HEI…