Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp346 int16_t (UIView::*pfnGetWidthOrHeight)()) in RefreshCurrentViewByPosition() argument
368 swipeMid = (this->*pfnGetWidthOrHeight)(); in RefreshCurrentViewByPosition()
370 swipeMid = (this->*pfnGetWidthOrHeight)() >> 1; in RefreshCurrentViewByPosition()
383 (swipeMid <= (view->*pfnGetXOrY)() + (view->*pfnGetWidthOrHeight)())) { in RefreshCurrentViewByPosition()
401 int16_t (UIView::*pfnGetWidthOrHeight)()) in RefreshCurrentViewByThrow() argument
418 swipeMid = (this->*pfnGetWidthOrHeight)(); in RefreshCurrentViewByThrow()
420 swipeMid = (this->*pfnGetWidthOrHeight)() >> 1; in RefreshCurrentViewByThrow()
429 if (((curView_->*pfnGetXOrY)() + ((curView_->*pfnGetWidthOrHeight)() >> 1) < swipeMid) && in RefreshCurrentViewByThrow()
439 if (((curView_->*pfnGetXOrY)() + ((curView_->*pfnGetWidthOrHeight)() >> 1) > swipeMid) && in RefreshCurrentViewByThrow()
450 if ((curView_->*pfnGetXOrY)() + ((curView_->*pfnGetWidthOrHeight)() >> 1) > swipeMid) { in RefreshCurrentViewByThrow()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h366 …entViewByPosition(int16_t (UIView::*pfnGetXOrY)() const, int16_t (UIView::*pfnGetWidthOrHeight)());
370 int16_t (UIView::*pfnGetWidthOrHeight)());