Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java116 return hasFullScreenIntent(entry); in shouldHeadsUpBecomePinned()
119 protected boolean hasFullScreenIntent(@NonNull NotificationEntry entry) { in hasFullScreenIntent() method in HeadsUpManager
370 || remoteInputActive || hasFullScreenIntent(mEntry); in isSticky()
383 boolean selfFullscreen = hasFullScreenIntent(mEntry); in compareTo()
384 boolean otherFullscreen = hasFullScreenIntent(headsUpEntry.mEntry); in compareTo()