Home
last modified time | relevance | path

Searched refs:SetFullHeight (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sliding_panel.h46 static void SetFullHeight(const JSCallbackInfo& info);
H A Djs_sliding_panel.cpp94 JSClass<JSSlidingPanel>::StaticMethod("fullHeight", &JSSlidingPanel::SetFullHeight, opt); in JSBind()
435 void JSSlidingPanel::SetFullHeight(const JSCallbackInfo& info) in SetFullHeight() function in OHOS::Ace::Framework::JSSlidingPanel
444 SlidingPanelModel::GetInstance()->SetFullHeight(fullHeight); in SetFullHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.h31 void SetFullHeight(const Dimension& fullHeight) override;
H A Dsliding_panel_model_impl.cpp89 void SlidingPanelModelImpl::SetFullHeight(const Dimension& fullHeight) in SetFullHeight() function in OHOS::Ace::Framework::SlidingPanelModelImpl
94 panel->SetFullHeight(std::pair(fullHeight, true)); in SetFullHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model.h43 virtual void SetFullHeight(const Dimension& fullHeight) = 0;
H A Dsliding_panel_model_ng.h32 void SetFullHeight(const Dimension& fullHeight) override;
H A Dsliding_panel_model_ng.cpp153 void SlidingPanelModelNG::SetFullHeight(const Dimension& fullHeight) in SetFullHeight() function in OHOS::Ace::NG::SlidingPanelModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h92 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight() function
H A Dpanel_component.h202 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight() function
H A Dsliding_panel_component.cpp50 slidingPanel->SetFullHeight(component->GetFullHeight()); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_panel_ffi.cpp69 SlidingPanelModel::GetInstance()->SetFullHeight(fullHeight); in FfiOHOSAceFrameworkPanelFullHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp53 panelChild_->SetFullHeight(fullHeight_); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_property_test_ng.cpp178 slidingPanelModelNG.SetFullHeight(fullHeight);
H A Dpanel_test_ng.cpp166 slidingPanelModelNG.SetFullHeight(testProperty.fullHeight.value()); in CreateSlidingPanel()
375 slidingPanelModelNG.SetFullHeight(SLIDING_PANEL_FULL_HEIGHT);