Searched refs:currentWindow (Results 1 – 2 of 2) sorted by relevance
556 final Window currentWindow = getWindow(); in performMenuItemShortcut() local557 if (currentWindow != null && currentWindow.getDecorView() != null) { in performMenuItemShortcut()558 final View decorView = currentWindow.getDecorView(); in performMenuItemShortcut()
3258 AccessibilityWindowInfo currentWindow = mWindows.get(i); in computePartialInteractiveRegionForWindowLocked() local3260 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()