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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java69 public class KeyboardView extends View implements View.OnClickListener { class in inherits:View,View.OnClickListener
154 private KeyboardView mMiniKeyboard;
278 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
282 public KeyboardView(Context context, AttributeSet attrs, int defStyle) { method in class:KeyboardView
287 attrs, android.R.styleable.KeyboardView, defStyle, 0);
491 * @see KeyboardView#isShifted()
508 * @see KeyboardView#setShifted(boolean)
1093 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1136 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(

Completed in 51 milliseconds