public static interface CarouselView.Scroller
Modifier and Type | Method and Description |
---|---|
int |
inverseTweakScrollDx(int dx)
Reverse the changes made to tweak the value of scroll delta X.
|
int |
inverseTweakScrollDy(int dy)
Reverse the changes made to tweak the value of scroll delta Y.
|
float |
tweakScrollDx(float dx)
Tweak the value of scroll delta X.
|
int |
tweakScrollDx(int dx)
Tweak the value of scroll delta X.
|
float |
tweakScrollDy(float dy)
Tweak the value of scroll delta Y.
|
int |
tweakScrollDy(int dy)
Tweak the value of scroll delta Y.
|
int tweakScrollDx(int dx)
dx
- int tweakScrollDy(int dy)
dy
- int inverseTweakScrollDx(int dx)
dx
- int inverseTweakScrollDy(int dy)
dy
- float tweakScrollDx(float dx)
dx
- float tweakScrollDy(float dy)
dy
-