Home
last modified time | relevance | path

Searched defs:outInputChannel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl52 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()
DWindowlessWindowManager.java151 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/
DSession.java200 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay()
211 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser()
871 IBinder focusGrantToken, String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
DWindowManagerService.java1479 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow()
8736 String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
DWindowState.java2765 void openInputChannel(InputChannel outInputChannel) { in openInputChannel()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java736 final InputChannel outInputChannel = new InputChannel(); in createSpyWindowGestureMonitor() local