Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java314 final List<InputWindowHandle> newWindows = newWindowsList.get(displayId); in getDisplaysForWindowsChanged() local
317 if (hasWindowsChanged(newWindows, oldWindows)) { in getDisplaysForWindowsChanged()
324 private static boolean hasWindowsChanged(List<InputWindowHandle> newWindows, in hasWindowsChanged() argument
326 if (oldWindows == null || oldWindows.size() != newWindows.size()) { in hasWindowsChanged()
330 final int windowsCount = newWindows.size(); in hasWindowsChanged()
335 final IWindow newWindowToken = newWindows.get(i).getWindow(); in hasWindowsChanged()