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

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardView.java20 import android.inputmethodservice.KeyboardView;
23 public class PasswordEntryKeyboardView extends KeyboardView {
H A DPasswordEntryKeyboardHelper.java22 import android.inputmethodservice.KeyboardView;
23 import android.inputmethodservice.KeyboardView.OnKeyboardActionListener;
54 private final KeyboardView mKeyboardView;
58 public PasswordEntryKeyboardHelper(Context context, KeyboardView keyboardView, View targetView) {
62 public PasswordEntryKeyboardHelper(Context context, KeyboardView keyboardView, View targetView,
H A DPasswordEntryKeyboard.java25 import android.inputmethodservice.KeyboardView;
158 * It should be followed by a call to {@link KeyboardView#invalidateKey(int)}
159 * or {@link KeyboardView#invalidateAllKeys()}
175 * It should be followed by a call to {@link KeyboardView#invalidateKey(int)}
176 * or {@link KeyboardView#invalidateAllKeys()}
/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)
1085 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1128 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(

Completed in 806 milliseconds