Home | History | Annotate | Download | only in widgets

Lines Matching refs:View

19 import android.view.MotionEvent;
20 import android.view.View;
29 * @param view The view
34 public boolean onMoveBegin(View view, MotionEvent e);
39 * @param view The view
45 public boolean onMove(View view, MotionEvent e1, MotionEvent e2);
50 * @param view The view
52 public void onMoveEnd(View view);