Searched refs:isBubble (Results 1 – 12 of 12) sorted by relevance
190 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()
81 if (!row.getEntry().isBubble()) { in onClick()98 || row.getEntry().isBubble()) { in register()
158 if (!entry.isBubble()) { in shouldBubbleUp()161 + " is bubble? " + entry.isBubble()); in shouldBubbleUp()199 if (entry.isBubble() && inShade) { in shouldHeadsUp()
137 if (entry.isBubble() && !entry.showInShadeWhenBubble()) { in shouldFilterOut()
49 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
1046 public void onNotificationBubbleChanged(String key, boolean isBubble) {1053 if (isBubble && isNotificationAppropriateToBubble(r, pkg, callingUid,
79 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
1323 public void onNotificationBubbleChanged(String key, boolean isBubble) { in onNotificationBubbleChanged() argument1327 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble); in onNotificationBubbleChanged()
237 public boolean isBubble() { in isBubble() method in NotificationEntry
452 boolean bubbleExtended = entry.isBubble() && !entry.isBubbleDismissed()
2370 return mEntry.isBubble() && !mEntry.showInShadeWhenBubble() && !mEntry.isBubbleDismissed();
465 Notification.TvExtender extender, boolean isBubble) { in generateNotificationRecord() argument475 if (isBubble) { in generateNotificationRecord()