Home | History | Annotate | Download | only in ui

Lines Matching refs:dY

1036         public boolean onScroll(float dx, float dy, float totalX, float totalY) {
1040 mFirstScrollX = (Math.abs(dx) > Math.abs(dy));
1044 int dyi = (int) (-dy + 0.5f);
1092 private boolean flingImages(float velocityX, float velocityY, float dY) {
1115 && dY >= escapeDistance;