Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp346 int16_t (UIView::*pfnGetWidthOrHeight)()) in pfnGetWidthOrHeight() function
368 swipeMid = (this->*pfnGetWidthOrHeight)(); in pfnGetWidthOrHeight()
370 swipeMid = (this->*pfnGetWidthOrHeight)() >> 1; in pfnGetWidthOrHeight()
377 } else if ((childrenTail_->*pfnGetXOrY)() + (childrenHead_->*pfnGetWidthOrHeight)() < swipeMid) { in pfnGetWidthOrHeight()
383 (swipeMid <= (view->*pfnGetXOrY)() + (view->*pfnGetWidthOrHeight)())) { in pfnGetWidthOrHeight()
401 int16_t (UIView::*pfnGetWidthOrHeight)()) in RefreshCurrentViewByThrow()
418 swipeMid = (this->*pfnGetWidthOrHeight)(); in RefreshCurrentViewByThrow()
420 swipeMid = (this->*pfnGetWidthOrHeight)() >> 1; in RefreshCurrentViewByThrow()
429 if (((curView_->*pfnGetXOrY)() + ((curView_->*pfnGetWidthOrHeight)() >> 1) < swipeMid) && in RefreshCurrentViewByThrow()
430 ((curView_->*pfnGetXOrY)() + ((curView_->*pfnGetWidthOrHeight)() * in RefreshCurrentViewByThrow()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h366 void RefreshCurrentViewByPosition(int16_t (UIView::*pfnGetXOrY)() const, int16_t (UIView::*pfnGetWidthOrHeight)()); member in OHOS::UISwipeView
370 int16_t (UIView::*pfnGetWidthOrHeight)());

Completed in 2 milliseconds