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