Home | History | Annotate | Download | only in openwnn

Lines Matching defs:KeyboardView

17  *   frameworks/base/core/java/android/inputmethodservice/KeyboardView.java
61 public class KeyboardView extends View implements View.OnClickListener {
154 private KeyboardView mMiniKeyboard;
274 public KeyboardView(Context context, AttributeSet attrs) {
279 public KeyboardView(Context context, AttributeSet attrs, int defStyle) {
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)mPopupParent).isParentPreviewEnabled();
1072 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView);
1115 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView);