Home | History | Annotate | Download | only in widget

Lines Matching defs:onGenericMotionEvent

7437     public boolean onGenericMotionEvent(MotionEvent event) {
7440 if (mMovement.onGenericMotionEvent(this, (Spannable) mText, event)) {
7444 // onGenericMotionEvent was added to the MovementMethod interface in API 12.
7449 return super.onGenericMotionEvent(event);