Home
last modified time | relevance | path

Searched refs:mHeadsUpNotificationView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java157 protected HeadsUpNotificationView mHeadsUpNotificationView; field in BaseStatusBar
669 if (mHeadsUpNotificationView != null) { in setHeadsUpUser()
670 mHeadsUpNotificationView.setUser(newUserId); in setHeadsUpUser()
675 return mHeadsUpNotificationView != null && mHeadsUpNotificationView.isShowing(key); in isHeadsUp()
729 if (n.isClearable() || (mHeadsUpNotificationView.getEntry() != null in updateNotificationVetoButton()
730 && mHeadsUpNotificationView.getEntry().row == row)) { in updateNotificationVetoButton()
1556 mHeadsUpNotificationView.releaseAndClose();
1834 oldEntry = mHeadsUpNotificationView.getEntry();
1939 mHeadsUpNotificationView.releaseAndClose();
1965 ViewGroup holder = mHeadsUpNotificationView.getHolder();
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java414 mHeadsUpNotificationView.release();
669 mHeadsUpNotificationView = in makeStatusBarView()
671 mHeadsUpNotificationView.setVisibility(View.GONE); in makeStatusBarView()
672 mHeadsUpNotificationView.setBar(this); in makeStatusBarView()
1254 mWindowManager.addView(mHeadsUpNotificationView, lp); in addHeadsUpView()
1258 mWindowManager.removeView(mHeadsUpNotificationView); in removeHeadsUpView()
1316 ViewGroup holder = mHeadsUpNotificationView.getHolder(); in addNotification()
1319 mHeadsUpNotificationView.showNotification(interruptionCandidate); in addNotification()
1348 if (mHeadsUpNotificationView.getEntry() == null) { in addNotification()
1375 && mHeadsUpNotificationView.isClearable()) { in resetHeadsUpDecayTimer()
[all …]