()
| 1053 | } |
| 1054 | |
| 1055 | private void initListMotion() { |
| 1056 | Form p = getComponentForm(); |
| 1057 | if (p != null) { |
| 1058 | p.registerAnimatedInternal(this); |
| 1059 | } |
| 1060 | listMotion = Motion.createSplineMotion(0, destination, getScrollAnimationSpeed()); |
| 1061 | listMotion.start(); |
| 1062 | } |
| 1063 | |
| 1064 | /// Calculates the desired bounds for the component and returns them within the |
| 1065 | /// given rectangle. |
no test coverage detected