Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DWindowCache.java36 private final Stack<Integer> mWindowIds; field in WindowCache
46 mWindowIds = new Stack<>(); in WindowCache()
70 if (mWindowIds.contains(id)) { in saveWindowType()
72 mWindowIds.remove(id); in saveWindowType()
74 mWindowIds.push(id); in saveWindowType()
84 if (mWindowIds.contains(id)) { in remove()
86 mWindowIds.remove(id); in remove()
105 if (mWindowIds.isEmpty()) { in getMostRecentFocusedNode()
108 Integer recentWindowId = mWindowIds.peek(); in getMostRecentFocusedNode()
130 RotaryProtos.WindowCache.WINDOW_IDS, mWindowIds); in dump()