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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java39 import com.android.inputmethod.latin.car.KeyboardView;
76 private KeyboardView mPopupKeyboardView;
80 private KeyboardView mKeyboardView;
175 mKeyboardView = (KeyboardView) v.findViewById(R.id.keyboard);
178 mPopupKeyboardView = (KeyboardView) v.findViewById(R.id.popup_keyboard);
252 private final KeyboardView.OnKeyboardActionListener mKeyboardActionListener =
253 new KeyboardView.OnKeyboardActionListener() {
392 private final KeyboardView.OnKeyboardActionListener mPopupKeyboardActionListener =
393 new KeyboardView.OnKeyboardActionListener() {
/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.java44 import com.android.inputmethod.keyboard.KeyboardView;
63 * Because of the above reasons, this class doesn't extend {@link KeyboardView}.
101 R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
139 // The main keyboard expands to the entire this {@link KeyboardView}.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java80 public class KeyboardView extends View { class in inherits:View
125 public KeyboardView(final Context context, final AttributeSet attrs) { method in class:KeyboardView
129 public KeyboardView(final Context context, final AttributeSet attrs, final int defStyle) { method in class:KeyboardView
133 R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
160 R.styleable.Keyboard_Key, defStyle, R.style.KeyboardView);
231 // The main keyboard expands to the entire this {@link KeyboardView}.
H A DMoreKeysKeyboardView.java40 public class MoreKeysKeyboardView extends KeyboardView implements MoreKeysPanel {
H A DMainKeyboardView.java112 public final class MainKeyboardView extends KeyboardView implements DrawingProxy,
641 // {@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/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java77 public class KeyboardView extends View implements View.OnClickListener { class in inherits:View,View.OnClickListener
172 private KeyboardView mPopupKeyboardView;
285 public KeyboardView(Context context, AttributeSet attrs) { method in class:KeyboardView
289 public KeyboardView(Context context, AttributeSet attrs, int defStyle) { method in class:KeyboardView
295 attrs, R.styleable.KeyboardView, defStyle, 0);
346 a = mContext.obtainStyledAttributes(R.styleable.KeyboardView);
564 * @see KeyboardView#isShifted()
581 * @see KeyboardView#setShifted(boolean)
1458 public void setPopupKeyboardView(KeyboardView popupKeyboardView) {
1610 private final WeakReference<KeyboardView> mKeyboardVie
[all...]

Completed in 146 milliseconds