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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java80 public class KeyboardView extends View { class in inherits:View
125 public KeyboardView(final Context context, final AttributeSet attrs) { method in class:KeyboardView
129 public KeyboardView(final Context context, final AttributeSet attrs, final int defStyle) { method in class:KeyboardView
133 R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
160 R.styleable.Keyboard_Key, defStyle, R.style.KeyboardView);
231 // The main keyboard expands to the entire this {@link KeyboardView}.
/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 1701 milliseconds