Searched refs:getNodeStatus (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/ |
H A D | TreeView.ets | 829 getNodeStatus() { 1683 this.changeNodeColor(index, this.listNode[index].getNodeStatus().press); 1693 this.changeNodeColor(index, nodeInfo.getNodeStatus().selected); 1698 if (this.getNodeColor(index) != this.listNode[index].getNodeStatus().selected) { 1699 this.changeNodeColor(index, this.listNode[index].getNodeStatus().hover); 1704 if (this.getNodeColor(index) != this.listNode[index].getNodeStatus().selected) { 1705 this.changeNodeColor(index, this.listNode[index].getNodeStatus().normal); 1726 this.changeNodeColor(index, nodeInfo.getNodeStatus().selected); 2024 this.changeNodeColor(currentIndex, this.listNode[currentIndex].getNodeStatus().normal); 2103 this.changeNodeColor(currentIndex, this.listNode[currentIndex].getNodeStatus().hover); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/ |
H A D | treeview.ets | 544 getNodeStatus(): Status { 2483 this.changeNodeColor(index, this.listNode[index].getNodeStatus().normal); 2512 this.changeNodeColor(index, this.listNode[index].getNodeStatus().press); 2520 if (this.getNodeColor(index) !== this.listNode[index].getNodeStatus().selected) { 2521 this.changeNodeColor(index, this.listNode[index].getNodeStatus().hover); 2526 if (this.getNodeColor(index) !== this.listNode[index].getNodeStatus().selected) { 2527 this.changeNodeColor(index, this.listNode[index].getNodeStatus().normal); 2548 this.changeNodeColor(index, nodeInfo.getNodeStatus().selected); 2565 this.changeNodeColor(index, nodeInfo.getNodeStatus().selected); 2879 this.changeNodeColor(currentIndex, this.listNode[currentIndex].getNodeStatus().normal); [all …]
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 867 getNodeStatus() { method in S
|