What does ScrollView.clamp() method do in reference to scrollTo()?

前端 未结 0 1542
感动是毒
感动是毒 2021-01-02 12:32

ScrollView has following static method in it.

private static int clamp(int n, int my, int child) {
    ...
}

When I call scrollTo(int x

相关标签:
回答
  • 消灭零回复
提交回复
热议问题