Home
last modified time | relevance | path

Searched refs:outInputChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl40 out InputChannel outInputChannel); in add() argument
43 out Rect outStableInsets, out Rect outOutsets, out InputChannel outInputChannel); in addToDisplay() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java184 InputChannel outInputChannel) { in add() argument
186 outContentInsets, outStableInsets, null /* outOutsets */, outInputChannel); in add()
192 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument
194 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
DWindowState.java1999 void openInputChannel(InputChannel outInputChannel) { in openInputChannel() argument
2008 if (outInputChannel != null) { in openInputChannel()
2009 mClientChannel.transferTo(outInputChannel); in openInputChannel()
DWindowManagerService.java1173 InputChannel outInputChannel) { in addWindow() argument
1378 final boolean openInputChannels = (outInputChannel != null in addWindow()
1381 win.openInputChannel(outInputChannel); in addWindow()