Home
last modified time | relevance | path

Searched refs:SetDisplayIndex (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h228 void SetDisplayIndex(int32_t displayIndex) in SetDisplayIndex() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp1147 ViewAbstract::SetDisplayIndex(INDEX);
1148 ViewAbstract::SetDisplayIndex(nullptr, INDEX);
H A Dview_abstract_test_ng.cpp323 ViewAbstract::SetDisplayIndex(INDEX);
361 ViewAbstract::SetDisplayIndex(INDEX);
H A Dview_abstract_test_ng_new.cpp43 ViewAbstract::SetDisplayIndex(TEN);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp559 flex->SetDisplayIndex(priority); in SetLayoutPriority()
845 void ViewAbstractModelImpl::SetDisplayIndex(int32_t value) in SetDisplayIndex() function in OHOS::Ace::Framework::ViewAbstractModelImpl
848 flexItem->SetDisplayIndex(value); in SetDisplayIndex()
H A Dview_abstract_model_impl.h148 void SetDisplayIndex(int32_t value) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h332 static void SetDisplayIndex(int32_t value);
553 static void SetDisplayIndex(FrameNode* frameNode, int32_t value);
H A Dview_abstract_model_ng.h749 void SetDisplayIndex(int32_t value) override in SetDisplayIndex() function
751 ViewAbstract::SetDisplayIndex(value); in SetDisplayIndex()
H A Dview_abstract_model.h216 virtual void SetDisplayIndex(int32_t value) = 0;
H A Dview_abstract.cpp482 void ViewAbstract::SetDisplayIndex(int32_t value) in SetDisplayIndex() function in OHOS::Ace::NG::ViewAbstract
3361 void ViewAbstract::SetDisplayIndex(FrameNode* frameNode, int32_t value) in SetDisplayIndex() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp804 ViewAbstractModel::GetInstance()->SetDisplayIndex(value); in FfiOHOSAceFrameworkViewAbstractSetDisplayPriority()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1374 flexItemComponent_->SetDisplayIndex(flexStyle.displayIndex); in UpdateFlexItemComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2726 ViewAbstract::SetDisplayIndex(frameNode, static_cast<int32_t>(value)); in SetDisplayPriority()
2733 ViewAbstract::SetDisplayIndex(frameNode, DEFAULT_DISPLAY_PRIORITY); in ResetDisplayPriority()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2666 ViewAbstractModel::GetInstance()->SetDisplayIndex(0); in JsDisplayPriority()
2670 ViewAbstractModel::GetInstance()->SetDisplayIndex(static_cast<int32_t>(value)); in JsDisplayPriority()