Home
last modified time | relevance | path

Searched refs:InputInterceptor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java302 private final class InputInterceptor implements Runnable { class in Letterbox
311 InputInterceptor(String namePrefix, WindowState win) { in InputInterceptor() method in Letterbox.InputInterceptor
370 private InputInterceptor mInputInterceptor;
398 mInputInterceptor = new InputInterceptor("Letterbox_" + mType + "_", win); in attachInput()
DDragState.java117 InputInterceptor mInputInterceptor;
403 class InputInterceptor { class in DragState
409 InputInterceptor(Display display) { in InputInterceptor() method in DragState.InputInterceptor
480 mInputInterceptor = new InputInterceptor(display); in register()
DDragDropController.java589 final DragState.InputInterceptor interceptor = in handleMessage()
590 (DragState.InputInterceptor) msg.obj; in handleMessage()