Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h49 std::lock_guard<std::mutex> lock(swiperMutex_); in ~SwiperLayoutAlgorithm()
417 std::mutex swiperMutex_; variable
H A Dswiper_layout_algorithm.cpp146 std::lock_guard<std::mutex> lock(swiperMutex_); in Measure()