Searched refs:RefreshCurrentViewByThrow (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_swipe_view.cpp | 181 …RefreshCurrentViewByThrow(distance, event.GetDragDirection(), &UIView::GetX, &UIView::GetWidthWith… in OnDragEndEvent() 184 …RefreshCurrentViewByThrow(distance, event.GetDragDirection(), &UIView::GetY, &UIView::GetHeightWit… in OnDragEndEvent() 224 RefreshCurrentViewByThrow(lastRotateLen, dir, &UIView::GetX, &UIView::GetWidthWithMargin); in OnRotateEndEvent() 226 RefreshCurrentViewByThrow(lastRotateLen, dir, &UIView::GetY, &UIView::GetHeightWithMargin); in OnRotateEndEvent() 398 void UISwipeView::RefreshCurrentViewByThrow(int16_t distance, in RefreshCurrentViewByThrow() function in OHOS::UISwipeView
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_swipe_view.h | 367 void RefreshCurrentViewByThrow(int16_t distance,
|