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.java158 if (surface.mInputInterceptor != null) { in onMovedToDisplay()
159 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()
235 private InputInterceptor mInputInterceptor; field in Letterbox.LetterboxSurface
256 if (mInputInterceptor != null) { in attachInput()
257 mInputInterceptor.dispose(); in attachInput()
259 mInputInterceptor = new InputInterceptor("Letterbox_" + mType + "_", win); in attachInput()
267 if (mInputInterceptor != null) { in remove()
268 mInputInterceptor.dispose(); in remove()
269 mInputInterceptor = null; in remove()
309 if (mSurface != null && mInputInterceptor != null) { in applySurfaceChanges()
[all …]
DDragState.java105 InputInterceptor mInputInterceptor; field in DragState
191 if (mInputInterceptor != null) { in closeLocked()
197 MSG_TEAR_DOWN_DRAG_AND_DROP_INPUT, mInputInterceptor); in closeLocked()
198 mInputInterceptor = null; in closeLocked()
336 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()
340 return mInputInterceptor == null ? null : mInputInterceptor.mDragWindowHandle; in getInputWindowHandle()
349 if (mInputInterceptor != null) { in register()
352 mInputInterceptor = new InputInterceptor(display); in register()