Home
last modified time | relevance | path

Searched refs:KeyTimerHandler (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java148 private final KeyTimerHandler mKeyTimerHandler;
150 private static final class KeyTimerHandler extends StaticInnerHandlerWrapper<MainKeyboardView> class in MainKeyboardView
163 public KeyTimerHandler(final MainKeyboardView outerInstance, in KeyTimerHandler() method in MainKeyboardView.KeyTimerHandler
396 mKeyTimerHandler = new KeyTimerHandler(this, a); in MainKeyboardView()