HomeSort by relevance Sort by last modified time
    Searched full:keyboardview (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityDelegate.java 33 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>
58 public KeyboardAccessibilityDelegate(final KV keyboardView, final KeyDetector keyDetector) {
60 mKeyboardView = keyboardView;
64 ViewCompat.setAccessibilityDelegate(keyboardView, this);
266 * Simulating a touch event by injecting a synthesized touch event into {@link KeyboardView}.
KeyboardAccessibilityNodeProvider.java 33 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>
80 public KeyboardAccessibilityNodeProvider(final KV keyboardView,
85 mKeyboardView = keyboardView;
90 setKeyboard(keyboardView.getKeyboard());
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 24 import android.inputmethodservice.KeyboardView;
157 * It should be followed by a call to {@link KeyboardView#invalidateKey(int)}
158 * or {@link KeyboardView#invalidateAllKeys()}
174 * It should be followed by a call to {@link KeyboardView#invalidateKey(int)}
175 * or {@link KeyboardView#invalidateAllKeys()}
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 35 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.OnKeyboardActionListener#swipeUp *
    [all...]
KeyboardView.java 17 * frameworks/base/core/java/android/inputmethodservice/KeyboardView.java
61 public class KeyboardView extends View implements View.OnClickListener {
154 private KeyboardView mMiniKeyboard;
274 public KeyboardView(Context context, AttributeSet attrs) {
279 public KeyboardView(Context context, AttributeSet attrs, int defStyle) {
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)mPopupParent).isParentPreviewEnabled()
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
themes-common.xml 37 <style name="KeyboardView">
107 parent="KeyboardView" />
109 {@link com.android.inputmethod.keyboard.KeyboardView}, some views inside it, for instance
110 delete button, need themed {@link com.android.inputmethod.keyboard.KeyboardView}
attrs.xml 27 <!-- KeyboardView style -->
45 <declare-styleable name="KeyboardView">
    [all...]
  /packages/inputmethods/OpenWnn/res/layout/
keyboard_android_default.xml 17 <jp.co.omronsoft.openwnn.KeyboardView
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.inputmethodservice.html 105 <A NAME="KeyboardView"></A>
106 <nobr><A HREF="android.inputmethodservice.KeyboardView.html">KeyboardView</A></nobr>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPageKeyboardView.java 31 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
EmojiPalettesView.java 44 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/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java 88 // See {@link KeyboardView#onDrawKeyTopVisuals(Key,Canvas,Paint,KeyDrawParams).
154 // See {@link KeyboardView#onDrawKeyTopVisuals(Key,Canvas,Paint,KeyDrawParams).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 80 public class KeyboardView extends View {
125 public KeyboardView(final Context context, final AttributeSet attrs) {
129 public KeyboardView(final Context context, final AttributeSet attrs, final int defStyle) {
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}.
MoreKeysKeyboardView.java 40 public class MoreKeysKeyboardView extends KeyboardView implements MoreKeysPanel {
MainKeyboardView.java 112 public final class MainKeyboardView extends KeyboardView implements DrawingProxy,
641 // {@link KeyboardView#showKeyPreview(PointerTracker)}.
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 70 public class KeyboardView extends View implements View.OnClickListener {
155 private KeyboardView mMiniKeyboard;
258 public KeyboardView(Context context, AttributeSet attrs) {
262 public KeyboardView(Context context, AttributeSet attrs, int defStyleAttr) {
266 public KeyboardView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
270 attrs, android.R.styleable.KeyboardView, defStyleAttr, defStyleRes);
504 * @see KeyboardView#isShifted()
521 * @see KeyboardView#setShifted(boolean)
    [all...]
  /frameworks/base/core/res/res/values/
ids.xml 68 <item type="id" name="keyboardView" />
styles_holo.xml 620 <style name="Widget.Holo.KeyboardView" parent="Widget.KeyboardView" />
    [all...]
styles_material.xml     [all...]
styles_device_defaults.xml 99 <style name="Widget.DeviceDefault.KeyboardView" parent="Widget.Material.KeyboardView"/>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewChoreographer.java 117 // parent key. If it doesn't fit in this {@link KeyboardView}, it is moved inward to fit and
  /frameworks/base/docs/html/guide/topics/text/
creating-input-method.jd 146 <dt>{@link android.inputmethodservice.KeyboardView}</dt>
182 {@link android.inputmethodservice.KeyboardView} that renders a
186 SoftKeyboard</a> sample app for an example of how to extend the {@link android.inputmethodservice.KeyboardView}
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 22 import android.inputmethodservice.KeyboardView;
47 implements KeyboardView.OnKeyboardActionListener {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /frameworks/base/packages/Keyguard/res/values/
strings.xml 117 <!-- Description of the Delete button in a KeyboardView. [CHAR LIMIT=NONE] -->
119 <!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->

Completed in 769 milliseconds

12 3 4 5