Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java389 AccessibilityWindowInfo currentWindow = mWindows.get(i); in computePartialInteractiveRegionForWindowLocked() local
391 if (currentWindow.getId() == windowId) { in computePartialInteractiveRegionForWindowLocked()
392 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
400 } else if (currentWindow.getType() in computePartialInteractiveRegionForWindowLocked()
402 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()