Fields Summary |
---|
public static final int | LONG_PRESSThe user has performed a long press on an object that is resulting
in an action being performed. |
public static final int | VIRTUAL_KEYThe user has pressed on a virtual on-screen key. |
public static final int | KEYBOARD_TAPThe user has pressed a soft keyboard key. |
public static final int | CLOCK_TICKThe user has pressed either an hour or minute tick of a Clock. |
public static final int | CALENDAR_DATEThe user has pressed either a day or month or year date of a Calendar. |
public static final int | SAFE_MODE_DISABLEDThis is a private constant. Feel free to renumber as desired. |
public static final int | SAFE_MODE_ENABLEDThis is a private constant. Feel free to renumber as desired. |
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. |