Home
last modified time | relevance | path

Searched refs:GetFullHeight (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dpanel_composed_element.cpp30 … { "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::PanelComposedElement
131 return renderPanel->GetFullHeight().ToString(); in GetFullHeight()
H A Dpanel_composed_element.h38 std::string GetFullHeight() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.h62 Dimension GetFullHeight() in GetFullHeight() function
H A Dsliding_panel_pattern.cpp160 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()
H A Dsliding_panel_layout_algorithm.cpp120 …layoutProperty->GetFullHeight().value_or(Dimension(frameSize.Height() - BLANK_MIN_HEIGHT.ConvertTo… in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h87 const std::pair<Dimension, bool>& GetFullHeight() const in GetFullHeight() function
H A Drender_sliding_panel.h83 const Dimension& GetFullHeight() const in GetFullHeight() function
H A Dpanel_component.h197 const std::pair<Dimension, bool>& GetFullHeight() const in GetFullHeight() function
H A Dsliding_panel_component.cpp50 slidingPanel->SetFullHeight(component->GetFullHeight()); in Create()
H A Drender_sliding_panel.cpp94 fullHeight_ = slidingPanel->GetFullHeight(); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_property_test_ng.cpp183 EXPECT_EQ(slidingPanelLayoutProperty->GetFullHeight().value_or(Dimension(700)).Value(),
H A Dpanel_test_ng.cpp343 EXPECT_EQ(slidingPanelLayoutProperty->GetFullHeight(), SLIDING_PANEL_FULL_HEIGHT);
386 …EXPECT_EQ(layoutProperty->GetFullHeight().value_or(Dimension(700)).Value(), SLIDING_PANEL_FULL_HEI…