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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 286 public boolean isHeadsUp(String key) {
637 * @param isHeadsUp whether the notification is now a headsUp notification
639 void onHeadsUpStateChanged(NotificationData.Entry entry, boolean isHeadsUp);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 178 public boolean isHeadsUp() {
182 public void setHeadsUp(boolean isHeadsUp) {
184 mIsHeadsUp = isHeadsUp;
185 mPrivateLayout.setHeadsUp(isHeadsUp);
287 * Set this notification to be pinned to the top if {@link #isHeadsUp()} is true. By doing this
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 589 if (row.isHeadsUp()) {
637 return row.isHeadsUp() && row.isPinned();
642 private boolean isHeadsUp(View v) {
645 return row.isHeadsUp();
719 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
734 && !((ExpandableNotificationRow) v).isHeadsUp();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 272 milliseconds