diff options
author | 2012-01-30 20:08:41 -0800 | |
---|---|---|
committer | 2012-01-30 20:08:41 -0800 | |
commit | ba24279e9d53956807f2e9ef46f4217920a8c4be (patch) | |
tree | d84fde353e679defeb4014f2c8aa21cdd573c838 /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java | |
parent | 4b4b05bee2bfcdc9645de651cafc9785e81a2315 (diff) | |
parent | 30964843db0c3c7892ca443a0513c9c36e8654d1 (diff) | |
download | latinime-ba24279e9d53956807f2e9ef46f4217920a8c4be.tar.gz latinime-ba24279e9d53956807f2e9ef46f4217920a8c4be.tar.xz latinime-ba24279e9d53956807f2e9ef46f4217920a8c4be.zip |
am 30964843: Merge "Auto generate various shift states alphabet keyboard automatically"
* commit '30964843db0c3c7892ca443a0513c9c36e8654d1':
Auto generate various shift states alphabet keyboard automatically
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java index 600f14e04..cd83c3e21 100644 --- a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java +++ b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java @@ -141,11 +141,6 @@ public class MoreSuggestionsView extends KeyboardView implements MoreKeysPanel { } @Override - public void setShifted(boolean shifted) { - // Nothing to do with. - } - - @Override public void showMoreKeysPanel(View parentView, Controller controller, int pointX, int pointY, PopupWindow window, KeyboardActionListener listener) { mController = controller; |