It certainly does.  Are you sure you are actually touching within that view?

On Tue, Jul 7, 2009 at 5:40 AM, zeeshan <genx...@gmail.com> wrote:

>
> Hi Dear,
>
> i am trying to capture startx and endx position but
> MotionEvent.ACTION_DOWN event doesn't fire at all.
>
> please check what wrong in the code below:
>
>
> @Override
>                public boolean onTouchEvent(MotionEvent event) {
>
>
>                        switch (event.getAction()) {
>                    case MotionEvent.ACTION_DOWN: // doesn't fire
>                       startX = (int)event.getX();
>                       startY = (int)event.getY();
>                       return true;
>                        }
>                        return true
>
>                }
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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