| Method and Description |
|---|
| it.sephiroth.android.library.widget.OverScroller.extendDuration(int)
OverScrollers don't necessarily have a fixed duration.
Instead of setting a new final position and extending
the duration of an existing scroll, use startScroll
to begin a new animation.
|
| it.sephiroth.android.library.widget.HListView.getCheckItemIds()
Use
AbsHListView.getCheckedItemIds() instead. |
| it.sephiroth.android.library.widget.OverScroller.getDuration()
OverScrollers don't necessarily have a fixed duration.
This function will lie to the best of its ability.
|
| it.sephiroth.android.library.widget.OverScroller.setFinalX(int)
OverScroller's final position may change during an animation.
Instead of setting a new final position and extending
the duration of an existing scroll, use startScroll
to begin a new animation.
|
| it.sephiroth.android.library.widget.OverScroller.setFinalY(int)
OverScroller's final position may change during an animation.
Instead of setting a new final position and extending
the duration of an existing scroll, use startScroll
to begin a new animation.
|