Home | History | Annotate | Download | only in calendar

Lines Matching refs:doFling

4088     private void doFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) {
4100 if (DEBUG) Log.d(TAG, "doFling: velocityX " + velocityX);
4108 if (DEBUG) Log.d(TAG, "doFling: no fling");
4117 Log.d(TAG, "doFling: mViewStartY" + mViewStartY + " velocityY " + velocityY);
4932 DayView.this.doFling(e1, e2, velocityX, velocityY);