Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp364 uint16_t swipeMid; in pfnGetWidthOrHeight() local
366 swipeMid = 0; in pfnGetWidthOrHeight()
368 swipeMid = (this->*pfnGetWidthOrHeight)(); in pfnGetWidthOrHeight()
370 swipeMid = (this->*pfnGetWidthOrHeight)() >> 1; in pfnGetWidthOrHeight()
374 if ((childrenHead_->*pfnGetXOrY)() > swipeMid) { in pfnGetWidthOrHeight()
377 } else if ((childrenTail_->*pfnGetXOrY)() + (childrenHead_->*pfnGetWidthOrHeight)() < swipeMid) { in pfnGetWidthOrHeight()
382 if ((swipeMid >= (view->*pfnGetXOrY)()) && in pfnGetWidthOrHeight()
383 (swipeMid <= (view->*pfnGetXOrY)() + (view->*pfnGetWidthOrHeight)())) { in pfnGetWidthOrHeight()
414 uint16_t swipeMid; in RefreshCurrentViewByThrow() local
416 swipeMid in RefreshCurrentViewByThrow()
[all...]

Completed in 1 milliseconds