Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets829 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 Dtreeview.ets544 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 Dtreeview.js867 getNodeStatus() { method in S