Home
last modified time | relevance | path

Searched refs:mInputChannelToken (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java149 window.mInputChannelToken = window.mInputChannel.getToken(); in createDropTargetWindow()
152 mWm.mInputToWindowMap.put(window.mInputChannelToken, window); in createDropTargetWindow()
255 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropFlagBehaviour()
304 mTarget.reportDropWindow(globalInterceptWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
511 mTarget.reportDropWindow(otherWindow.mInputChannelToken, 0, 0); in testRequestSurfaceForReturnAnimationFlag_dropSuccessful()
542 mTarget.reportDropWindow(otherWindow.mInputChannelToken, 0, 0); in testRequestSurfaceForReturnAnimationFlag_dropUnsuccessful()
557 mTarget.reportDropWindow(mWindow.mInputChannelToken, dropX, dropY); in doDragAndDrop()
H A DWindowStateTests.java877 win.mInputChannelToken = inputChannelToken; in testUpdateInputWindowHandle()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowlessWindowManager.java55 IBinder mInputChannelToken; field in WindowlessWindowManager.State
153 if (state.mInputChannelToken != null) { in setTouchRegion()
155 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, in setTouchRegion()
240 state.mInputChannelToken = in addToDisplay()
411 if ((attrChanges & inputChangeMask) != 0 && state.mInputChannelToken != null) { in relayout()
414 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, in relayout()
419 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, sc, in relayout()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java251 inputWindowHandle.setToken(w.mInputChannelToken); in populateInputWindowHandle()
366 final IBinder focus = newWindow != null ? newWindow.mInputChannelToken : null; in setInputFocusLw()
461 final IBinder focusToken = focus != null ? focus.mInputChannelToken : null; in updateInputFocusRequest()
610 if (w.mInputChannelToken == null || w.mRemoved || !w.canReceiveTouchInput()) { in accept()
674 mService.mKeyInterceptionInfoForToken.put(w.mInputChannelToken, in accept()
H A DAnrController.java187 activity = (windowState.mInputChannelToken == inputToken) in notifyWindowUnresponsive()
H A DWindowState.java625 IBinder mInputChannelToken; field in WindowState
2648 mInputChannelToken = mInputChannel.getToken(); in openInputChannel()
2649 mInputWindowHandle.setToken(mInputChannelToken); in openInputChannel()
2650 mWmService.mInputToWindowMap.put(mInputChannelToken, this); in openInputChannel()
2658 return mWmService.mInputManager.transferTouch(mInputChannelToken, getDisplayId()); in transferTouch()
2662 if (mInputChannelToken != null) { in disposeInputChannel()
2664 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel()
2665 mWmService.mKeyInterceptionInfoForToken.remove(mInputChannelToken); in disposeInputChannel()
2666 mWmService.mInputToWindowMap.remove(mInputChannelToken); in disposeInputChannel()
2667 mInputChannelToken = null; in disposeInputChannel()
H A DDragDropController.java390 IBinder token = winState.mInputChannelToken; in dropForAccessibility()
H A DWindowManagerService.java5316 if (newFocusedWindow != null && newFocusedWindow.mInputChannelToken == newToken) { in reportFocusChanged()
5323 if (lastFocusedWindow != null && lastFocusedWindow.mInputChannelToken == oldToken) { in reportFocusChanged()
8812 hostInputChannel = hostWindowState.mInputChannelToken; in transferEmbeddedTouchFocusToHost()
9140 t.setFocusedWindow(newFocusTarget.mInputChannelToken, newFocusTarget.getName(), in grantEmbeddedWindowFocus()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java3034 private final IBinder mInputChannelToken; field in InputManagerService.InputMonitorHost
3037 mInputChannelToken = inputChannelToken; in InputMonitorHost()
3042 mNative.pilferPointers(mInputChannelToken); in pilferPointers()
3047 removeSpyWindowGestureMonitor(mInputChannelToken); in dispose()