Searched refs:newBottomAmount (Results 1 – 1 of 1) sorted by relevance
1442 float newBottomAmount = currentBottomAmount + deltaY; in overScrollDown() local1444 setOverScrollAmount(newBottomAmount, false /* onTop */, in overScrollDown()1449 float scrollAmount = newBottomAmount < 0 ? newBottomAmount : 0.0f; in overScrollDown()