summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/HapticFeedbackConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/view/HapticFeedbackConstants.java')
-rw-r--r--core/java/android/view/HapticFeedbackConstants.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/view/HapticFeedbackConstants.java b/core/java/android/view/HapticFeedbackConstants.java
index cc090ad..6651b83 100644
--- a/core/java/android/view/HapticFeedbackConstants.java
+++ b/core/java/android/view/HapticFeedbackConstants.java
@@ -52,6 +52,11 @@ public class HapticFeedbackConstants {
public static final int CALENDAR_DATE = 5;
/**
+ * The user has touched the screen with a stylus and pressed the stylus button.
+ */
+ public static final int STYLUS_BUTTON_PRESS = 6;
+
+ /**
* This is a private constant. Feel free to renumber as desired.
* @hide
*/