public interface TouchableSpanListener
android.text.TextLine#sCached
which is static.Modifier and Type | Method and Description |
---|---|
boolean |
onTouch(ClickableSpan span,
MotionEvent motionEvent,
View view) |
void |
onTouchDown(ClickableSpan span,
View view)
Deprecated.
Use
TouchableSpanListener#onTouch() instead. This method will be removed in
a future release. |
@Deprecated void onTouchDown(ClickableSpan span, View view)
TouchableSpanListener#onTouch()
instead. This method will be removed in
a future release.boolean onTouch(ClickableSpan span, MotionEvent motionEvent, View view)
span
- target spanmotionEvent
- motion eventview
- source view