Trigger haptic feedback at touch down on the EmojiPalettesView
EmojiPalettesView triggers the haptic feedback at the timing of touch-up rather than touch-down. This patch set changes the timing to touch-up so that the UX on the EmojiPalettesView can be consistent with normal keyboard layouts. This patch set also fixes the missing haptic feedback from facemarks such as ":-)". Bug: 11439600 Change-Id: I22245946712bd1c36226786d6ff81e3b563f7ef7
Showing
- java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java 39 additions, 19 deletions...c/com/android/inputmethod/keyboard/EmojiPalettesView.java
- java/src/com/android/inputmethod/keyboard/internal/EmojiPageKeyboardView.java 12 additions, 10 deletions.../inputmethod/keyboard/internal/EmojiPageKeyboardView.java
Loading
Please register or sign in to comment