Home
last modified time | relevance | path

Searched refs:SetPanelCustomHeight (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpanel_modifier.cpp114 void SetPanelCustomHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelCustomHeight() function
118 SlidingPanelModelNG::SetPanelCustomHeight( in SetPanelCustomHeight()
126 SlidingPanelModelNG::SetPanelCustomHeight(frameNode, CalcDimension(value)); in SetPanelCustomHeightByString()
133 SlidingPanelModelNG::SetPanelCustomHeight(frameNode, CalcDimension(DEFAULT_CUSTOM_HEIGHT)); in ResetPanelCustomHeight()
183 …tPanelBackgroundMask, ResetPanelBackgroundMask, SetPanelType, ResetPanelType, SetPanelCustomHeight, in GetPanelModifier()
194 …tPanelBackgroundMask, ResetPanelBackgroundMask, SetPanelType, ResetPanelType, SetPanelCustomHeight, in GetCJUIPanelModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_panel_bridge.h36 static ArkUINativeModuleValue SetPanelCustomHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_panel_bridge.cpp191 ArkUINativeModuleValue PanelBridge::SetPanelCustomHeight(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPanelCustomHeight() function in OHOS::Ace::NG::PanelBridge
H A Darkts_native_api_impl_bridge.cpp3099 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PanelBridge::SetPanelCustomHeight)); in RegisterPanelAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model_ng.h54 static void SetPanelCustomHeight(FrameNode* frameNode, const CalcDimension& customHeight);
H A Dsliding_panel_model_ng.cpp264 void SlidingPanelModelNG::SetPanelCustomHeight(FrameNode* frameNode, const CalcDimension& customHei… in SetPanelCustomHeight() function in OHOS::Ace::NG::SlidingPanelModelNG