Searched refs:SetPanelCustomHeight (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | panel_modifier.cpp | 114 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 D | arkts_native_panel_bridge.h | 36 static ArkUINativeModuleValue SetPanelCustomHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_panel_bridge.cpp | 191 ArkUINativeModuleValue PanelBridge::SetPanelCustomHeight(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPanelCustomHeight() function in OHOS::Ace::NG::PanelBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3099 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 D | sliding_panel_model_ng.h | 54 static void SetPanelCustomHeight(FrameNode* frameNode, const CalcDimension& customHeight);
|
H A D | sliding_panel_model_ng.cpp | 264 void SlidingPanelModelNG::SetPanelCustomHeight(FrameNode* frameNode, const CalcDimension& customHei… in SetPanelCustomHeight() function in OHOS::Ace::NG::SlidingPanelModelNG
|