Home
last modified time | relevance | path

Searched refs:newSwiperIndex (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.cpp703 void ListItemPattern::FireSwipeActionStateChange(ListItemSwipeIndex newSwiperIndex) in FireSwipeActionStateChange() argument
708 "curPos:%{public}f", host->GetId(), swiperIndex_, newSwiperIndex, curOffset_); in FireSwipeActionStateChange()
709 if (newSwiperIndex == swiperIndex_) { in FireSwipeActionStateChange()
716 switch (newSwiperIndex) { in FireSwipeActionStateChange()
733 swiperIndex_ = newSwiperIndex; in FireSwipeActionStateChange()
H A Dlist_item_pattern.h255 void FireSwipeActionStateChange(ListItemSwipeIndex newSwiperIndex);