Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java397 AccessibilityWindowInfo currentWindow = mWindows.get(i); in computePartialInteractiveRegionForWindowLocked() local
399 if (currentWindow.getId() == windowId) { in computePartialInteractiveRegionForWindowLocked()
400 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
408 } else if (currentWindow.getType() in computePartialInteractiveRegionForWindowLocked()
410 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()