Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinator.java221 return !isInflated(entry) || isMemberOfDelayedGroup;
287 if (isInflated(child)) { in inflateRequiredGroupViews()
394 private boolean isInflated(NotificationEntry entry) {
417 if (group.getSummary() != null && !isInflated(group.getSummary())) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java175 if (!skipInflation && !b.isInflated()) { in populateForBubbleBar()
198 if (!skipInflation && !b.isInflated()) { in populate()
H A DBubble.java506 boolean isInflated() { in isInflated() method in Bubble
518 if (!isInflated()) { in setViewInfo()