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.java38 private final Map<Integer, Integer> mWindowTypes; field in WindowCache
47 mWindowTypes = new HashMap<>(); in WindowCache()
76 mWindowTypes.put(windowId, windowType); in saveWindowType()
87 mWindowTypes.remove(id); in remove()
96 return mWindowTypes.get(windowId); in getWindowType()
132 RotaryProtos.WindowCache.WINDOW_TYPES, mWindowTypes); in dump()