Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.java34 import android.view.NotificationHeaderView;
95 NotificationHeaderView mockContracted = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
98 NotificationHeaderView mockExpanded = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
101 NotificationHeaderView mockHeadsUp = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
104 NotificationHeaderView mockAmbient = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
DExpandableNotificationRowTest.java47 import android.view.NotificationHeaderView;
250 NotificationHeaderView mockHeader = mock(NotificationHeaderView.class); in testShowAppOpsIcons_header()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java24 import android.view.NotificationHeaderView;
67 NotificationHeaderView header = (NotificationHeaderView) view;
77 if (originalColor != NotificationHeaderView.NO_COLOR) {
185 NotificationHeaderView header = (NotificationHeaderView) child.findViewById( in sanitizeChild()
191 private void sanitizeHeader(NotificationHeaderView rowHeader) { in sanitizeHeader()
279 NotificationHeaderView header = row.getContractedNotificationHeader(); in compareToHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java24 import android.view.NotificationHeaderView;
59 protected NotificationHeaderView mNotificationHeader;
81 boolean isLowPriority = mView instanceof NotificationHeaderView; in NotificationHeaderViewWrapper()
191 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
DNotificationViewWrapper.java30 import android.view.NotificationHeaderView;
71 } else if (v instanceof NotificationHeaderView) { in wrap()
223 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java22 import android.view.NotificationHeaderView;
136NotificationHeaderView lowPriorityHeaderView = mChildrenContainer.getLowPriorityHeaderView(); in testLowPriorityHeaderCleared()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java27 import android.view.NotificationHeaderView;
92 private NotificationHeaderView mNotificationHeader;
94 private NotificationHeaderView mNotificationHeaderLowPriority;
307 mNotificationHeader = (NotificationHeaderView) header.apply(getContext(), this);
340 mNotificationHeaderLowPriority = (NotificationHeaderView) header.apply(getContext(),
837 public NotificationHeaderView getHeaderView() {
841 public NotificationHeaderView getLowPriorityHeaderView() {
1175 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1181 NotificationHeaderView header
1205 public NotificationHeaderView getVisibleHeader() {
[all …]
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java46 public class NotificationHeaderView extends ViewGroup { class
87 public NotificationHeaderView(Context context) { in NotificationHeaderView() method in NotificationHeaderView
92 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs) { in NotificationHeaderView() method in NotificationHeaderView
96 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in NotificationHeaderView() method in NotificationHeaderView
100 …public NotificationHeaderView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleR… in NotificationHeaderView() method in NotificationHeaderView
/frameworks/base/core/java/com/android/internal/widget/
DMediaNotificationView.java22 import android.view.NotificationHeaderView;
41 private NotificationHeaderView mHeader;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java31 import android.view.NotificationHeaderView;
327 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
331 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
589 NotificationHeaderView header = getVisibleNotificationHeader(); in focusExpandButtonIfNecessary()
1537 public NotificationHeaderView getNotificationHeader() {
1538 NotificationHeaderView header = null;
1579 public NotificationHeaderView getContractedNotificationHeader() {
1586 public NotificationHeaderView getVisibleNotificationHeader() {
1671 NotificationHeaderView header = mContractedWrapper.getNotificationHeader();
1677 NotificationHeaderView header = mHeadsUpWrapper.getNotificationHeader();
[all …]
DExpandableNotificationRow.java59 import android.view.NotificationHeaderView;
623 NotificationHeaderView header = getVisibleNotificationHeader(); in updateShelfIconColor()
1069 public NotificationHeaderView getNotificationHeader() {
1080 public NotificationHeaderView getVisibleNotificationHeader() {
1093 public NotificationHeaderView getContractedNotificationHeader() {
1491 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2498 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2938 NotificationHeaderView header = getVisibleNotificationHeader();
/frameworks/base/core/java/android/app/
DNotification.java83 import android.view.NotificationHeaderView;
5717 colorable ? color : NotificationHeaderView.NO_COLOR);