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