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.java165 InputChannel outInputChannel) { in add() argument
167 outContentInsets, outStableInsets, null /* outOutsets */, outInputChannel); in add()
173 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument
175 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
DWindowState.java1533 void openInputChannel(InputChannel outInputChannel) { in openInputChannel() argument
1542 if (outInputChannel != null) { in openInputChannel()
1543 mClientChannel.transferTo(outInputChannel); in openInputChannel()
DWindowManagerService.java1852 InputChannel outInputChannel) { in addWindow() argument
2032 final boolean openInputChannels = (outInputChannel != null in addWindow()
2035 win.openInputChannel(outInputChannel); in addWindow()