Searched refs:SetCustomHeight (Results 1 – 5 of 5) sorted by relevance
43 static void SetCustomHeight(const JSCallbackInfo& info);
92 JSClass<JSSlidingPanel>::StaticMethod("customHeight", &JSSlidingPanel::SetCustomHeight, opt); in JSBind()395 void JSSlidingPanel::SetCustomHeight(const JSCallbackInfo& info) in SetCustomHeight() function in OHOS::Ace::Framework::JSSlidingPanel407 SlidingPanelModel::GetInstance()->SetCustomHeight(customHeight); in SetCustomHeight()
40 virtual void SetCustomHeight(const CalcDimension& customHeight) {}; in SetCustomHeight() function
29 void SetCustomHeight(const CalcDimension& customHeight) override;
138 void SlidingPanelModelNG::SetCustomHeight(const CalcDimension& customHeight) in SetCustomHeight() function in OHOS::Ace::NG::SlidingPanelModelNG