Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DWindowCache.java33 private final Stack<Integer> mWindowIds; field in WindowCache
43 mWindowIds = new Stack<>(); in WindowCache()
67 if (mWindowIds.contains(id)) { in saveWindowType()
69 mWindowIds.remove(id); in saveWindowType()
71 mWindowIds.push(id); in saveWindowType()
81 if (mWindowIds.contains(id)) { in remove()
83 mWindowIds.remove(id); in remove()
102 if (mWindowIds.isEmpty()) { in getMostRecentFocusedNode()
105 Integer recentWindowId = mWindowIds.peek(); in getMostRecentFocusedNode()
126 RotaryProtos.WindowCache.WINDOW_IDS, mWindowIds); in dump()