Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java139 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() argument
156 outInputChannel); in addToDisplay()
159 attrs.privateFlags, attrs.type, outInputChannel); in addToDisplay()
167 outInputChannel != null ? outInputChannel.getToken() : null); in addToDisplay()
185 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() argument
188 outInputChannel, outInsetsState, outActiveControls); in addToDisplayAsUser()
468 InputChannel outInputChannel) { in grantInputChannel() argument
DIWindowSession.aidl50 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplay() argument
54 in InsetsState requestedVisibility, out InputChannel outInputChannel, in addToDisplayAsUser() argument
304 out InputChannel outInputChannel); in grantInputChannel() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java191 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() argument
194 UserHandle.getUserId(mUid), requestedVisibility, outInputChannel, outInsetsState, in addToDisplay()
202 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() argument
205 requestedVisibility, outInputChannel, outInsetsState, outActiveControls); in addToDisplayAsUser()
799 InputChannel outInputChannel) { in grantInputChannel() argument
815 mCanAddInternalSystemWindow ? type : 0, outInputChannel); in grantInputChannel()
DWindowManagerService.java1459 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() argument
1687 final boolean openInputChannels = (outInputChannel != null in addWindow()
1690 win.openInputChannel(outInputChannel); in addWindow()
8198 int flags, int privateFlags, int type, InputChannel outInputChannel) { in grantInputChannel() argument
8216 clientChannel.copyTo(outInputChannel); in grantInputChannel()
DWindowState.java2689 void openInputChannel(InputChannel outInputChannel) { in openInputChannel() argument
2698 if (outInputChannel != null) { in openInputChannel()
2699 mInputChannel.copyTo(outInputChannel); in openInputChannel()