Commit b80676747d553cacc802e41bc812c8756fb4e588
The comment lack of symbol # and parameter data type. This will cause compilation failed.
| |   |
| 362 | 362 | |
| 363 | 363 | /** |
| 364 | 364 | * Extend the scroll animation. This allows a running animation to scroll |
| * further and longer, when used with {@link #setFinalX()} or {@link setFinalY()}. |
| * further and longer, when used with {@link #setFinalX(int)} or {@link #setFinalY(int)}. |
| 366 | 366 | * |
| 367 | 367 | * @param extend Additional time to scroll in milliseconds. |
| 368 | 368 | * @see #setFinalX(int) |