Class android.text.method.
ScrollingMovementMethod
The superclass changed from
java.lang.Object
to
android.text.method.BaseMovementMethod
.
Changed Methods | ||
---|---|---|
boolean
canSelectArbitrarily
()
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
down
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
void
initialize
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
left
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
onKeyDown
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
onKeyOther
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
onKeyUp
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
void
onTakeFocus
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
onTouchEvent
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
onTrackballEvent
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
right
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|
|
boolean
up
(
TextView,
|
Method was locally defined, but is now inherited from
BaseMovementMethod
.
|