Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatActivity.java556 final Window currentWindow = getWindow(); in performMenuItemShortcut() local
557 if (currentWindow != null && currentWindow.getDecorView() != null) { in performMenuItemShortcut()
558 final View decorView = currentWindow.getDecorView(); in performMenuItemShortcut()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3258 AccessibilityWindowInfo currentWindow = mWindows.get(i); in computePartialInteractiveRegionForWindowLocked() local
3260 if (currentWindow.getId() == windowId) { in computePartialInteractiveRegionForWindowLocked()
3262 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
3267 } else if (currentWindow.getType() in computePartialInteractiveRegionForWindowLocked()
3270 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()