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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java70 public class KeyboardView extends View implements View.OnClickListener { class in inherits:View,View.OnClickListener
155 private KeyboardView mMiniKeyboard;
279 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
283 public KeyboardView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:KeyboardView
287 public KeyboardView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:KeyboardView
291 attrs, android.R.styleable.KeyboardView, defStyleAttr, defStyleRes);
495 * @see KeyboardView#isShifted()
512 * @see KeyboardView#setShifted(boolean)
1098 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1141 mMiniKeyboard = (KeyboardView) mMiniKeyboardContaine
[all...]

Completed in 77 milliseconds