Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp364 uint16_t swipeMid; in RefreshCurrentViewByPosition() local
366 swipeMid = 0; in RefreshCurrentViewByPosition()
368 swipeMid = (this->*pfnGetWidthOrHeight)(); in RefreshCurrentViewByPosition()
370 swipeMid = (this->*pfnGetWidthOrHeight)() >> 1; in RefreshCurrentViewByPosition()
374 if ((childrenHead_->*pfnGetXOrY)() > swipeMid) { in RefreshCurrentViewByPosition()
382 if ((swipeMid >= (view->*pfnGetXOrY)()) && in RefreshCurrentViewByPosition()
414 uint16_t swipeMid; in RefreshCurrentViewByThrow() local
416 swipeMid = 0; in RefreshCurrentViewByThrow()
418 swipeMid = (this->*pfnGetWidthOrHeight)(); in RefreshCurrentViewByThrow()
431 swipeMid)) { in RefreshCurrentViewByThrow()
[all …]