Home
last modified time | relevance | path

Searched refs:uIContentType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h592 void SetUIContentType(UIContentType uIContentType) in SetUIContentType() argument
594 uIContentType_ = uIContentType; in SetUIContentType()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h159 virtual void SetUIContentType(UIContentType uIContentType) {}; in SetUIContentType() argument
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h86 void SetUIContentType(UIContentType uIContentType) override;
H A Dui_content_impl.cpp2740 void UIContentImpl::SetUIContentType(UIContentType uIContentType) in SetUIContentType() argument
2742 uIContentType_ = uIContentType; in SetUIContentType()
2745 container->SetUIContentType(uIContentType); in SetUIContentType()