Searched refs:mWindowIds (Results 1 – 1 of 1) sorted by relevance
36 private final Stack<Integer> mWindowIds; field in WindowCache46 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()