Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java190 final boolean isBubble = row.getEntry().isBubble(); in onNotificationClicked()
195 if (intent == null && !isBubble) { in onNotificationClicked()
202 boolean isActivityIntent = intent != null && intent.isActivity() && !isBubble; in onNotificationClicked()
308 final boolean isBubble = entry.isBubble(); in handleNotificationClickAfterPanelCollapsed()
317 if (isBubble) { in handleNotificationClickAfterPanelCollapsed()
322 if (isActivityIntent || isBubble) { in handleNotificationClickAfterPanelCollapsed()
342 if (!isBubble) { in handleNotificationClickAfterPanelCollapsed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java81 if (!row.getEntry().isBubble()) { in onClick()
98 || row.getEntry().isBubble()) { in register()
DNotificationInterruptionStateProvider.java158 if (!entry.isBubble()) { in shouldBubbleUp()
161 + " is bubble? " + entry.isBubble()); in shouldBubbleUp()
199 if (entry.isBubble() && inShade) { in shouldHeadsUp()
DNotificationFilter.java137 if (entry.isBubble() && !entry.showInShadeWhenBubble()) { in shouldFilterOut()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java49 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
DNotificationManagerService.java1046 public void onNotificationBubbleChanged(String key, boolean isBubble) {
1053 if (isBubble && isNotificationAppropriateToBubble(r, pkg, callingUid,
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl79 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1323 public void onNotificationBubbleChanged(String key, boolean isBubble) { in onNotificationBubbleChanged() argument
1327 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble); in onNotificationBubbleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java237 public boolean isBubble() { in isBubble() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java452 boolean bubbleExtended = entry.isBubble() && !entry.isBubbleDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2370 return mEntry.isBubble() && !mEntry.showInShadeWhenBubble() && !mEntry.isBubbleDismissed();
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java465 Notification.TvExtender extender, boolean isBubble) { in generateNotificationRecord() argument
475 if (isBubble) { in generateNotificationRecord()