Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java61 public interface TimerProxy { interface in PointerTracker
76 public static class Adapter implements TimerProxy {
150 private static TimerProxy sTimerProxy;
204 public static void init(final TypedArray mainKeyboardViewAttr, final TimerProxy timerProxy, in init()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTimerHandler.java25 import com.android.inputmethod.keyboard.PointerTracker.TimerProxy;
31 public final class TimerHandler extends LeakGuardHandlerWrapper<Callbacks> implements TimerProxy {