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.java106 InputInterceptor mInputInterceptor; field in DragState
138 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()