Searched refs:mInputInterceptor (Results 1 – 2 of 2) sorted by relevance
158 if (surface.mInputInterceptor != null) { in onMovedToDisplay()159 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()235 private InputInterceptor mInputInterceptor; field in Letterbox.LetterboxSurface256 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 …]
105 InputInterceptor mInputInterceptor; field in DragState191 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()