Home
last modified time | relevance | path

Searched refs:RefreshCurrentViewByPosition (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp167 RefreshCurrentViewByPosition(&UIView::GetX, &UIView::GetWidthWithMargin); in OnDragEvent()
171 RefreshCurrentViewByPosition(&UIView::GetY, &UIView::GetHeightWithMargin); in OnDragEvent()
205 RefreshCurrentViewByPosition(&UIView::GetX, &UIView::GetWidthWithMargin); in OnRotateEvent()
208 RefreshCurrentViewByPosition(&UIView::GetY, &UIView::GetHeightWithMargin); in OnRotateEvent()
345 void UISwipeView::RefreshCurrentViewByPosition(int16_t (UIView::*pfnGetXOrY)() const, in RefreshCurrentViewByPosition() function in OHOS::UISwipeView
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h366 …void RefreshCurrentViewByPosition(int16_t (UIView::*pfnGetXOrY)() const, int16_t (UIView::*pfnGetW…