Example usage for Java android.view ViewConfiguration fields, constructors, methods, implement or subclass
The text is from its open source code.
ViewConfiguration | get(Context context) Returns a configuration for the specified context. |
int | getLongPressTimeout() |
int | getMaximumFlingVelocity() |
int | getMinimumFlingVelocity() |
int | getPressedStateDuration() |
int | getScaledEdgeSlop() |
int | getScaledMaximumFlingVelocity() |
int | getScaledMinimumFlingVelocity() |
int | getScaledOverflingDistance() |
int | getScaledOverscrollDistance() |
int | getScaledPagingTouchSlop() |
int | getScaledTouchSlop() |
float | getScrollFriction() The amount of friction applied to scrolls and flings. |
int | getTapTimeout() |
int | getTouchSlop() |