Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java207 if (surface.mInputInterceptor != null) { in onMovedToDisplay()
208 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()
281 private InputInterceptor mInputInterceptor; field in Letterbox.LetterboxSurface
305 if (mInputInterceptor != null) { in attachInput()
306 mInputInterceptor.dispose(); in attachInput()
308 mInputInterceptor = new InputInterceptor("Letterbox_" + mType + "_", win); in attachInput()
316 if (mInputInterceptor != null) { in remove()
317 mInputInterceptor.dispose(); in remove()
318 mInputInterceptor = null; in remove()
354 if (mSurface != null && mInputInterceptor != null) { in applySurfaceChanges()
[all …]
DDragState.java114 InputInterceptor mInputInterceptor; field in DragState
197 if (mInputInterceptor != null) { in closeLocked()
203 MSG_TEAR_DOWN_DRAG_AND_DROP_INPUT, mInputInterceptor); in closeLocked()
204 mInputInterceptor = null; in closeLocked()
404 return mInputInterceptor == null ? null : mInputInterceptor.mClientChannel; in getInputChannel()
408 return mInputInterceptor == null ? null : mInputInterceptor.mDragWindowHandle; in getInputWindowHandle()
417 if (mInputInterceptor != null) { in register()
420 mInputInterceptor = new InputInterceptor(display); in register()