Searched refs:mInputChannelToken (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DragDropControllerTests.java | 149 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 D | WindowStateTests.java | 877 win.mInputChannelToken = inputChannelToken; in testUpdateInputWindowHandle()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 55 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 D | InputMonitor.java | 251 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 D | AnrController.java | 187 activity = (windowState.mInputChannelToken == inputToken) in notifyWindowUnresponsive()
|
H A D | WindowState.java | 625 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 D | DragDropController.java | 390 IBinder token = winState.mInputChannelToken; in dropForAccessibility()
|
H A D | WindowManagerService.java | 5316 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 D | InputManagerService.java | 3034 private final IBinder mInputChannelToken; field in InputManagerService.InputMonitorHost 3037 mInputChannelToken = inputChannelToken; in InputMonitorHost() 3042 mNative.pilferPointers(mInputChannelToken); in pilferPointers() 3047 removeSpyWindowGestureMonitor(mInputChannelToken); in dispose()
|