Searched refs:mInsetsSourceWindowsExceptIme (Results 1 – 1 of 1) sorted by relevance
268 private final ArraySet<WindowState> mInsetsSourceWindowsExceptIme = new ArraySet<>(); field in DisplayPolicy1161 mInsetsSourceWindowsExceptIme.add(win); in addWindowLw()1293 mInsetsSourceWindowsExceptIme.remove(win);1360 for (int i = mInsetsSourceWindowsExceptIme.size() - 1; i >= 0; i--) {1361 final WindowState win = mInsetsSourceWindowsExceptIme.valueAt(i);