HapticFeedbackConstantspublic class HapticFeedbackConstants extends Object Constants to be used to perform haptic feedback effects via
{@link View#performHapticFeedback(int)} |
Fields Summary |
---|
public static final int | LONG_PRESS | public static final int | FLAG_IGNORE_VIEW_SETTINGFlag for {@link View#performHapticFeedback(int, int)
View.performHapticFeedback(int, int)}: Ignore the setting in the
view for whether to perform haptic feedback, do it always. | public static final int | FLAG_IGNORE_GLOBAL_SETTINGFlag for {@link View#performHapticFeedback(int, int)
View.performHapticFeedback(int, int)}: Ignore the global setting
for whether to perform haptic feedback, do it always. |
Constructors Summary |
---|
private HapticFeedbackConstants()
|
|