Home
last modified time | relevance | path

Searched refs:swipeActionState_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp719 swipeActionState_ = SwipeActionState::EXPANDED; in FireSwipeActionStateChange()
722 swipeActionState_ = SwipeActionState::ACTIONING; in FireSwipeActionStateChange()
731 swipeActionState_ = SwipeActionState::COLLAPSED; in FireSwipeActionStateChange()
734 listItemEventHub->FireStateChangeEvent(swipeActionState_, trigStart); in FireSwipeActionStateChange()
746 if (swipeActionState_ == SwipeActionState::COLLAPSED) { in UpdateClickJudgeCallback()
753 if (item->swipeActionState_ == SwipeActionState::COLLAPSED) { in UpdateClickJudgeCallback()
1102 switch (swipeActionState_) { in DumpAdvanceInfo()
1217 swipeActionState_ = SwipeActionState::COLLAPSED; in OnDetachFromMainTree()
H A Dlist_item_pattern.h282 SwipeActionState swipeActionState_ = SwipeActionState::COLLAPSED; variable