Searched refs:hasFullScreenIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java208 return !mIsExpanded || hasFullScreenIntent(entry);
211 private boolean hasFullScreenIntent(NotificationData.Entry entry) { method in class:HeadsUpManager
575 if (!hasFullScreenIntent(entry)) {
585 boolean selfFullscreen = hasFullScreenIntent(entry);
586 boolean otherFullscreen = hasFullScreenIntent(o.entry);

Completed in 5967 milliseconds