Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h503 indexCanChangeMap_.clear(); in InitIndexCanChangeMap()
1101 std::map<int32_t, bool> indexCanChangeMap_; variable
H A Dswiper_pattern.cpp5438 auto iter = indexCanChangeMap_.find(comingIndex); in CheckSwiperPanEvent()
5439 if (iter != indexCanChangeMap_.end()) { in CheckSwiperPanEvent()
5443 indexCanChangeMap_.emplace(comingIndex, ret); in CheckSwiperPanEvent()