Searched refs:forAllLayouts (Results 1 – 1 of 1) sorted by relevance
207 forAllLayouts(layout -> layout.updateVisibility(showOnDisplay(layout.getDisplayId()))); in onKeyguardOccludedChanged()280 forAllLayouts(layout -> layout.getDisplayId() == displayId, callback); in forAllLayoutsOnDisplay()283 private void forAllLayouts(Consumer<CompatUIWindowManager> callback) { in forAllLayouts() method in CompatUIController284 forAllLayouts(layout -> true, callback); in forAllLayouts()287 private void forAllLayouts(Predicate<CompatUIWindowManager> condition, in forAllLayouts() method in CompatUIController