Searched defs:outInputChannel (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 52 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplay() 57 in InsetsVisibilities requestedVisibilities, out InputChannel outInputChannel, in addToDisplayAsUser() 308 in IBinder focusGrantToken, String inputHandleName, out InputChannel outInputChannel); in grantInputChannel()
|
D | WindowlessWindowManager.java | 151 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 201 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 518 String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 200 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 211 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 871 IBinder focusGrantToken, String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
D | WindowManagerService.java | 1479 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() 8736 String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
D | WindowState.java | 2765 void openInputChannel(InputChannel outInputChannel) { in openInputChannel()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 736 final InputChannel outInputChannel = new InputChannel(); in createSpyWindowGestureMonitor() local
|