Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp375 int16_t lastRotateLen = GetMaxRotate(); in OnRotateEndEvent() local
377 dir = (lastRotateLen >= 0) ? DragEvent::DIRECTION_LEFT_TO_RIGHT : DragEvent::DIRECTION_RIGHT_TO_LEFT; in OnRotateEndEvent()
379 dir = (lastRotateLen >= 0) ? DragEvent::DIRECTION_TOP_TO_BOTTOM : DragEvent::DIRECTION_BOTTOM_TO_TOP; in OnRotateEndEvent()
381 bool triggerAnimator = (MATH_ABS(lastRotateLen) >= rotateThrowthreshold_); in OnRotateEndEvent()
385 current = {lastRotateLen, 0}; in OnRotateEndEvent()
387 current = {0, lastRotateLen}; in OnRotateEndEvent()
H A Dui_swipe_view.cpp217 int16_t lastRotateLen = GetMaxRotate(); in OnRotateEndEvent() local
219 dir = (lastRotateLen >= 0) ? DragEvent::DIRECTION_LEFT_TO_RIGHT : DragEvent::DIRECTION_RIGHT_TO_LEFT; in OnRotateEndEvent()
221 dir = (lastRotateLen >= 0) ? DragEvent::DIRECTION_TOP_TO_BOTTOM : DragEvent::DIRECTION_BOTTOM_TO_TOP; in OnRotateEndEvent()
224 RefreshCurrentViewByThrow(lastRotateLen, dir, &UIView::GetX, &UIView::GetWidthWithMargin); in OnRotateEndEvent()
226 RefreshCurrentViewByThrow(lastRotateLen, dir, &UIView::GetY, &UIView::GetHeightWithMargin); in OnRotateEndEvent()

Completed in 2 milliseconds