Searched refs:oldScroll (Results 1 – 1 of 1) sorted by relevance
3709 final int oldScroll = mScrollY; in scrollIfNeeded() local3710 final int newScroll = oldScroll - incrementalDeltaY; in scrollIfNeeded()3718 if ((newScroll < 0 && oldScroll >= 0) || (newScroll > 0 && oldScroll <= 0)) { in scrollIfNeeded()3719 overScrollDistance = -oldScroll; in scrollIfNeeded()