Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_animation_state.h29 RECYCLE = 3, enumerator
H A Drefresh_pattern.cpp91 UpdateLoadingProgressStatus(RefreshAnimationState::RECYCLE, GetFollowRatio()); in OnDirtyLayoutWrapperSwap()
444 UpdateLoadingProgressStatus(RefreshAnimationState::RECYCLE, GetFollowRatio()); in HandleDragUpdate()
665 case RefreshAnimationState::RECYCLE: in UpdateLoadingProgressStatus()
829 … pattern->UpdateLoadingProgressStatus(RefreshAnimationState::RECYCLE, pattern->GetFollowRatio()); in SpeedTriggerAnimation()
858 UpdateLoadingProgressStatus(RefreshAnimationState::RECYCLE, GetFollowRatio()); in SpeedAnimationFinish()
867 UpdateLoadingProgressStatus(RefreshAnimationState::RECYCLE, GetFollowRatio()); in QuickFirstChildAppear()
1006 UpdateLoadingProgressStatus(RefreshAnimationState::RECYCLE, 1.0f); in LoadingProgressRefreshingAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_paint_method.h76 case RefreshAnimationState::RECYCLE: in UpdateContentModifier()