Searched defs:selfLayoutInfo (Results 1 – 3 of 3) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_view_functions.cpp | 70 auto selfLayoutInfo = jsParam->GetSelfLayoutInfo(); in ExecutePlaceChildren() local 89 auto selfLayoutInfo = jsParam->GetSelfLayoutInfo(); in ExecuteMeasureSize() local
|
| D | js_view_measure_layout.cpp | 192 JSRef<JSObject> selfLayoutInfo = JSRef<JSObject>::New(); in GenSelfLayoutInfo() local
|
| /foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
| D | dialog.js | 735 onPlaceChildren(selfLayoutInfo, children, constraint) { argument 745 onMeasureSize(selfLayoutInfo, children, constraint) { argument 1436 onPlaceChildren(selfLayoutInfo, children, constraint) { argument 1446 onMeasureSize(selfLayoutInfo, children, constraint) { argument 2427 onPlaceChildren(selfLayoutInfo, children, constraint) { argument 2437 onMeasureSize(selfLayoutInfo, children, constraint) { argument 3006 onMeasureSize(selfLayoutInfo, children, constraint) { argument
|