Searched refs:totalY (Results 1 – 3 of 3) sorted by relevance
315 var totalY = y regex318 totalY += mTemp2[1].toFloat()319 val childAtRawPosition = stackScrollerController.getChildAtRawPosition(totalX, totalY)
34 boolean onScroll(float dx, float dy, float totalX, float totalY); in onScroll() argument
1035 public boolean onScroll(float dx, float dy, float totalX, float totalY) { in onScroll() argument1049 int newDeltaY = calculateDeltaY(totalY); in onScroll()