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/
DAccessibilityManagerService.java3461 AccessibilityWindowInfo currentWindow = mWindows.get(i); in computePartialInteractiveRegionForWindowLocked() local
3463 if (currentWindow.getId() == windowId) { in computePartialInteractiveRegionForWindowLocked()
3465 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
3470 } else if (currentWindow.getType() in computePartialInteractiveRegionForWindowLocked()
3473 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()