Searched refs:newWindowsList (Results 1 – 1 of 1) sorted by relevance
310 SparseArray<List<InputWindowHandle>> newWindowsList, in getDisplaysForWindowsChanged() argument312 for (int i = 0; i < newWindowsList.size(); i++) { in getDisplaysForWindowsChanged()313 final int displayId = newWindowsList.keyAt(i); in getDisplaysForWindowsChanged()314 final List<InputWindowHandle> newWindows = newWindowsList.get(displayId); in getDisplaysForWindowsChanged()