Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java237 if (surface.mInputInterceptor != null) { in onMovedToDisplay()
238 surface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()
241 if (mFullWindowSurface.mInputInterceptor != null) { in onMovedToDisplay()
354 private InputInterceptor mInputInterceptor; field in Letterbox.LetterboxSurface
379 if (mInputInterceptor != null) { in attachInput()
380 mInputInterceptor.dispose(); in attachInput()
386 return mSurface != null || mInputInterceptor != null; in isRemoved()
394 if (mInputInterceptor != null) { in remove()
395 mInputInterceptor.dispose(); in remove()
396 mInputInterceptor = null; in remove()
[all …]
H A DDragState.java120 InputInterceptor mInputInterceptor; field in DragState
210 if (mInputInterceptor != null) { in closeLocked()
216 MSG_TEAR_DOWN_DRAG_AND_DROP_INPUT, mInputInterceptor); in closeLocked()
217 mInputInterceptor = null; in closeLocked()
414 return mInputInterceptor == null ? null : mInputInterceptor.mClientChannel; in getInputChannel()
418 return mInputInterceptor == null ? null : mInputInterceptor.mDragWindowHandle; in getInputWindowHandle()
427 if (mInputInterceptor != null) { in register()
431 mInputInterceptor = new InputInterceptor(display); in register()