Home | History | Annotate | Download | only in calendar

Lines Matching defs:distanceX

3980         int distanceX = (int) mInitialScrollX;
3994 int absDistanceX = Math.abs(distanceX);
4003 mViewStartX = distanceX;
4013 mViewStartX = distanceX;
4014 if (distanceX != 0) {
4015 int direction = (distanceX > 0) ? 1 : -1;
4906 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) {
4910 if (Math.abs(distanceX) < Math.abs(distanceY)) {
4919 DayView.this.doScroll(e1, e2, distanceX, distanceY);