FileDocCategorySizeDatePackage
HapticFeedbackConstants.javaAPI DocAndroid 1.5 API1448Wed May 06 22:41:56 BST 2009android.view

HapticFeedbackConstants

public 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_SETTING
Flag 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_SETTING
Flag 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()

Methods Summary