Lines Matching refs:componentId
321 ForEach(this.componentIdArr, (componentId: string) => {
322 NodeContainer(this.nodeControllerMap.get(componentId))
323 .position(this.positionMap.get(componentId))
324 .width(this.widthMap.get(componentId))
325 .height(this.heightMap.get(componentId))
337 const componentId = embed.info?.id?.toString() as string
352 this.nodeControllerMap.set(componentId, nodeController);
353 this.widthMap.set(componentId, px2vp(embed.info?.width));
354 this.heightMap.set(componentId, px2vp(embed.info?.height));
355 this.positionMap.set(componentId, this.edges);
357 this.componentIdArr.push(componentId)
359 let nodeController = this.nodeControllerMap.get(componentId);
362 this.positionMap.set(componentId, this.edges);
363 this.widthMap.set(componentId, px2vp(embed.info?.width));
364 this.heightMap.set(componentId, px2vp(embed.info?.height));
368 let nodeController = this.nodeControllerMap.get(componentId);
371 this.positionMap.delete(componentId);
372 this.widthMap.delete(componentId);
373 this.heightMap.delete(componentId);
374 this.componentIdArr.filter((value: string) => value != componentId)
396 ForEach(this.componentIdArr, (componentId: string) => {
397 NodeContainer(this.nodeControllerMap.get(componentId))
398 .position(this.positionMap.get(componentId))
399 .width(this.widthMap.get(componentId))
400 .height(this.heightMap.get(componentId))
412 this.componentIdArr.forEach((componentId: string) => {
413 let nodeController = this.nodeControllerMap.get(componentId);
418 console.log("onNativeEmbedGestureEvent success " + componentId);
420 console.log("onNativeEmbedGestureEvent fail " + componentId);
586 ForEach(this.componentIdArr, (componentId: string) => {
587 NodeContainer(this.nodeControllerMap.get(componentId))
588 .position(this.positionMap.get(componentId))
589 .width(this.widthMap.get(componentId))
590 .height(this.heightMap.get(componentId))
600 const componentId = embed.info?.id?.toString() as string
615 this.nodeControllerMap.set(componentId, nodeController);
616 this.widthMap.set(componentId, px2vp(embed.info?.width));
617 this.heightMap.set(componentId, px2vp(embed.info?.height));
618 this.positionMap.set(componentId, this.edges);
620 this.componentIdArr.push(componentId)
622 let nodeController = this.nodeControllerMap.get(componentId);
625 this.positionMap.set(componentId, this.edges);
626 this.widthMap.set(componentId, px2vp(embed.info?.width));
627 this.heightMap.set(componentId, px2vp(embed.info?.height));
631 let nodeController = this.nodeControllerMap.get(componentId);
634 this.positionMap.delete(componentId);
635 this.widthMap.delete(componentId);
636 this.heightMap.delete(componentId);
637 this.componentIdArr.filter((value: string) => value != componentId)
644 this.componentIdArr.forEach((componentId: string) => {
645 let nodeController = this.nodeControllerMap.get(componentId);
650 console.log("onNativeEmbedGestureEvent success " + componentId);
652 console.log("onNativeEmbedGestureEvent fail " + componentId);
813 ForEach(this.componentIdArr, (componentId: string) => {
814 NodeContainer(this.nodeControllerMap.get(componentId))
824 const componentId = embed.info?.id?.toString() as string
835 this.nodeControllerMap.set(componentId, nodeController)
837 this.componentIdArr.push(componentId)
839 let nodeController = this.nodeControllerMap.get(componentId)
842 let nodeController = this.nodeControllerMap.get(componentId);
850 this.componentIdArr.forEach((componentId: string) => {
851 let nodeController = this.nodeControllerMap.get(componentId)
856 console.log("onNativeEmbedGestureEvent success " + componentId)
858 console.log("onNativeEmbedGestureEvent fail " + componentId)