Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl40 out InputChannel outInputChannel); in add() argument
43 out Rect outStableInsets, out InputChannel outInputChannel); in addToDisplay() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java159 InputChannel outInputChannel) { in add() argument
161 outContentInsets, outStableInsets, outInputChannel); in add()
167 InputChannel outInputChannel) { in addToDisplay() argument
169 outContentInsets, outStableInsets, outInputChannel); in addToDisplay()
DWindowManagerService.java2273 Rect outContentInsets, Rect outStableInsets, InputChannel outInputChannel) { in addWindow() argument
2442 if (outInputChannel != null && (attrs.inputFeatures in addWindow()
2447 inputChannels[1].transferTo(outInputChannel); in addWindow()