Home
last modified time | relevance | path

Searched refs:animationLess (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp403 int16_t animationLess = 0; in IsNeedReCalculateDragEnd() local
405 animationLess = animatorCallback_.endValueY_ - animatorCallback_.previousValueY_; in IsNeedReCalculateDragEnd()
407 animationLess = animatorCallback_.endValueX_ - animatorCallback_.previousValueX_; in IsNeedReCalculateDragEnd()
409 if (!isDragging_ || (MATH_ABS(animationLess) > RECALCULATE_DRAG_DISTANCE)) { in IsNeedReCalculateDragEnd()

Completed in 2 milliseconds