Example usage for Java android.view HapticFeedbackConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
int | LONG_PRESS The user has performed a long press on an object that is resulting in an action being performed. |
int | VIRTUAL_KEY The user has pressed on a virtual on-screen key. |
int | KEYBOARD_TAP The user has pressed a soft keyboard key. |
int | CLOCK_TICK The user has pressed either an hour or minute tick of a Clock. |
int | CONTEXT_CLICK The user has performed a context click on an object. |
int | FLAG_IGNORE_VIEW_SETTING Flag for View#performHapticFeedback(int,int) View.performHapticFeedback(int, int) : Ignore the setting in the view for whether to perform haptic feedback, do it always. |
int | FLAG_IGNORE_GLOBAL_SETTING Flag for View#performHapticFeedback(int,int) View.performHapticFeedback(int, int) : Ignore the global setting for whether to perform haptic feedback, do it always. |