/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sliding_panel.h | 46 static void SetFullHeight(const JSCallbackInfo& info);
|
H A D | js_sliding_panel.cpp | 94 JSClass<JSSlidingPanel>::StaticMethod("fullHeight", &JSSlidingPanel::SetFullHeight, opt); in JSBind() 435 void JSSlidingPanel::SetFullHeight(const JSCallbackInfo& info) in SetFullHeight() function in OHOS::Ace::Framework::JSSlidingPanel 444 SlidingPanelModel::GetInstance()->SetFullHeight(fullHeight); in SetFullHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | sliding_panel_model_impl.h | 31 void SetFullHeight(const Dimension& fullHeight) override;
|
H A D | sliding_panel_model_impl.cpp | 89 void SlidingPanelModelImpl::SetFullHeight(const Dimension& fullHeight) in SetFullHeight() function in OHOS::Ace::Framework::SlidingPanelModelImpl 94 panel->SetFullHeight(std::pair(fullHeight, true)); in SetFullHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_model.h | 43 virtual void SetFullHeight(const Dimension& fullHeight) = 0;
|
H A D | sliding_panel_model_ng.h | 32 void SetFullHeight(const Dimension& fullHeight) override;
|
H A D | sliding_panel_model_ng.cpp | 153 void SlidingPanelModelNG::SetFullHeight(const Dimension& fullHeight) in SetFullHeight() function in OHOS::Ace::NG::SlidingPanelModelNG
|
/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() function
|
H A D | panel_component.h | 202 void SetFullHeight(const std::pair<Dimension, bool>& fullHeight) in SetFullHeight() function
|
H A D | sliding_panel_component.cpp | 50 slidingPanel->SetFullHeight(component->GetFullHeight()); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_panel_ffi.cpp | 69 SlidingPanelModel::GetInstance()->SetFullHeight(fullHeight); in FfiOHOSAceFrameworkPanelFullHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_panel.cpp | 53 panelChild_->SetFullHeight(fullHeight_); in PrepareSpecializedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | panel_property_test_ng.cpp | 178 slidingPanelModelNG.SetFullHeight(fullHeight);
|
H A D | panel_test_ng.cpp | 166 slidingPanelModelNG.SetFullHeight(testProperty.fullHeight.value()); in CreateSlidingPanel() 375 slidingPanelModelNG.SetFullHeight(SLIDING_PANEL_FULL_HEIGHT);
|