public class

HapticFeedbackConstants

extends Object
java.lang.Object
   ↳ android.view.HapticFeedbackConstants

Class Overview

Constants to be used to perform haptic feedback effects via performHapticFeedback(int)

Summary

Constants
int FLAG_IGNORE_GLOBAL_SETTING Flag for View.performHapticFeedback(int, int): Ignore the global setting for whether to perform haptic feedback, do it always.
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.
int LONG_PRESS
[Expand]
Inherited Methods
From class java.lang.Object

Constants

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 LONG_PRESS

Constant Value: 0 (0x00000000)