Searched refs:InputInterceptor (Results 1 – 3 of 3) sorted by relevance
294 private final class InputInterceptor { class in Letterbox302 InputInterceptor(String namePrefix, WindowState win) { in InputInterceptor() method in Letterbox.InputInterceptor354 private InputInterceptor mInputInterceptor;382 mInputInterceptor = new InputInterceptor("Letterbox_" + mType + "_", win); in attachInput()
120 InputInterceptor mInputInterceptor;356 class InputInterceptor { class in DragState362 InputInterceptor(Display display) { in InputInterceptor() method in DragState.InputInterceptor431 mInputInterceptor = new InputInterceptor(display); in register()
435 final DragState.InputInterceptor interceptor = in handleMessage()436 (DragState.InputInterceptor) msg.obj; in handleMessage()