Searched refs:newDeltaY (Results 1 – 1 of 1) sorted by relevance
1049 int newDeltaY = calculateDeltaY(totalY); in onScroll() local1050 int d = newDeltaY - mDeltaY; in onScroll()1053 mDeltaY = newDeltaY; in onScroll()