Searched refs:setNodeColor (Results 1 – 3 of 3) sorted by relevance
497 setNodeColor(nodeColor: ResourceColor | undefined): void {1105 …this.nodeList[this.viewLastIndex].setNodeColor($r('sys.color.ohos_id_color_background_transparent'…1107 …this.listNodeDataSource.listNode[this.viewLastIndex].setNodeColor($r('sys.color.ohos_id_color_back…1442 .setNodeColor($r('sys.color.ohos_id_color_background_transparent'));2131 this.listNode[index].setNodeColor(color);4095 this.item.setNodeColor(this.treeViewTheme.itemHoverBgColor)4097 this.item.setNodeColor($r('sys.color.ohos_id_color_background_transparent'))4112 this.item.setNodeColor(this.treeViewTheme.itemPressedBgColor);4117 this.item.setNodeColor(COLOR_SELECT);4119 this.item.setNodeColor(this.treeViewTheme.itemSelectedBgColor);
785 setNodeColor(nodeColor: Resource | string): void {1420 this.listNode[index].setNodeColor(color);
823 setNodeColor(e) { method in S