Home | History | Annotate | Download | only in widget

Lines Matching refs:me

1452     public boolean onTouchEvent(MotionEvent me) {
1457 switch (me.getActionMasked()) {
1459 if (isPointInside(me.getX(), me.getY())) {
1472 final float pos = getPosFromMotionEvent(me.getY());
1496 if (mPendingDrag >= 0 && Math.abs(me.getY() - mInitialTouchY) > mScaledTouchSlop) {
1504 final float pos = getPosFromMotionEvent(me.getY());