Searched refs:mWindowTypes (Results 1 – 1 of 1) sorted by relevance
35 private final Map<Integer, Integer> mWindowTypes; field in WindowCache44 mWindowTypes = new HashMap<>(); in WindowCache()73 mWindowTypes.put(windowId, windowType); in saveWindowType()84 mWindowTypes.remove(id); in remove()93 return mWindowTypes.get(windowId); in getWindowType()128 RotaryProtos.WindowCache.WINDOW_TYPES, mWindowTypes); in dump()