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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 135 private final UIHandler mHandler = new UIHandler(this);
137 private static class UIHandler extends StaticInnerHandlerWrapper<VoiceInput> {
138 public UIHandler(VoiceInput outerInstance) {
180 * @param uiHandler object to receive events from VoiceInput.
182 public VoiceInput(Context context, UiListener uiHandler) {
187 mUiListener = uiHandler;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 235 public final UIHandler mHandler = new UIHandler(this);
237 public static class UIHandler extends StaticInnerHandlerWrapper<LatinIME> {
256 public UIHandler(LatinIME outerInstance) {
    [all...]

Completed in 48 milliseconds