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