Home
last modified time | relevance | path

Searched refs:positionMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_paint_method.h92 void SetItemsPosition(const PositionMap& positionMap, const PositionMap& cachedPositionMap, in SetItemsPosition() argument
95 itemPosition_ = positionMap; in SetItemsPosition()
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-same-layer.md323 .position(this.positionMap.get(componentId))
355 this.positionMap.set(componentId, this.edges);
362 this.positionMap.set(componentId, this.edges);
371 this.positionMap.delete(componentId);
398 .position(this.positionMap.get(componentId))
579 @State positionMap: Map<string, Edges> = new Map();
588 .position(this.positionMap.get(componentId))
618 this.positionMap.set(componentId, this.edges);
625 this.positionMap.set(componentId, this.edges);
634 this.positionMap.delete(componentId);
/ohos5.0/docs/en/application-dev/web/
H A Dweb-same-layer.md323 .position(this.positionMap.get(componentId))
355 this.positionMap.set(componentId, this.edges);
362 this.positionMap.set(componentId, this.edges);
371 this.positionMap.delete(componentId);
398 .position(this.positionMap.get(componentId))
579 @State positionMap: Map<string, Edges> = new Map();
588 .position(this.positionMap.get(componentId))
618 this.positionMap.set(componentId, this.edges);
625 this.positionMap.set(componentId, this.edges);
634 this.positionMap.delete(componentId);