Searched refs:mInputInterceptor (Results 1 – 1 of 1) sorted by relevance
106 InputInterceptor mInputInterceptor; field in DragState138 if (mInputInterceptor != null) { in closeLocked()144 MSG_TEAR_DOWN_DRAG_AND_DROP_INPUT, mInputInterceptor); in closeLocked()145 mInputInterceptor = null; in closeLocked()282 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()286 return mInputInterceptor == null ? null : mInputInterceptor.mDragWindowHandle; in getInputWindowHandle()295 if (mInputInterceptor != null) { in register()298 mInputInterceptor = new InputInterceptor(display); in register()