Searched refs:findScrollCaptureTargetWindow (Results 1 – 3 of 3) sorted by relevance
2168 WindowState result = display.findScrollCaptureTargetWindow(behindWindow, in testFindScrollCaptureTargetWindow_behindWindow()2182 WindowState result = display.findScrollCaptureTargetWindow(null, in testFindScrollCaptureTargetWindow_cantReceiveKeys()2195 WindowState result = display.findScrollCaptureTargetWindow(null, in testFindScrollCaptureTargetWindow_secure()2208 WindowState result = display.findScrollCaptureTargetWindow(null, task.mTaskId); in testFindScrollCaptureTargetWindow_secureTaskId()2221 WindowState result = display.findScrollCaptureTargetWindow(null, task.mTaskId); in testFindScrollCaptureTargetWindow_taskId()2235 WindowState result = display.findScrollCaptureTargetWindow(null, task.mTaskId); in testFindScrollCaptureTargetWindow_taskIdCantReceiveKeys()
6700 WindowState findScrollCaptureTargetWindow(@Nullable WindowState searchBehind, int taskId) { in findScrollCaptureTargetWindow() method in DisplayContent
7500 WindowState targetWindow = dc.findScrollCaptureTargetWindow(topWindow, taskId); in requestScrollCapture()