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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TimerHandler.java 25 import com.android.inputmethod.keyboard.PointerTracker.TimerProxy;
31 public final class TimerHandler extends LeakGuardHandlerWrapper<Callbacks> implements TimerProxy {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 61 public interface TimerProxy {
76 public static class Adapter implements TimerProxy {
150 private static TimerProxy sTimerProxy;
204 public static void init(final TypedArray mainKeyboardViewAttr, final TimerProxy timerProxy,
219 sTimerProxy = timerProxy;
    [all...]

Completed in 91 milliseconds