Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DWindowCache.java35 private final Map<Integer, Integer> mWindowTypes; field in WindowCache
44 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()