aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-11-13 00:16:34 -0800
committerTadashi G. Takaoka <takaoka@google.com>2010-11-16 23:06:37 -0800
commitb643dab73ab9527cc63d896cad81c0cdc92fe5f6 (patch)
tree02187a8e5ee2bf38ed4741dbfd7d57b80a410532 /java/src/com/android/inputmethod/latin/LatinKeyboardView.java
parent10227a71a047706a2290ff0b57f3437d5add7b35 (diff)
downloadlatinime-b643dab73ab9527cc63d896cad81c0cdc92fe5f6.tar.gz
latinime-b643dab73ab9527cc63d896cad81c0cdc92fe5f6.tar.xz
latinime-b643dab73ab9527cc63d896cad81c0cdc92fe5f6.zip
Refactor KeyboardSwitcher and LatinIME
Bug: 3193390 Change-Id: Id894c9bc574a53966d9efc419ab398bae89c34c1
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboardView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinKeyboardView.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboardView.java b/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
index 9c90853f6..3bcac4ec1 100644
--- a/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
+++ b/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
@@ -127,13 +127,6 @@ public class LatinKeyboardView extends BaseKeyboardView {
return label;
}
- public boolean setShiftLocked(boolean shiftLocked) {
- LatinKeyboard keyboard = getLatinKeyboard();
- keyboard.setShiftLocked(shiftLocked);
- invalidateAllKeys();
- return true;
- }
-
/**
* This function checks to see if we need to handle any sudden jumps in the pointer location
* that could be due to a multi-touch being treated as a move by the firmware or hardware.