| 179 | } |
| 180 | |
| 181 | void ScrollAreaCustom::scrollToTop(){ |
| 182 | curSpd = sqrt(8 * (- container->pos().y()) + 2) / 2; |
| 183 | scrollDown = true; |
| 184 | getCord->stop(); |
| 185 | rfrshView->stop(); |
| 186 | outOfEdge = false; |
| 187 | moveStored = 0; |
| 188 | nextMove = 1; |
| 189 | ignoreMaxSpeed = true; |
| 190 | rfrshView->start(30); |
| 191 | } |
| 192 | |
| 193 | void ScrollAreaCustom::updateHeight(){ |
| 194 | container->updateHeight(); |
no outgoing calls
no test coverage detected