Loading java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +9 −0 Original line number Diff line number Diff line Loading @@ -534,6 +534,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange @Override public void onPageScrolled(final int position, final float positionOffset, final int positionOffsetPixels) { mEmojiPalettesAdapter.onPageScrolled(); final Pair<Integer, Integer> newPos = mEmojiCategory.getCategoryIdAndPageIdFromPagePosition(position); final int newCategoryId = newPos.first; Loading Loading @@ -718,6 +719,14 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange } } public void onPageScrolled() { // Make sure the delayed key-down event (highlight effect and haptic feedback) will be // canceled. final EmojiPageKeyboardView currentKeyboardView = mActiveKeyboardViews.get(mActivePosition); currentKeyboardView.releaseCurrentKey(); } @Override public int getCount() { return mEmojiCategory.getTotalPageCountOfAllCategories(); Loading Loading
java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +9 −0 Original line number Diff line number Diff line Loading @@ -534,6 +534,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange @Override public void onPageScrolled(final int position, final float positionOffset, final int positionOffsetPixels) { mEmojiPalettesAdapter.onPageScrolled(); final Pair<Integer, Integer> newPos = mEmojiCategory.getCategoryIdAndPageIdFromPagePosition(position); final int newCategoryId = newPos.first; Loading Loading @@ -718,6 +719,14 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange } } public void onPageScrolled() { // Make sure the delayed key-down event (highlight effect and haptic feedback) will be // canceled. final EmojiPageKeyboardView currentKeyboardView = mActiveKeyboardViews.get(mActivePosition); currentKeyboardView.releaseCurrentKey(); } @Override public int getCount() { return mEmojiCategory.getTotalPageCountOfAllCategories(); Loading