Searched refs:mEntriesThatCanChangeSection (Results 1 – 1 of 1) sorted by relevance
87 private Map<String, Runnable> mEntriesThatCanChangeSection = new HashMap<>(); field in VisualStabilityCoordinator169 || mEntriesThatCanChangeSection.containsKey(entry.getKey());246 if (mEntriesThatCanChangeSection.containsKey(entryKey)) { in temporarilyAllowSectionChanges()247 mEntriesThatCanChangeSection.get(entryKey).run(); in temporarilyAllowSectionChanges()251 mEntriesThatCanChangeSection.put( in temporarilyAllowSectionChanges()254 () -> mEntriesThatCanChangeSection.remove(entryKey), in temporarilyAllowSectionChanges()319 pw.println("entriesThatCanChangeSection: " + mEntriesThatCanChangeSection.size()); in dump()320 for (String key : mEntriesThatCanChangeSection.keySet()) { in dump()