Home
last modified time | relevance | path

Searched refs:SetCustomHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sliding_panel.h43 static void SetCustomHeight(const JSCallbackInfo& info);
H A Djs_sliding_panel.cpp92 JSClass<JSSlidingPanel>::StaticMethod("customHeight", &JSSlidingPanel::SetCustomHeight, opt); in JSBind()
395 void JSSlidingPanel::SetCustomHeight(const JSCallbackInfo& info) in SetCustomHeight() function in OHOS::Ace::Framework::JSSlidingPanel
407 SlidingPanelModel::GetInstance()->SetCustomHeight(customHeight); in SetCustomHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model.h40 virtual void SetCustomHeight(const CalcDimension& customHeight) {}; in SetCustomHeight() function
H A Dsliding_panel_model_ng.h29 void SetCustomHeight(const CalcDimension& customHeight) override;
H A Dsliding_panel_model_ng.cpp138 void SlidingPanelModelNG::SetCustomHeight(const CalcDimension& customHeight) in SetCustomHeight() function in OHOS::Ace::NG::SlidingPanelModelNG