Searched refs:InputManagerHandler (Results 1 – 1 of 1) sorted by relevance
120 private final InputManagerHandler mHandler;263 this.mHandler = new InputManagerHandler(DisplayThread.get().getLooper()); in InputManagerService()1644 private final class InputManagerHandler extends Handler { class in InputManagerService1645 public InputManagerHandler(Looper looper) { in InputManagerHandler() method in InputManagerService.InputManagerHandler