HomeSort by relevance Sort by last modified time
    Searched refs:LatinKey (Results 1 - 4 of 4) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 67 Key key = new LatinKey(res, parent, x, y, parser);
74 mSavedModeChangeKey = new LatinKey(res, parent, x, y, parser);
77 mSavedLanguageSwitchKey = new LatinKey(res, parent, x, y, parser);
147 static class LatinKey extends Keyboard.Key {
149 public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 89 LatinKey key = new LatinKey(res, parent, x, y, parser);
146 if (mShiftKeys[i] instanceof LatinKey) {
147 ((LatinKey)mShiftKeys[i]).enableShiftLock();
218 static class LatinKey extends Keyboard.Key {
222 public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 6440 milliseconds