最終更新:2013-03-27 (水) 19:01:21 (4049d)  

GestureDetector.onTouchEvent
Top / GestureDetector.onTouchEvent

public boolean onTouchEvent (MotionEvent ev)

Analyzes the given motion event and if applicable triggers the appropriate callbacks on the GestureDetector.OnGestureListener supplied.

http://developer.android.com/reference/android/view/GestureDetector.html#onTouchEvent(android.view.MotionEvent)

メモ

関連