Searched refs:reboundSize_ (Results 1 – 4 of 4) sorted by relevance
121 reboundSize_ = size; in SetReboundSize()460 uint16_t reboundSize_ = 0; variable
270 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()
174 int16_t reboundSize = reboundSize_; in DragXInner()206 int16_t reboundSize = reboundSize_; in DragYInner()
231 if (!throwDrag_ && (reboundSize_ == 0)) { in DragThrowAnimator()239 if (reboundSize_ != 0) { in DragThrowAnimator()