Home
last modified time | relevance | path

Searched refs:COLLAPSE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp35 curStatus_ = IndexerItemStatus::COLLAPSE; in Update()
263 } else if (curStatus_ == IndexerItemStatus::COLLAPSE) { in HandleTouchMove()
384 if (curStatus_ != IndexerItemStatus::COLLAPSE) { in UpdateCurrentSectionItem()
501 …nextStatus_ = curStatus_ == IndexerItemStatus::EXPAND ? IndexerItemStatus::COLLAPSE : IndexerItemS… in HandleArcAnimationStart()
773 if (curStatus_ != IndexerItemStatus::COLLAPSE) { in TouchOnCollapseArc()
H A Drender_indexer_circle.h31 enum class IndexerItemStatus { EXPAND, COLLAPSE, ANIMATION }; enumerator
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js1279 if (this.listNodeDataSource.j9(q16) === z2.COLLAPSE) {
1929 this.a11.set(g14, z2.COLLAPSE);
1931 } else if (this.a11.get(g14) === z2.COLLAPSE) {
1948 if (this.w7[x13].o6().a13 && z13 === z2.COLLAPSE) {
2016 this.a11.set(n13.e6(), z2.COLLAPSE);
4337 if (t4 === z2.COLLAPSE) {
4344 if (t4 === z2.COLLAPSE) {
4359 if (q4 === z2.COLLAPSE) {
4365 if (q4 === z2.COLLAPSE) {
4444 } else if (l4 === z2.COLLAPSE) {
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets113 COLLAPSE,
2202 this.expandAndCollapseInfo.set(nodeId, NodeStatus.COLLAPSE);
2206 } else if (this.expandAndCollapseInfo.get(nodeId) === NodeStatus.COLLAPSE) {
2299 this.expandAndCollapseInfo.set(nodeInfo.getNodeCurrentNodeId(), NodeStatus.COLLAPSE);
3300 } else if (this.expandAndCollapseInfo.get(currentNodeId) === NodeStatus.COLLAPSE) {
4406 if (nodeStatus === NodeStatus.COLLAPSE) {
4413 if (nodeStatus === NodeStatus.COLLAPSE) {
4435 if (nodeStatus === NodeStatus.COLLAPSE) {
4441 if (nodeStatus === NodeStatus.COLLAPSE) {
4530 } else if (nodeStatus === NodeStatus.COLLAPSE) {
[all …]