Home | History | Annotate | Download | only in keyboard

Lines Matching refs:keyboard

17 package com.android.inputmethod.keyboard;
26 import com.android.inputmethod.keyboard.PointerTracker.DrawingProxy;
27 import com.android.inputmethod.keyboard.PointerTracker.TimerProxy;
52 // Because a more keys keyboard doesn't need proximity characters correction, we don't
109 final Keyboard keyboard = getKeyboard();
110 if (keyboard != null) {
111 final int width = keyboard.mOccupiedWidth + getPaddingLeft() + getPaddingRight();
112 final int height = keyboard.mOccupiedHeight + getPaddingTop() + getPaddingBottom();
120 public void setKeyboard(Keyboard keyboard) {
121 super.setKeyboard(keyboard);
122 mKeyDetector.setKeyboard(keyboard, -getPaddingLeft(),
148 // More keys keyboard needs no pop-up key preview displayed, so we pass always false with a