Searched refs:yLast (Results 1 – 3 of 3) sorted by relevance
33 bool TextPickerOverscroller::ApplyCurrentOffset(float yLast, float offsetY, float scrollDelta) in ApplyCurrentOffset() argument52 overScrollStartOffsetY_ = yLast; in ApplyCurrentOffset()56 deltaScrollOffset_ = GetOverScrollOffset(yLast, offsetY); in ApplyCurrentOffset()90 float TextPickerOverscroller::GetOverScrollOffset(float yLast, float offsetY) const in GetOverScrollOffset() argument92 auto dx = offsetY - yLast; in GetOverScrollOffset()
29 bool ApplyCurrentOffset(float yLast, float offsetY, float scrollDelta);77 float GetOverScrollOffset(float yLast, float offsetY) const;
1723 auto yLast = OVER_SCROLL_OFFSET1; variable1726 overscroller.ApplyCurrentOffset(yLast, offsetY, TOSS_DELTA);1727 yLast = offsetY;1728 offsetY = yLast + OVER_SCROLL_DELTA;