Searched refs:pfnGetWidthOrHeight (Results 1 – 2 of 2) sorted by relevance
346 int16_t (UIView::*pfnGetWidthOrHeight)()) in RefreshCurrentViewByPosition() argument368 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() argument418 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 …]
366 …entViewByPosition(int16_t (UIView::*pfnGetXOrY)() const, int16_t (UIView::*pfnGetWidthOrHeight)());370 int16_t (UIView::*pfnGetWidthOrHeight)());