HomeSort by relevance Sort by last modified time
    Searched defs:headsUp (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 301 RemoteViews headsUp = b.getHeadsUpContentView();
302 RemoteViews innerView = headsUp != null ? headsUp : b.getContentView();
303 if (headsUp == null) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 171 public void showNotification(NotificationData.Entry headsUp) {
173 addHeadsUpEntry(headsUp);
174 updateNotification(headsUp, true);
175 headsUp.setInterruption();
181 public void updateNotification(NotificationData.Entry headsUp, boolean alert) {
184 headsUp.row.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED);
187 HeadsUpEntry headsUpEntry = mHeadsUpEntries.get(headsUp.key);
194 setEntryPinned(headsUpEntry, shouldHeadsUpBecomePinned(headsUp));
535 * Set that we are exiting the headsUp pinned mode, but some notifications might still be
729 void onHeadsUpPinned(ExpandableNotificationRow headsUp);
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 526 milliseconds