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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesAdapter.java28 import com.android.inputmethod.keyboard.KeyboardView;
50 final KeyboardView recentKeyboardView =
63 final KeyboardView recentKeyboardView =
H A DEmojiPageKeyboardView.java31 import com.android.inputmethod.keyboard.KeyboardView;
35 * This is an extended {@link KeyboardView} class that hosts an emoji page keyboard.
39 final class EmojiPageKeyboardView extends KeyboardView implements
H A DEmojiPalettesView.java45 import com.android.inputmethod.keyboard.KeyboardView;
66 * Because of the above reasons, this class doesn't extend {@link KeyboardView}.
104 R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
142 // The main keyboard expands to the entire this {@link KeyboardView}.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java78 public class KeyboardView extends View { class in inherits:View
119 public KeyboardView(final Context context, final AttributeSet attrs) { method in class:KeyboardView
123 public KeyboardView(final Context context, final AttributeSet attrs, final int defStyle) { method in class:KeyboardView
127 R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
154 R.styleable.Keyboard_Key, defStyle, R.style.KeyboardView);
217 // The main keyboard expands to the entire this {@link KeyboardView}.
H A DMoreKeysKeyboardView.java40 public class MoreKeysKeyboardView extends KeyboardView implements MoreKeysPanel {
H A DMainKeyboardView.java108 public final class MainKeyboardView extends KeyboardView implements PointerTracker.DrawingProxy,
657 // {@link KeyboardView#showKeyPreview(PointerTracker)}.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityDelegate.java33 import com.android.inputmethod.keyboard.KeyboardView;
37 * {@link KeyboardView} to enhance accessibility support via composition rather via inheritance.
45 public class KeyboardAccessibilityDelegate<KV extends KeyboardView>
266 * Simulating a touch event by injecting a synthesized touch event into {@link KeyboardView}.
H A DKeyboardAccessibilityNodeProvider.java33 import com.android.inputmethod.keyboard.KeyboardView;
41 * Exposes a virtual view sub-tree for {@link KeyboardView} and generates
50 final class KeyboardAccessibilityNodeProvider<KV extends KeyboardView>
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java35 import jp.co.omronsoft.openwnn.KeyboardView;
36 import jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener;
43 public class DefaultSoftKeyboard implements InputViewManager, KeyboardView.OnKeyboardActionListener {
159 protected KeyboardView mKeyboardView;
614 mKeyboardView = (KeyboardView) mWnn.getLayoutInflater().inflate(id, null);
796 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onKey */
799 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeRight */
802 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeLeft */
805 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeDown */
808 /** @see jp.co.omronsoft.openwnn.KeyboardView
[all...]
H A DKeyboardView.java17 * frameworks/base/core/java/android/inputmethodservice/KeyboardView.java
61 public class KeyboardView extends View implements View.OnClickListener { class in inherits:View,View.OnClickListener
154 private KeyboardView mMiniKeyboard;
274 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
279 public KeyboardView(Context context, AttributeSet attrs, int defStyle) { method in class:KeyboardView
284 attrs, android.R.styleable.KeyboardView, defStyle, R.style.WnnKeyboardView);
508 * @see KeyboardView#isShifted()
524 * @see KeyboardView#setShifted(boolean)
559 && (mPopupParent instanceof KeyboardView)) {
560 return ((KeyboardView)mPopupParen
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPassword.java30 import android.inputmethodservice.KeyboardView;
118 private KeyboardView mKeyboardView;

Completed in 103 milliseconds