Searched refs:InputInterceptor (Results 1 – 3 of 3) sorted by relevance
302 private final class InputInterceptor implements Runnable { class in Letterbox311 InputInterceptor(String namePrefix, WindowState win) { in InputInterceptor() method in Letterbox.InputInterceptor370 private InputInterceptor mInputInterceptor;398 mInputInterceptor = new InputInterceptor("Letterbox_" + mType + "_", win); in attachInput()
117 InputInterceptor mInputInterceptor;403 class InputInterceptor { class in DragState409 InputInterceptor(Display display) { in InputInterceptor() method in DragState.InputInterceptor480 mInputInterceptor = new InputInterceptor(display); in register()
589 final DragState.InputInterceptor interceptor = in handleMessage()590 (DragState.InputInterceptor) msg.obj; in handleMessage()