android.view
Class HapticFeedbackConstants

java.lang.Object
  extended by android.view.HapticFeedbackConstants

public class HapticFeedbackConstants
extends Object


Field Summary
static int FLAG_IGNORE_GLOBAL_SETTING
           
static int FLAG_IGNORE_VIEW_SETTING
           
static int KEYBOARD_TAP
           
static int LONG_PRESS
           
static int VIRTUAL_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LONG_PRESS

public static final int LONG_PRESS
See Also:
Constant Field Values

VIRTUAL_KEY

public static final int VIRTUAL_KEY
See Also:
Constant Field Values

KEYBOARD_TAP

public static final int KEYBOARD_TAP
See Also:
Constant Field Values

FLAG_IGNORE_VIEW_SETTING

public static final int FLAG_IGNORE_VIEW_SETTING
See Also:
Constant Field Values

FLAG_IGNORE_GLOBAL_SETTING

public static final int FLAG_IGNORE_GLOBAL_SETTING
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.