Home
last modified time | relevance | path

Searched defs:fullHeight (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_text_field_manager.cpp47 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-panel.md103 ### fullHeight subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-panel.md103 ### fullHeight subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model_ng.cpp153 void SlidingPanelModelNG::SetFullHeight(const Dimension& fullHeight) in SetFullHeight()
239 void SlidingPanelModelNG::SetPanelFullHeight(FrameNode* frameNode, const Dimension& fullHeight) in SetPanelFullHeight()
305 auto fullHeight = Dimension(frameSize.Height() - BLANK_MIN_HEIGHT.ConvertToPx()); in ResetPanelFullHeight() local
H A Dsliding_panel_pattern.cpp239 auto fullHeight = layoutProperty->GetFullHeight().value_or(defaultFullHeight).ConvertToPx(); in InitializeLayoutProps() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtext_field_manager.cpp74 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h92 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight()
H A Dpanel_component.h202 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_property_test_ng.cpp175 for (const auto& fullHeight : SLIDING_PANEL_LAYOUT_PROPERTY_FULL_HEIGHT) { variable
H A Dpanel_test_ng.cpp108 std::optional<Dimension> fullHeight = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_panel_ffi.cpp68 Dimension fullHeight = Dimension(height, static_cast<DimensionUnit>(unit)); in FfiOHOSAceFrameworkPanelFullHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.cpp89 void SlidingPanelModelImpl::SetFullHeight(const Dimension& fullHeight) in SetFullHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sliding_panel.cpp440 CalcDimension fullHeight; in SetFullHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js20927 fullHeight(value) { method in ArkPanelComponent