Searched refs:setNotificationFaded (Results 1 – 12 of 12) sorted by relevance
77 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationDecoratedCustomViewWrapper78 super.setNotificationFaded(faded); in setNotificationFaded()
96 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationCustomViewWrapper97 super.setNotificationFaded(faded); in setNotificationFaded()
94 override fun setNotificationFaded(faded: Boolean) {
150 override fun setNotificationFaded(faded: Boolean) {
402 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in NotificationViewWrapper
57 void setNotificationFaded(boolean faded); in setNotificationFaded() method
152 public void setNotificationFaded(boolean faded) { in setNotificationFaded() method in HybridConversationNotificationView153 super.setNotificationFaded(faded); in setNotificationFaded()
157 public void setNotificationFaded(boolean faded) {} in setNotificationFaded() method in HybridNotificationView
2156 public void setNotificationFaded(boolean faded) {2158 mContractedWrapper.setNotificationFaded(faded);2161 mHeadsUpWrapper.setNotificationFaded(faded);2164 mExpandedWrapper.setNotificationFaded(faded);2167 mSingleLineView.setNotificationFaded(faded);
3012 setNotificationFaded(false);3057 public void setNotificationFaded(boolean faded) {3088 ((NotificationFadeAware) view).setNotificationFaded(faded);
333 row.setNotificationFaded(mContainingNotificationIsFaded); in addNotification()371 row.setNotificationFaded(false);1490 public void setNotificationFaded(boolean faded) {1493 mNotificationHeaderWrapper.setNotificationFaded(faded);1496 mNotificationHeaderWrapperLowPriority.setNotificationFaded(faded);1499 child.setNotificationFaded(faded);
313 fadeOptimizedView.setNotificationFaded(becomesFaded); in applyToView()