Searched defs:outInputChannel (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 55 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplay() 60 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplayAsUser() 311 out InputChannel outInputChannel); in grantInputChannel()
|
D | WindowlessWindowManager.java | 183 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 263 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 623 String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 239 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 250 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 918 InputChannel outInputChannel) { in grantInputChannel()
|
D | EmbeddedWindowController.java | 318 void openInputChannel(@NonNull InputChannel outInputChannel) { in openInputChannel()
|
D | WindowState.java | 2501 void openInputChannel(@NonNull InputChannel outInputChannel) { in openInputChannel()
|
D | WindowManagerService.java | 1536 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 840 final InputChannel outInputChannel = new InputChannel(); in createSpyWindowGestureMonitor() local
|