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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 290 public boolean hasPulsingNotifications() {
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 168 mShelfState.alpha = mAmbientState.hasPulsingNotifications() ? 0 : 1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 286 if (mService.isDozing() && !mStackScrollLayout.hasPulsingNotifications()) {

Completed in 7488 milliseconds