Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets658 …tus: { normal: Resource, hover: Resource, press: Resource, selected: string, highLight: Resource };
719 highLight: $r('sys.color.ohos_id_color_activated')
2097 /* highLight node time-out. */
2102 /* set hoverState color before highLight. */
2149 this.changeNodeColor(currentIndex, this.listNode[currentIndex].getNodeStatus().highLight);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets151 highLight?: ResourceColor;
413 highLight: $r('sys.color.ohos_id_color_activated')
2953 /* highLight node time-out. */
2958 /* set hoverState color before highLight. */
3008 this.changeNodeColor(currentIndex, this.listNode[currentIndex].getNodeStatus().highLight);
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js726 highLight: { class in S.constructor.status