* Triggered when scroll handle stops scrolling.
()
| 462 | * Triggered when scroll handle stops scrolling. |
| 463 | */ |
| 464 | scrollHandleDidStop () { |
| 465 | this._scrollHandleIndex = null |
| 466 | this._scrollHandleStartPosition = null |
| 467 | this._scrollHandleStartTime = null |
| 468 | } |
| 469 | |
| 470 | /** |
| 471 | * Layouts view and its subviews. |