Searched defs:KeyboardView (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java77 public class KeyboardView extends View implements PointerTracker.DrawingProxy { class in inherits:View,PointerTracker.DrawingProxy
138 public static class DrawingHandler extends StaticInnerHandlerWrapper<KeyboardView> {
141 public DrawingHandler(KeyboardView outerInstance) {
147 final KeyboardView keyboardView = getOuterInstance();
352 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
356 public KeyboardView(Context context, AttributeSet attrs, int defStyle) { method in class:KeyboardView
360 attrs, R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
932 // parent key. If it doesn't fit in this {@link KeyboardView}, it is moved inward to fit and
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java17 * frameworks/base/core/java/android/inputmethodservice/KeyboardView.java
61 public class KeyboardView extends View implements View.OnClickListener { class in inherits:View,View.OnClickListener
154 private KeyboardView mMiniKeyboard;
274 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
279 public KeyboardView(Context context, AttributeSet attrs, int defStyle) { method in class:KeyboardView
284 attrs, android.R.styleable.KeyboardView, defStyle, R.style.WnnKeyboardView);
508 * @see KeyboardView#isShifted()
524 * @see KeyboardView#setShifted(boolean)
559 && (mPopupParent instanceof KeyboardView)) {
560 return ((KeyboardView)mPopupParen
[all...]

Completed in 1392 milliseconds