Home
last modified time | relevance | path

Searched refs:SetIsDefHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigator_model_impl.cpp69 void NavigatorModelImpl::SetIsDefHeight(bool isDefHeight) in SetIsDefHeight() function in OHOS::Ace::Framework::NavigatorModelImpl
73 navigator->SetIsDefHeight(true); in SetIsDefHeight()
H A Dnavigator_model_impl.h32 void SetIsDefHeight(bool isDefHeight) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_model.h39 virtual void SetIsDefHeight(bool isDefWidth) = 0;
H A Dnavigator_model_ng.h35 void SetIsDefHeight(bool isDefHeight) override {} in SetIsDefHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_navigator_ffi.cpp55 NavigatorModel::GetInstance()->SetIsDefHeight(true); in FfiOHOSAceFrameworkNavigatorSetHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Dnavigator_component.h88 void SetIsDefHeight(bool isDefHeight) in SetIsDefHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigator.cpp155 NavigatorModel::GetInstance()->SetIsDefHeight(true); in JsHeight()