Searched refs:mHeadsUpNotificationView (Results 1 – 2 of 2) sorted by relevance
157 protected HeadsUpNotificationView mHeadsUpNotificationView; field in BaseStatusBar669 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 …]
414 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 …]