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 Rect outOutsets, 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, null /* outOutsets */, outInputChannel); in add()
167 Rect outOutsets, InputChannel outInputChannel) { in addToDisplay() argument
169 outContentInsets, outStableInsets, outOutsets, outInputChannel); in addToDisplay()
DWindowManagerService.java2355 InputChannel outInputChannel) { in addWindow() argument
2523 if (outInputChannel != null && (attrs.inputFeatures in addWindow()
2528 inputChannels[1].transferTo(outInputChannel); in addWindow()