Home
last modified time | relevance | path

Searched defs:customHeight (Results 1 – 6 of 6) sorted by relevance

/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()
H A Dsliding_panel_model_ng.cpp138 void SlidingPanelModelNG::SetCustomHeight(const CalcDimension& customHeight) in SetCustomHeight()
264 … SlidingPanelModelNG::SetPanelCustomHeight(FrameNode* frameNode, const CalcDimension& customHeight) in SetPanelCustomHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp82 auto customHeight = GetKeyboardHeight(); in OnAreaChangedInner() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sliding_panel.cpp400 CalcDimension customHeight; in SetCustomHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_panel_bridge.cpp198 CalcDimension customHeight; in SetPanelCustomHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js20923 customHeight(value) { method in ArkPanelComponent