Friday, November 30, 2012

[android-developers] force start GestureOverlayView

Activity A calls startActivity(intent4activityB); in its OnLongClickListener.

Activity B contains a GestureOverlayView.  I would like to be able to detect a gesture starting as soon as Activity B starts, but the GestureOverlayView does not begin tracking until the user lifts her finger and then touches the activity again.

Is there any way I can force the GestureOverlayView to start a new gesture immediately?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment