Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h131 reboundSize_ = size; in SetReboundSize()
142 return reboundSize_; in GetReboundSize()
525 uint16_t reboundSize_ = 0; member in OHOS::UIAbstractScroll
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp270 int16_t reboundSize = reboundSize_; in DragXInner()
310 int16_t reboundSize = reboundSize_; in DragYInner()
841 if ((dragDistanceY + top) > (scrollBlankSize_ + reboundSize_)) { in CalculateReboundDistance()
847 if ((dragDistanceY + bottom) < (scrollHeight - scrollBlankSize_ - reboundSize_ - 1)) { in CalculateReboundDistance()
854 if ((dragDistanceX + left) > (scrollBlankSize_ + reboundSize_)) { in CalculateReboundDistance()
860 if ((dragDistanceX + right) < (scrollWidth - scrollBlankSize_ - reboundSize_ - 1)) { in CalculateReboundDistance()
H A Dui_scroll_view.cpp181 int16_t reboundSize = reboundSize_; in DragXInner()
213 int16_t reboundSize = reboundSize_; in DragYInner()
H A Dui_abstract_scroll.cpp229 if (!throwDrag_ && (reboundSize_ == 0)) { in DragThrowAnimator()
237 if (reboundSize_ != 0) { in DragThrowAnimator()

Completed in 4 milliseconds