| 195 | } |
| 196 | |
| 197 | void ScrollAreaCustom::clear(){ |
| 198 | container->clear(); |
| 199 | } |
| 200 | |
| 201 | void ScrollAreaCustom::scrollIndicator(int dp){ |
| 202 | int newY = container->y() - dp * container->height() / this->height(); |
no outgoing calls
no test coverage detected