Searched defs:outInputChannel (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 66 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplay() 71 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplayAsUser() 329 out InputChannel outInputChannel); in grantInputChannel()
|
D | WindowlessWindowManager.java | 184 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 264 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 633 String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 243 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 254 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 936 InputChannel outInputChannel) { in grantInputChannel()
|
D | EmbeddedWindowController.java | 273 void openInputChannel(@NonNull InputChannel outInputChannel) { in openInputChannel()
|
D | WindowState.java | 2627 void openInputChannel(@NonNull InputChannel outInputChannel) { in openInputChannel()
|
D | WindowManagerService.java | 1525 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() 9208 String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 732 final InputChannel outInputChannel = new InputChannel(); in createSpyWindowGestureMonitor() local
|