最終更新:2015-09-01 (火) 13:29:18 (3157d)  

onTouchEvent
Top / onTouchEvent

呼び出し優先順位

android.view.View

  • View.onTouchEvent - Called when a touch screen motion event occurs.
    onTouchEvent (MotionEvent event)

android.app.Activity

  • Activity.onTouchEvent - Viewで消費されなかった場合、呼び出される
    onTouchEvent(MotionEvent event)
  • Called when a touch screen event was not handled by any of the views under it.

android.view.GestureDetector