/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_text_field_manager.cpp | 47 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-panel.md | 103 ### fullHeight subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-panel.md | 103 ### fullHeight subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_model_ng.cpp | 153 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 D | sliding_panel_pattern.cpp | 239 auto fullHeight = layoutProperty->GetFullHeight().value_or(defaultFullHeight).ConvertToPx(); in InitializeLayoutProps() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | text_field_manager.cpp | 74 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | sliding_panel_component.h | 92 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight()
|
H A D | panel_component.h | 202 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | panel_property_test_ng.cpp | 175 for (const auto& fullHeight : SLIDING_PANEL_LAYOUT_PROPERTY_FULL_HEIGHT) { variable
|
H A D | panel_test_ng.cpp | 108 std::optional<Dimension> fullHeight = std::nullopt; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_panel_ffi.cpp | 68 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 D | sliding_panel_model_impl.cpp | 89 void SlidingPanelModelImpl::SetFullHeight(const Dimension& fullHeight) in SetFullHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sliding_panel.cpp | 440 CalcDimension fullHeight; in SetFullHeight() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 20927 fullHeight(value) { method in ArkPanelComponent
|