Home
last modified time | relevance | path

Searched refs:isSourceFromAnimation_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp422 isSourceFromAnimation_ = !isDrag; in HandleDragStart()
442 if (!isSourceFromAnimation_) { in HandleDragUpdate()
705 if (isSourceFromAnimation_) { in UpdateFirstChildPlacement()
798 auto targetOffset = (isSourceFromAnimation_ || in SpeedTriggerAnimation()
807 if (pullToRefresh_ && !isSourceFromAnimation_ && refreshStatus_ == RefreshStatus::OVER_DRAG) { in SpeedTriggerAnimation()
839 if (isSourceFromAnimation_) { in GetTargetOffset()
866 isSourceFromAnimation_ = false; in QuickFirstChildAppear()
1155 isSourceFromAnimation_ = (source == SCROLL_FROM_ANIMATION); in HandleScroll()
H A Drefresh_pattern.h156 bool isSourceFromAnimation_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_event_test_ng.cpp955 EXPECT_FALSE(pattern_->isSourceFromAnimation_);
1038 EXPECT_FALSE(pattern_->isSourceFromAnimation_);