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.java244 if (surface.mInputInterceptor != null) { in onMovedToDisplay()
245 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()
248 if (mFullWindowSurface.mInputInterceptor != null) { in onMovedToDisplay()
249 mFullWindowSurface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()
370 private InputInterceptor mInputInterceptor; field in Letterbox.LetterboxSurface
395 if (mInputInterceptor != null) { in attachInput()
396 mInputInterceptor.dispose(); in attachInput()
398 mInputInterceptor = new InputInterceptor("Letterbox_" + mType + "_", win); in attachInput()
402 return mSurface != null || mInputInterceptor != null; in isRemoved()
410 if (mInputInterceptor != null) { in remove()
[all …]
DDragState.java117 InputInterceptor mInputInterceptor; field in DragState
216 if (mInputInterceptor != null) { in closeLocked()
221 MSG_TEAR_DOWN_DRAG_AND_DROP_INPUT, mInputInterceptor); in closeLocked()
222 mInputInterceptor = null; in closeLocked()
456 return mInputInterceptor == null ? null : mInputInterceptor.mClientChannel; in getInputChannel()
460 return mInputInterceptor == null ? null : mInputInterceptor.mDragWindowHandle; in getInputWindowHandle()
464 if (mInputInterceptor == null || mInputInterceptor.mClientChannel == null) { in getInputToken()
467 return mInputInterceptor.mClientChannel.getToken(); in getInputToken()
476 if (mInputInterceptor != null) { in register()
480 mInputInterceptor = new InputInterceptor(display); in register()