Home
last modified time | relevance | path

Searched defs:xcomponentType (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_layout_algorithm.cpp26 auto xcomponentType = layoutProperty->GetXComponentType().value_or(XComponentType::SURFACE); in MeasureContent() local
39 auto xcomponentType = layoutProperty->GetXComponentType().value_or(XComponentType::SURFACE); in Measure() local
50 auto xcomponentType = layoutProperty->GetXComponentType().value_or(XComponentType::SURFACE); in Layout() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_xcomponent.h30 int32_t xcomponentType = 0; member
Djs_xcomponent.cpp137 XComponentType xcomponentType = XComponentType::SURFACE; in Create() local