Home
last modified time | relevance | path

Searched refs:selfLayoutInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-custom-component-layout.md11 onPlaceChildren?(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: Const…
23 | selfLayoutInfo | [GeometryInfo](#geometryinfo10) | 父组件布局信息。 |
33 onMeasureSize?(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: Constra…
45 | selfLayoutInfo | [GeometryInfo](#geometryinfo10) | 父组件布局信息。 …
94 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintS…
102 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSiz…
166 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintS…
185 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSiz…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp195 JSRef<JSObject> selfLayoutInfo = JSRef<JSObject>::New(); in GenSelfLayoutInfo() local
201 selfLayoutInfo->SetPropertyObject("margin", GenMargin(defaultPadding)); in GenSelfLayoutInfo()
203 selfLayoutInfo->SetProperty("width", 0.0f); in GenSelfLayoutInfo()
204 selfLayoutInfo->SetProperty("height", 0.0f); in GenSelfLayoutInfo()
205 return selfLayoutInfo; in GenSelfLayoutInfo()
228 selfLayoutInfo->SetPropertyObject("borderWidth", in GenSelfLayoutInfo()
231 selfLayoutInfo->SetPropertyObject("margin", in GenSelfLayoutInfo()
233 selfLayoutInfo->SetPropertyObject("padding", in GenSelfLayoutInfo()
235 selfLayoutInfo->SetProperty( in GenSelfLayoutInfo()
239 selfLayoutInfo->SetProperty( in GenSelfLayoutInfo()
[all …]
H A Djs_view_functions.cpp70 auto selfLayoutInfo = jsParam->GetSelfLayoutInfo(); in ExecutePlaceChildren() local
74 JSRef<JSVal> params[3] = { selfLayoutInfo, childArray, constraint }; in ExecutePlaceChildren()
94 auto selfLayoutInfo = jsParam->GetSelfLayoutInfo(); in ExecuteMeasureSize() local
98 JSRef<JSVal> params[3] = { selfLayoutInfo, childArray, constraint }; in ExecuteMeasureSize()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-page-custom-components-layout.md50 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSiz…
61 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintS…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-custom-component-layout.md11 onPlaceChildren?(selfLayoutInfo: GeometryInfo, children: Array&lt;Layoutable&gt;, constraint: Const…
23 | selfLayoutInfo | [GeometryInfo](#geometryinfo10) | Layout information …
29 onMeasureSize?(selfLayoutInfo: GeometryInfo, children: Array&lt;Measurable&gt;, constraint: Constra…
41 | selfLayoutInfo | [GeometryInfo](#geometryinfo10) | Layout information …
301 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintS…
309 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSiz…
373 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintS…
392 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSiz…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-page-custom-components-layout.md50 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSiz…
61 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintS…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/source/
H A Ddialog.ets308 onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>,
319 onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>,
587 onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>,
598 onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>,
932 onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>,
943 onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>,
1067 onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>,
1069 let sizeResult: SizeResult = { width: selfLayoutInfo.width, height: selfLayoutInfo.height };
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/
H A Deditabletitlebar.ets333 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Layoutable[], constraint: ConstraintSizeOp…
339 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Measurable[], constraint: ConstraintSizeOpti…
340 let result: SizeResult = { width: selfLayoutInfo.width, height: selfLayoutInfo.height };
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/source/
H A Dsubheader.ets483 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Measurable[], constraint: ConstraintSizeOpti…
484 let result: SizeResult = { width: selfLayoutInfo.width, height: selfLayoutInfo.height };
502 …onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Layoutable[], constraint: ConstraintSizeOp…
1174 onPlaceChildren(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>,
1184 onMeasureSize(selfLayoutInfo: GeometryInfo, children: Array<Measurable>,
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js742 onPlaceChildren(selfLayoutInfo, children, constraint) {
752 onMeasureSize(selfLayoutInfo, children, constraint) {
1443 onPlaceChildren(selfLayoutInfo, children, constraint) {
1453 onMeasureSize(selfLayoutInfo, children, constraint) {
2434 onPlaceChildren(selfLayoutInfo, children, constraint) {
2444 onMeasureSize(selfLayoutInfo, children, constraint) {
3013 onMeasureSize(selfLayoutInfo, children, constraint) {
3014 let sizeResult = { width: selfLayoutInfo.width, height: selfLayoutInfo.height };
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/source/
H A Dtoolbar.ets411 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Measurable[], constraint: ConstraintSizeOpti…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets870 …onMeasureSize(selfLayoutInfo: GeometryInfo, children: Measurable[], constraint: ConstraintSizeOpti…