Example usage for Java android.gesture GestureOverlayView fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addOnGestureListener(OnGestureListener listener) |
void | addOnGesturePerformedListener(OnGesturePerformedListener listener) |
void | addView(View child) Adds a child view. |
View | getChildAt(int index) Returns the view at the specified position in the group. |
void | setEnabled(boolean enabled) Set the enabled state of this view. |
void | setEventsInterceptionEnabled(boolean enabled) |
void | setGestureColor(@ColorInt int color) |
void | setGestureVisible(boolean visible) |
void | setLayoutParams(ViewGroup.LayoutParams params) Set the layout parameters associated with this view. |
void | setUncertainGestureColor(@ColorInt int color) |