Home
last modified time | relevance | path

Searched refs:Keyboard (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/
DPasswordEntryKeyboardHelper.java21 import android.inputmethodservice.Keyboard;
206 if (primaryCode == Keyboard.KEYCODE_DELETE) { in onKey()
208 } else if (primaryCode == Keyboard.KEYCODE_SHIFT) { in onKey()
210 } else if (primaryCode == Keyboard.KEYCODE_CANCEL) { in onKey()
213 } else if (primaryCode == Keyboard.KEYCODE_MODE_CHANGE && mKeyboardView != null) { in onKey()
250 final Keyboard current = mKeyboardView.getKeyboard(); in handleModeChange()
251 Keyboard next = null; in handleModeChange()
272 Keyboard current = mKeyboardView.getKeyboard(); in handleShift()
DPasswordEntryKeyboard.java24 import android.inputmethodservice.Keyboard;
35 public class PasswordEntryKeyboard extends Keyboard {
219 static class LatinKey extends Keyboard.Key {
223 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java60 public class Keyboard { class
181 private Keyboard parent;
183 public Row(Keyboard parent) { in Row()
187 public Row(Resources res, Keyboard parent, XmlResourceParser parser) { in Row()
190 com.android.internal.R.styleable.Keyboard); in Row()
275 private Keyboard keyboard;
337 com.android.internal.R.styleable.Keyboard); in Key()
509 public Keyboard(Context context, int xmlLayoutResId) { in Keyboard() method in Keyboard
522 public Keyboard(Context context, int xmlLayoutResId, int modeId, int width, int height) { in Keyboard() method in Keyboard
543 public Keyboard(Context context, int xmlLayoutResId, int modeId) { in Keyboard() method in Keyboard
[all …]
DKeyboardView.java30 import android.inputmethodservice.Keyboard.Key;
132 private static final int[] KEY_DELETE = { Keyboard.KEYCODE_DELETE };
135 private Keyboard mKeyboard;
458 public void setKeyboard(Keyboard keyboard) { in setKeyboard()
483 public Keyboard getKeyboard() { in getKeyboard()
604 private void computeProximityThreshold(Keyboard keyboard) { in computeProximityThreshold()
818 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE); in detectAndSendKey()
987 case Keyboard.KEYCODE_ALT: in sendAccessibilityEventForUnicodeCharacter()
990 case Keyboard.KEYCODE_CANCEL: in sendAccessibilityEventForUnicodeCharacter()
993 case Keyboard.KEYCODE_DELETE: in sendAccessibilityEventForUnicodeCharacter()
[all …]
/frameworks/base/docs/html/training/keyboard-input/
Dindex.jd1 page.title=Handling Keyboard Input
47 <dt><b><a href="navigation.html">Supporting Keyboard Navigation</a></b></dt>
51 <dt><b><a href="commands.html">Handling Keyboard Actions</a></b></dt>
Dstyle.jd12 <li><a href="#Type">Specify the Keyboard Type</a></li>
39 <h2 id="Type">Specify the Keyboard Type</h2>
Dnavigation.jd1 page.title=Supporting Keyboard Navigation
66 <li>In the window that appears, ensure that <strong>Keyboard</strong> and
Dcommands.jd1 page.title=Handling Keyboard Actions
/frameworks/native/libs/input/
DAndroid.mk23 Keyboard.cpp \
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd10 <li><a href="#Keyboard">Specifying the Keyboard Type</a>
15 <li><a href="#Actions">Specifying Keyboard Actions</a>
21 <li><a href="#Flags">Adding Other Keyboard Flags</a></li>
45 <h2 id="Keyboard">Specifying the Keyboard Type</h2>
145 <h2 id="Actions">Specifying Keyboard Actions</h2>
240 <h2 id="Flags">Adding Other Keyboard Flags</h2>
/frameworks/base/data/keyboards/
DVendor_22b8_Product_093d.kl16 # Motorola Bluetooth Wireless Keyboard.
DVendor_05ac_Product_0239.kl16 # Apple Wireless Keyboard
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd13 <a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard sample</a>
43 Also, the Soft Keyboard sample app included in the SDK contains sample code that you can modify
132 {@link android.inputmethodservice.Keyboard}, which you can define in an XML file.
163 {@link android.inputmethodservice.Keyboard}. If you’re building a traditional QWERTY keyboard,
164 see the Soft Keyboard <a href="{@docRoot}tools/samples/index.html">sample
177 Soft Keyboard <a href="{@docRoot}tools/samples/index.html">sample
391 See the Soft Keyboard <a href="{@docRoot}tools/samples/index.html">sample
490 System Settings area. In the Soft Keyboard sample, the file
/frameworks/base/docs/html/training/activity-testing/
Dactivity-functional-testing.jd14 <li><a href="#keyinput">Send Keyboard Input Using Instrumentation</a></li>
130 <h2 id="keyinput">Send Keyboard Input Using Instrumentation</h2>
/frameworks/base/docs/html/training/
Dtraining_toc.cs1056 >Handling Keyboard Input</a>
1068 Supporting Keyboard Navigation
1072 Handling Keyboard Actions
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd138 <h3 id="Keyboard">Android virtual keyboard</h3>
Dandroid-3.0.jd658 <h3>Keyboard support</h3>
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd117 <td>Keyboard support</td>
Dmanaging-avds-cmdline.jd248 <td>Keyboard support</td>
/frameworks/base/docs/html/tools/help/
Demulator.jd11 <li><a href="#KeyMapping">Keyboard Commands</a></li>
35 <h2 id="KeyMapping">Keyboard Commands</h2>
43 <th>Keyboard Key </th>
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd18 <li><a href="#keyboard">Don't Assume Touchscreen or Keyboard</a></li>
217 <h2 id="keyboard">Don't Assume Touchscreen or Keyboard</h2>
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd17 <li><a href="#keyboard">Don't Assume Touchscreen or Keyboard</a></li>
216 <h2 id="keyboard">Don't Assume Touchscreen or Keyboard</h2>
/frameworks/base/docs/html/sdk/installing/
Dstudio-tips.jd124 <h2 id="KeyCommands">Keyboard Commands</h2>
/frameworks/base/docs/html/tools/testing/
Dtesting_accessibility.jd226 >Eyes-Free Keyboard</a> to simulate use of a D-pad on a test device that does not have a physical
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd143 Eyes-Free Keyboard</a>, or the gestures navigation mode available in Android 4.1 and higher.

12