Searched defs:invalidateKey (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java965 * @see #invalidateKey(Key)
982 public void invalidateKey(Key key) { method in class:KeyboardView
H A DPointerTracker.java67 public void invalidateKey(Key key); method in interface:PointerTracker.DrawingProxy
418 mDrawingProxy.invalidateKey(key);
423 mDrawingProxy.invalidateKey(key);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java897 invalidateKey(oldKeyIndex);
901 invalidateKey(mCurrentKeyIndex);
1008 * @see #invalidateKey(int)
1023 public void invalidateKey(int keyIndex) { method in class:KeyboardView
1297 invalidateKey(keyIndex);
1305 invalidateKey(mCurrentKey);

Completed in 227 milliseconds