HomeSort by relevance Sort by last modified time
    Searched full:softkeyboard (Results 1 - 19 of 19) sorted by null

  /development/samples/SoftKeyboard/
Android.mk 10 LOCAL_PACKAGE_NAME := SoftKeyboard
AndroidManifest.xml 2 package="com.example.android.softkeyboard">
4 <service android:name="SoftKeyboard"
_index.html 7 <img alt="" src="../images/SoftKeyboard.png" /
  /development/samples/SoftKeyboard/res/layout/
input.xml 21 <com.example.android.softkeyboard.LatinKeyboardView
  /development/samples/SoftKeyboard/res/xml/
method.xml 24 android:settingsActivity="com.example.android.softkeyboard.ImePreferences"
qwerty.xml 76 privately defined in com.example.android.softkeyboard.LatinKeyboardView.
symbols.xml 76 privately defined in com.example.android.softkeyboard.LatinKeyboardView.
symbols_shift.xml 76 privately defined in com.example.android.softkeyboard.LatinKeyboardView.
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 17 package com.example.android.softkeyboard;
ImePreferences.java 17 package com.example.android.softkeyboard;
CandidateView.java 17 package com.example.android.softkeyboard;
36 private SoftKeyboard mService;
127 public void setService(SoftKeyboard listener) {
LatinKeyboard.java 17 package com.example.android.softkeyboard;
SoftKeyboard.java 17 package com.example.android.softkeyboard;
46 public class SoftKeyboard extends InputMethodService
  /frameworks/base/docs/html/guide/topics/text/
creating-input-method.jd 27 <li><a href="https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/">
28 SoftKeyboard</a>
60 Also, the <a href="https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/">
61 SoftKeyboard</a> sample app included in the SDK contains sample code that you can modify to
185 see the <a href="https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/>
186 SoftKeyboard</a> sample app for an example of how to extend the {@link android.inputmethodservice.KeyboardView}
199 <a href="https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/">
200 SoftKeyboard</a> sample app.
411 <a href="https://android.googlesource.com/platform/development/+/master/samples/SoftKeyboard/">
412 SoftKeyboard</a> sample app for an example
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SoftKeyboardTest.java 27 /** Shows how to pull up the softkeyboard and process input from it.
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidOnscreenKeyboard.java 44 /** Responsible for showing and hiding the Android onscreen keyboard (aka softkeyboard). Uses a dialog with an invisible TextView
48 * Since the input mechanism for softkeyboards is a bit complex, we don't directly get key events from the softkeyboard. Instead
  /build/target/product/
sdk_base.mk 44 SoftKeyboard \
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextField.java 59 * The text field allows you to specify an {@link OnscreenKeyboard} for displaying a softkeyboard and piping all key events
61 * The desktop keyboard is a stub, as a softkeyboard is not needed on the desktop. The Android {@link OnscreenKeyboard}
    [all...]
  /development/build/
sdk.atree     [all...]

Completed in 637 milliseconds