java.lang.Object | |
↳ | android.support.v4.view.VelocityTrackerCompat |
Helper for accessing features in VelocityTracker
introduced after API level 4 in a backwards compatible fashion.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Call
getXVelocity(int) .
| |||||||||||
Call
getYVelocity(int) .
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Call getXVelocity(int)
.
If running on a pre-HONEYCOMB
device,
returns getXVelocity()
.
Call getYVelocity(int)
.
If running on a pre-HONEYCOMB
device,
returns getYVelocity()
.