Searched defs:UIHandler (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java179 public final UIHandler mHandler = new UIHandler(this);
181 public static final class UIHandler extends LeakGuardHandlerWrapper<LatinIME> { class in class:LatinIME
204 public UIHandler(final LatinIME ownerInstance) { method in class:LatinIME.UIHandler

Completed in 313 milliseconds