Home | History | Annotate | Download | only in calendar

Lines Matching refs:doFling

4090     private void doFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
4102 if (DEBUG) Log.d(TAG, "doFling: velocityX " + velocityX);
4110 if (DEBUG) Log.d(TAG, "doFling: no fling");
4119 Log.d(TAG, "doFling: mViewStartY" + mViewStartY + " velocityY " + velocityY);
4934 DayView.this.doFling(e1, e2, velocityX, velocityY);