# Print output for @column tags ?>
public
class
HapticFeedbackConstants
extends Object
java.lang.Object | |
↳ | android.view.HapticFeedbackConstants |
Constants to be used to perform haptic feedback effects via
View#performHapticFeedback(int)
Constants | |
---|---|
int |
CLOCK_TICK
The user has pressed either an hour or minute tick of a Clock. |
int |
CONFIRM
A haptic effect to signal the confirmation or successful completion of a user interaction. |
int |
CONTEXT_CLICK
The user has performed a context click on an object. |
int |
FLAG_IGNORE_GLOBAL_SETTING
Flag for |
int |
FLAG_IGNORE_VIEW_SETTING
Flag for |
int |
GESTURE_END
The user has finished a gesture (e.g. on the soft keyboard). |
int |
GESTURE_START
The user has started a gesture (e.g. on the soft keyboard). |
int |
KEYBOARD_PRESS
The user has pressed a virtual or software keyboard key. |
int |
KEYBOARD_RELEASE
The user has released a virtual keyboard key. |
int |
KEYBOARD_TAP
The user has pressed a soft keyboard key. |
int |
LONG_PRESS
The user has performed a long press on an object that is resulting in an action being performed. |
int |
REJECT
A haptic effect to signal the rejection or failure of a user interaction. |
int |
TEXT_HANDLE_MOVE
The user has performed a selection/insertion handle move on text field. |
int |
VIRTUAL_KEY
The user has pressed on a virtual on-screen key. |
int |
VIRTUAL_KEY_RELEASE
The user has released a virtual key. |
Inherited methods | |
---|---|
public static final int CLOCK_TICK
The user has pressed either an hour or minute tick of a Clock.
Constant Value: 4 (0x00000004)
public static final int CONFIRM
A haptic effect to signal the confirmation or successful completion of a user interaction.
Constant Value: 16 (0x00000010)
public static final int CONTEXT_CLICK
The user has performed a context click on an object.
Constant Value: 6 (0x00000006)
public static final int FLAG_IGNORE_GLOBAL_SETTING
Flag for View.performHapticFeedback(int, int)
: Ignore the global setting
for whether to perform haptic feedback, do it always.
Constant Value: 2 (0x00000002)
public static final int FLAG_IGNORE_VIEW_SETTING
Flag for View.performHapticFeedback(int, int)
: Ignore the setting in the
view for whether to perform haptic feedback, do it always.
Constant Value: 1 (0x00000001)
public static final int GESTURE_END
The user has finished a gesture (e.g. on the soft keyboard).
Constant Value: 13 (0x0000000d)
public static final int GESTURE_START
The user has started a gesture (e.g. on the soft keyboard).
Constant Value: 12 (0x0000000c)
public static final int KEYBOARD_PRESS
The user has pressed a virtual or software keyboard key.
Constant Value: 3 (0x00000003)
public static final int KEYBOARD_RELEASE
The user has released a virtual keyboard key.
Constant Value: 7 (0x00000007)
public static final int KEYBOARD_TAP
The user has pressed a soft keyboard key.
Constant Value: 3 (0x00000003)
public static final int LONG_PRESS
The user has performed a long press on an object that is resulting in an action being performed.
Constant Value: 0 (0x00000000)
public static final int REJECT
A haptic effect to signal the rejection or failure of a user interaction.
Constant Value: 17 (0x00000011)
public static final int TEXT_HANDLE_MOVE
The user has performed a selection/insertion handle move on text field.
Constant Value: 9 (0x00000009)
public static final int VIRTUAL_KEY
The user has pressed on a virtual on-screen key.
Constant Value: 1 (0x00000001)
public static final int VIRTUAL_KEY_RELEASE
The user has released a virtual key.
Constant Value: 8 (0x00000008)