最終更新:2013-03-22 (金) 18:11:17 (4046d)  

View.OnTouchListener
Top / View.OnTouchListener

public static interface View.OnTouchListener

http://developer.android.com/reference/android/view/View.OnTouchListener.html

メソッド

onTouch

  • Called when a touch event is dispatched to a view.
    abstract boolean onTouch(View v, MotionEvent event)
  • パラメータ
    • v - The view the touch event has been dispatched to.
    • event - The MotionEvent object containing full information about the event.
  • 戻り値
    • True if the listener has consumed the event, false otherwise.