Home
last modified time | relevance | path

Searched refs:specializedComponent (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dremote_window_model_impl.cpp24 auto specializedComponent = AceType::MakeRefPtr<OHOS::Ace::RemoteWindowComponent>(); in Create() local
25 ViewStackProcessor::GetInstance()->Push(specializedComponent); in Create()
26 specializedComponent->SetExternalRSNode(rsNode); in Create()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp2130 const auto& specializedComponent = GetSpecializedComponent(); in CompositeSpecializedComponent() local
2131 if (specializedComponent) { in CompositeSpecializedComponent()
2140 specializedComponent->SetTouchable(touchable); in CompositeSpecializedComponent()
2143 return specializedComponent; in CompositeSpecializedComponent()
2147 parent->SetChild(specializedComponent); in CompositeSpecializedComponent()

Completed in 4 milliseconds