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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java65 public class KeyboardView extends View implements View.OnClickListener { class in inherits:View,View.OnClickListener
149 private KeyboardView mMiniKeyboard;
269 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
273 public KeyboardView(Context context, AttributeSet attrs, int defStyle) { method in class:KeyboardView
278 attrs, android.R.styleable.KeyboardView, defStyle, 0);
477 * @see KeyboardView#isShifted()
494 * @see KeyboardView#setShifted(boolean)
1014 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1057 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(

Completed in 14 milliseconds