Searched refs:findScrollCaptureTargetWindow (Results 1 – 3 of 3) sorted by relevance
2145 WindowState result = display.findScrollCaptureTargetWindow(behindWindow, in testFindScrollCaptureTargetWindow_behindWindow()2159 WindowState result = display.findScrollCaptureTargetWindow(null, in testFindScrollCaptureTargetWindow_cantReceiveKeys()2172 WindowState result = display.findScrollCaptureTargetWindow(null, in testFindScrollCaptureTargetWindow_secure()2185 WindowState result = display.findScrollCaptureTargetWindow(null, task.mTaskId); in testFindScrollCaptureTargetWindow_secureTaskId()2197 WindowState result = display.findScrollCaptureTargetWindow(null, task.mTaskId); in testFindScrollCaptureTargetWindow_taskId()2210 WindowState result = display.findScrollCaptureTargetWindow(null, task.mTaskId); in testFindScrollCaptureTargetWindow_taskIdCantReceiveKeys()
6607 WindowState findScrollCaptureTargetWindow(@Nullable WindowState searchBehind, int taskId) { in findScrollCaptureTargetWindow() method in DisplayContent
7387 WindowState targetWindow = dc.findScrollCaptureTargetWindow(topWindow, taskId); in requestScrollCapture()