Searched refs:mInputInterceptor (Results 1 – 1 of 1) sorted by relevance
98 InputInterceptor mInputInterceptor; field in DragState207 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()211 return mInputInterceptor == null ? null : mInputInterceptor.mDragWindowHandle; in getInputWindowHandle()220 if (mInputInterceptor != null) { in register()223 mInputInterceptor = new InputInterceptor(display); in register()230 if (mInputInterceptor == null) { in unregister()235 H.TEAR_DOWN_DRAG_AND_DROP_INPUT, mInputInterceptor).sendToTarget(); in unregister()236 mInputInterceptor = null; in unregister()