Home
last modified time | relevance | path

Searched refs:grantInputChannel (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java108 mWindowSession.grantInputChannel( in DragResizeInputListener()
145 mWindowSession.grantInputChannel( in DragResizeInputListener()
/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java231 mRealWm.grantInputChannel(displayId, in addToDisplay()
238 mRealWm.grantInputChannel(displayId, sc, window.asBinder(), in addToDisplay()
630 public void grantInputChannel(int displayId, SurfaceControl surface, IBinder clientToken, in grantInputChannel() method in WindowlessWindowManager
DIWindowSession.aidl325 void grantInputChannel(int displayId, in SurfaceControl surface, in IBinder clientToken, in grantInputChannel() method
DWindowManagerGlobal.java851 WindowManagerGlobal.getWindowSession().grantInputChannel(INVALID_DISPLAY, in createInputChannel()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java1156 mWm.grantInputChannel(session, callingUid, callingPid, DEFAULT_DISPLAY, in testGrantInputChannel_sanitizeSpyWindowForApplications()
1173 mWm.grantInputChannel(session, callingUid, callingPid, DEFAULT_DISPLAY, surfaceControl, in testGrantInputChannel_allowSpyWindowForInputMonitorPermission()
1193 mWm.grantInputChannel(session, callingUid, callingPid, DEFAULT_DISPLAY, surfaceControl, in testUpdateInputChannel_sanitizeSpyWindowForApplications()
1217 mWm.grantInputChannel(session, callingUid, callingPid, DEFAULT_DISPLAY, surfaceControl, in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission()
1243 mWm.grantInputChannel(session, callingUid, callingPid, DEFAULT_DISPLAY, surfaceControl, in testUpdateInputChannel_sanitizeInputFeatureSensitive_forUntrustedWindows()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java932 public void grantInputChannel(int displayId, SurfaceControl surface, in grantInputChannel() method in Session
945 mService.grantInputChannel(this, mUid, mPid, displayId, surface, clientToken, in grantInputChannel()
DWindowManagerService.java9204 void grantInputChannel(Session session, int callingUid, int callingPid, int displayId, in grantInputChannel() method in WindowManagerService
/frameworks/base/services/
Dart-wear-profile28008 PLcom/android/server/wm/Session;->grantInputChannel(ILandroid/view/SurfaceControl;Landroid/os/IBind…
29553 PLcom/android/server/wm/WindowManagerService;->grantInputChannel(Lcom/android/server/wm/Session;III…