Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:keyboardView

69 public class KeyboardView extends View implements View.OnClickListener {
154 private KeyboardView mMiniKeyboard;
278 public KeyboardView(Context context, AttributeSet attrs) {
282 public KeyboardView(Context context, AttributeSet attrs, int defStyle) {
287 attrs, android.R.styleable.KeyboardView, defStyle, 0);
491 * @see KeyboardView#isShifted()
508 * @see KeyboardView#setShifted(boolean)
1093 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1094 com.android.internal.R.id.keyboardView);
1136 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1137 com.android.internal.R.id.keyboardView);