-
- All Implemented Interfaces:
-
android.text.method.MovementMethod
public class OverLinkMovementMethod extends LinkMovementMethod
-
-
Field Summary
Fields Modifier and Type Field Description public static booleancanScroll
-
Method Summary
Modifier and Type Method Description booleanonTouchEvent(TextView widget, Spannable buffer, MotionEvent event)static MovementMethodgetInstance()-
Methods inherited from class android.text.method.LinkMovementMethod
canSelectArbitrarily, getInstance, initialize, onTakeFocus, onTouchEvent -
Methods inherited from class android.text.method.BaseMovementMethod
onGenericMotionEvent, onKeyDown, onKeyOther, onKeyUp, onTrackballEvent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onTouchEvent
boolean onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
-
getInstance
static MovementMethod getInstance()
-
-
-
-