HomeSort by relevance Sort by last modified time
    Searched defs:LatinKeyboardView (Results 1 - 2 of 2) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 26 public class LatinKeyboardView extends KeyboardView {
30 public LatinKeyboardView(Context context, AttributeSet attrs) {
34 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboardView.java 55 public class LatinKeyboardView extends KeyboardView implements PointerTracker.KeyEventHandler,
57 private static final String TAG = LatinKeyboardView.class.getSimpleName();
88 private static class KeyTimerHandler extends StaticInnerHandlerWrapper<LatinKeyboardView>
96 public KeyTimerHandler(LatinKeyboardView outerInstance) {
102 final LatinKeyboardView keyboardView = getOuterInstance();
206 public LatinKeyboardView(Context context, AttributeSet attrs) {
210 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) {
626 tryGC = Utils.GCUtils.getInstance().tryGCOrWait("LatinKeyboardView", e);

Completed in 21 milliseconds