The problem is
switch (e.getAction())
        {
        case MotionEvent.ACTION_DOWN:
            x=e.getX();
            y=e.getY();
            requestRender();
            break;
        case MotionEvent.ACTION_UP:
                a=e.getX();
                b=e.getY();
                requestRender();
                break;
        }


Here the value of X and y and a & b are same but when it is Action_up
the co-ordinate of X Y & ab  should be different  Please help me

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to