/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DragDropControllerTests.java | 287 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropFlagBehaviour() 335 mTarget.reportDropWindow(globalInterceptWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows() 374 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testPrivateInterceptGlobalDragDropGetsDragFlags() 426 mTarget.reportDropWindow(window2.mInputChannelToken, dropCoordsPx, in testDragEventCoordinatesOverlappingWindows() 490 mTarget.reportDropWindow(window2.mInputChannelToken, dropCoordsPx, in testDragEventConnectedDisplaysCoordinates() 532 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testDragMove() 561 mTarget.reportDropWindow(mWindow.mInputChannelToken, 0, 0); in testConnectedDisplaysDragMoveToOtherDisplay() 755 mTarget.reportDropWindow(otherWindow.mInputChannelToken, 0, 0); in testRequestSurfaceForReturnAnimationFlag_dropSuccessful() 786 mTarget.reportDropWindow(otherWindow.mInputChannelToken, 0, 0); in testRequestSurfaceForReturnAnimationFlag_dropUnsuccessful() 821 mTarget.reportDropWindow(mWindow.mInputChannelToken, invalidXY, invalidXY); in testUnhandledDragReceivesUnhandledDropOverWindow() [all …]
|
D | WindowStateTests.java | 915 win.mInputChannelToken = inputChannelToken; in testUpdateInputWindowHandle()
|
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 57 IBinder mInputChannelToken; field in WindowlessWindowManager.State 154 if (state.mInputChannelToken != null) { in setTouchRegion() 156 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, in setTouchRegion() 242 state.mInputChannelToken = in addToDisplay() 437 if ((attrChanges & inputChangeMask) != 0 && state.mInputChannelToken != null) { in relayoutInner() 440 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, in relayoutInner() 445 mRealWm.updateInputChannel(state.mInputChannelToken, state.mDisplayId, sc, in relayoutInner()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 255 inputWindowHandle.setToken(w.mInputChannelToken); in populateInputWindowHandle() 370 final IBinder focus = newWindow != null ? newWindow.mInputChannelToken : null; in setInputFocusLw() 465 final IBinder focusToken = focus != null ? focus.mInputChannelToken : null; in updateInputFocusRequest() 610 if (w.mInputChannelToken == null || w.mRemoved || !w.canReceiveTouchInput()) { in accept() 656 mService.mKeyInterceptionInfoForToken.put(w.mInputChannelToken, in accept()
|
D | EmbeddedWindowController.java | 193 if (hostWindowState.mInputChannelToken == null) { in isValidTouchGestureParams() 212 ew.getInputChannelToken(), transferToHostWindowState.mInputChannelToken, in transferToHost() 231 hostWindowState.mInputChannelToken, in transferToEmbedded()
|
D | DragDropController.java | 241 callingWin.mInputChannelToken); in performDrag() 592 IBinder token = winState.mInputChannelToken; in dropForAccessibility()
|
D | WindowState.java | 614 IBinder mInputChannelToken; field in WindowState 1750 && mInputChannelToken != null && mInputWindowHandle != null; in isPotentialDragTarget() 2502 if (mInputChannelToken != null) { in openInputChannel() 2507 mInputChannelToken = channel.getToken(); in openInputChannel() 2508 mInputWindowHandle.setToken(mInputChannelToken); in openInputChannel() 2509 mWmService.mInputToWindowMap.put(mInputChannelToken, this); in openInputChannel() 2522 return mWmService.mInputManager.transferTouch(mInputChannelToken, getDisplayId()); in transferTouch() 2526 if (mInputChannelToken != null) { in disposeInputChannel() 2528 mWmService.mInputManager.removeInputChannel(mInputChannelToken); in disposeInputChannel() 2529 mWmService.mKeyInterceptionInfoForToken.remove(mInputChannelToken); in disposeInputChannel() [all …]
|
D | AnrController.java | 187 activity = (windowState.mInputChannelToken == inputToken) in notifyWindowUnresponsive()
|
D | WindowManagerService.java | 5699 if (newFocusedWindow != null && newFocusedWindow.mInputChannelToken == newToken) { in reportFocusChanged() 5706 if (lastFocusedWindow != null && lastFocusedWindow.mInputChannelToken == oldToken) { in reportFocusChanged() 9831 t.setFocusedWindow(newFocusTarget.mInputChannelToken, newFocusTarget.getName(), 9852 if (hostWindow.mInputChannelToken == null) {
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 3479 private final @NonNull IBinder mInputChannelToken; field in InputManagerService.InputMonitorHost 3482 mInputChannelToken = inputChannelToken; in InputMonitorHost() 3487 mNative.pilferPointers(mInputChannelToken); in pilferPointers() 3492 removeSpyWindowGestureMonitor(mInputChannelToken); in dispose()
|