Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java590 final ActivityRecord activeRecents = getWeak(mActiveRecentsActivity); in updateInputWindows() local
591 if (mAddRecentsAnimationInputConsumerHandle && activeRecents != null in updateInputWindows()
592 && activeRecents.getSurfaceControl() != null) { in updateInputWindows()
594 layer = layer != null ? layer : activeRecents; in updateInputWindows()
597 final WindowState targetAppMainWindow = activeRecents.findMainWindow(); in updateInputWindows()