Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatActivity.java619 final Window currentWindow = getWindow(); in performMenuItemShortcut() local
620 if (currentWindow != null && currentWindow.getDecorView() != null) { in performMenuItemShortcut()
621 final View decorView = currentWindow.getDecorView(); in performMenuItemShortcut()