Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java98 InputInterceptor mInputInterceptor; field in DragState
207 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()