Home
last modified time | relevance | path

Searched refs:NotificationHeaderView (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java23 import android.view.NotificationHeaderView;
62 NotificationHeaderView header = (NotificationHeaderView) view;
72 if (originalColor != NotificationHeaderView.NO_COLOR) {
176 NotificationHeaderView header = (NotificationHeaderView) child.findViewById( in sanitizeChild()
182 private void sanitizeHeader(NotificationHeaderView rowHeader) { in sanitizeHeader()
270 NotificationHeaderView header = row.getNotificationHeader(); in compareToHeader()
DNotificationContentView.java27 import android.view.NotificationHeaderView;
285 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
289 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
499 NotificationHeaderView header = getVisibleNotificationHeader(); in focusExpandButtonIfNecessary()
1294 public NotificationHeaderView getNotificationHeader() {
1295 NotificationHeaderView header = null;
1311 public NotificationHeaderView getVisibleNotificationHeader() {
1396 NotificationHeaderView header = mContractedWrapper.getNotificationHeader();
1402 NotificationHeaderView header = mHeadsUpWrapper.getNotificationHeader();
1408 NotificationHeaderView header = mExpandedWrapper.getNotificationHeader();
DExpandableNotificationRow.java41 import android.view.NotificationHeaderView;
368 NotificationHeaderView header = getVisibleNotificationHeader(); in updateShelfIconColor()
715 public NotificationHeaderView getNotificationHeader() {
726 public NotificationHeaderView getVisibleNotificationHeader() {
1013 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
1659 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2068 NotificationHeaderView header = getVisibleNotificationHeader();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationHeaderViewWrapper.java24 import android.view.NotificationHeaderView;
59 private NotificationHeaderView mNotificationHeader;
78 boolean isLowPriority = mView instanceof NotificationHeaderView; in NotificationHeaderViewWrapper()
224 != NotificationHeaderView.NO_COLOR; in setDark()
237 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
DNotificationViewWrapper.java24 import android.view.NotificationHeaderView;
58 } else if (v instanceof NotificationHeaderView) { in wrap()
132 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainerTest.java25 import android.view.NotificationHeaderView;
56 NotificationHeaderView lowPriorityHeaderView = childrenContainer.getLowPriorityHeaderView(); in testLowPriorityHeaderCleared()
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java40 public class NotificationHeaderView extends ViewGroup { class
70 public NotificationHeaderView(Context context) { in NotificationHeaderView() method in NotificationHeaderView
74 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs) { in NotificationHeaderView() method in NotificationHeaderView
78 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in NotificationHeaderView() method in NotificationHeaderView
82 …public NotificationHeaderView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleR… in NotificationHeaderView() method in NotificationHeaderView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java26 import android.view.NotificationHeaderView;
83 private NotificationHeaderView mNotificationHeader;
85 private NotificationHeaderView mNotificationHeaderLowPriority;
288 mNotificationHeader = (NotificationHeaderView) header.apply(getContext(), this);
344 mNotificationHeaderLowPriority = (NotificationHeaderView) header.apply(getContext(),
828 public NotificationHeaderView getHeaderView() {
832 public NotificationHeaderView getLowPriorityHeaderView() {
1184 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1190 NotificationHeaderView header
1214 public NotificationHeaderView getVisibleHeader() {
[all …]
/frameworks/base/
Dcompiled-classes-phone4423 android.view.NotificationHeaderView
4424 android.view.NotificationHeaderView$1
4425 android.view.NotificationHeaderView$HeaderTouchListener