Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7584 WindowState topWindow = null; in requestScrollCapture() local
7586 topWindow = windowForClientLocked(null, behindClient, /* throwOnError*/ false); in requestScrollCapture()
7588 WindowState targetWindow = dc.findScrollCaptureTargetWindow(topWindow, taskId); in requestScrollCapture()