Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinator.java87 private Map<String, Runnable> mEntriesThatCanChangeSection = new HashMap<>(); field in VisualStabilityCoordinator
169 || 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()