()
| 515 | } |
| 516 | |
| 517 | @Override |
| 518 | public float getCurrentScroll() { |
| 519 | try { |
| 520 | return scroll.getFloat(this); |
| 521 | } catch (IllegalAccessException e) { |
| 522 | throw new RuntimeException(e); |
| 523 | } |
| 524 | } |
| 525 | |
| 526 | @Override |
| 527 | public void scrollTo(float to) { |
no test coverage detected