Home
last modified time | relevance | path

Searched refs:SwipeActionState (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp556 SwipeActionState curState = SwipeActionState::COLLAPSED;
609 SwipeActionState curState = SwipeActionState::COLLAPSED;
637 EXPECT_EQ(curState, SwipeActionState::EXPANDED);
995 SwipeActionState curState = SwipeActionState::COLLAPSED;
1021 EXPECT_EQ(curState, SwipeActionState::EXPANDED);
1030 EXPECT_EQ(curState, SwipeActionState::EXPANDED);
1060 SwipeActionState curState = SwipeActionState::COLLAPSED;
1087 EXPECT_EQ(curState, SwipeActionState::EXPANDED);
1095 EXPECT_EQ(curState, SwipeActionState::EXPANDED);
1124 SwipeActionState curState = SwipeActionState::COLLAPSED;
[all …]
/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()
746 if (swipeActionState_ == SwipeActionState::COLLAPSED) { in UpdateClickJudgeCallback()
753 if (item->swipeActionState_ == SwipeActionState::COLLAPSED) { in UpdateClickJudgeCallback()
1103 case SwipeActionState::COLLAPSED: in DumpAdvanceInfo()
1106 case SwipeActionState::EXPANDED: in DumpAdvanceInfo()
1109 case SwipeActionState::ACTIONING: in DumpAdvanceInfo()
1217 swipeActionState_ = SwipeActionState::COLLAPSED; in OnDetachFromMainTree()
H A Dlist_item_pattern.h282 SwipeActionState swipeActionState_ = SwipeActionState::COLLAPSED;
H A Dlist_item_event_hub.h140 void FireStateChangeEvent(SwipeActionState newState, bool isStart) const in FireStateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_properties.h126 using OnStateChangedEvent = std::function<void(SwipeActionState)>;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3159 var SwipeActionState; variable
3160 (function (SwipeActionState) {
3161 SwipeActionState[SwipeActionState["COLLAPSED"] = 0] = "COLLAPSED";
3162 SwipeActionState[SwipeActionState["EXPANDED"] = 1] = "EXPANDED";
3163 SwipeActionState[SwipeActionState["ACTIONING"] = 2] = "ACTIONING";
3164 })(SwipeActionState || (SwipeActionState = {}));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-listitem.md199 | onStateChange<sup>11+</sup> | (state:[SwipeActionState](#swipeactionstate11枚举说明)) => void | 否 |当列…
221 ## SwipeActionState<sup>11+</sup>枚举说明
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_item_modifier.cpp51 auto onStateChange = [item](OHOS::Ace::SwipeActionState swipeActionState) { in SetOptionBuilder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp238 std::function<void(SwipeActionState state)> onStateChangeCallback; in JsParseDeleteArea()
241 … func = JSRef<JSFunc>::Cast(onStateChange)](SwipeActionState state) { in JsParseDeleteArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h855 enum class SwipeActionState : uint32_t { enum
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-listitem.md221 ## SwipeActionState<sup>11+</sup>