Home
last modified time | relevance | path

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

/foundation/graphic/ui/interfaces/kits/components/
Dui_abstract_scroll.h121 reboundSize_ = size; in SetReboundSize()
460 uint16_t reboundSize_ = 0; variable
/foundation/graphic/ui/frameworks/components/
Dui_list.cpp270 int16_t reboundSize = reboundSize_; in DragXInner()
310 int16_t reboundSize = reboundSize_; in DragYInner()
839 if ((dragDistanceY + top) > (scrollBlankSize_ + reboundSize_)) { in CalculateReboundDistance()
845 if ((dragDistanceY + bottom) < (scrollHeight - scrollBlankSize_ - reboundSize_ - 1)) { in CalculateReboundDistance()
852 if ((dragDistanceX + left) > (scrollBlankSize_ + reboundSize_)) { in CalculateReboundDistance()
858 if ((dragDistanceX + right) < (scrollWidth - scrollBlankSize_ - reboundSize_ - 1)) { in CalculateReboundDistance()
Dui_scroll_view.cpp174 int16_t reboundSize = reboundSize_; in DragXInner()
206 int16_t reboundSize = reboundSize_; in DragYInner()
Dui_abstract_scroll.cpp231 if (!throwDrag_ && (reboundSize_ == 0)) { in DragThrowAnimator()
239 if (reboundSize_ != 0) { in DragThrowAnimator()