Home
last modified time | relevance | path

Searched refs:duringInteraction_ (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.h318 duringInteraction_ = duringInteraction; in SetDuringInteraction()
385 … bool duringInteraction_ = false; // user interacting, include touching and translating animation. variable
H A Dswiper_layout_algorithm.cpp104 if (duringInteraction_ || NearEqual(oldContentMainSize_, contentMainSize_)) { in UpdateLayoutInfoBeforeMeasureSwiper()