Home
last modified time | relevance | path

Searched refs:NotificationHeaderView (Results 1 – 11 of 11) 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) {
177 NotificationHeaderView header = (NotificationHeaderView) child.findViewById( in sanitizeChild()
183 private void sanitizeHeader(NotificationHeaderView rowHeader) { in sanitizeHeader()
271 NotificationHeaderView header = row.getContractedNotificationHeader(); in compareToHeader()
DNotificationContentView.java30 import android.view.NotificationHeaderView;
327 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
331 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
556 NotificationHeaderView header = getVisibleNotificationHeader(); in focusExpandButtonIfNecessary()
1459 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
1460 NotificationHeaderView header = null; in getNotificationHeader()
1488 public NotificationHeaderView getContractedNotificationHeader() { in getContractedNotificationHeader()
1495 public NotificationHeaderView getVisibleNotificationHeader() { in getVisibleNotificationHeader()
1580 NotificationHeaderView header = mContractedWrapper.getNotificationHeader(); in updateIconVisibilities()
1586 NotificationHeaderView header = mHeadsUpWrapper.getNotificationHeader(); in updateIconVisibilities()
[all …]
DExpandableNotificationRow.java51 import android.view.NotificationHeaderView;
502 NotificationHeaderView header = getVisibleNotificationHeader(); in updateShelfIconColor()
923 public NotificationHeaderView getNotificationHeader() {
934 public NotificationHeaderView getVisibleNotificationHeader() {
947 public NotificationHeaderView getContractedNotificationHeader() {
1308 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2255 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2668 NotificationHeaderView header = getVisibleNotificationHeader();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationViewWrapper.java22 import android.view.NotificationHeaderView;
52 } else if (v instanceof NotificationHeaderView) { in wrap()
98 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
DNotificationHeaderViewWrapper.java24 import android.view.NotificationHeaderView;
56 private NotificationHeaderView mNotificationHeader;
78 boolean isLowPriority = mView instanceof NotificationHeaderView; in NotificationHeaderViewWrapper()
205 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainerTest.java23 import android.view.NotificationHeaderView;
54 NotificationHeaderView lowPriorityHeaderView = childrenContainer.getLowPriorityHeaderView(); in testLowPriorityHeaderCleared()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java27 import android.view.NotificationHeaderView;
90 private NotificationHeaderView mNotificationHeader;
92 private NotificationHeaderView mNotificationHeaderLowPriority;
317 mNotificationHeader = (NotificationHeaderView) header.apply(getContext(), this);
373 mNotificationHeaderLowPriority = (NotificationHeaderView) header.apply(getContext(),
883 public NotificationHeaderView getHeaderView() {
887 public NotificationHeaderView getLowPriorityHeaderView() {
1242 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1248 NotificationHeaderView header
1272 public NotificationHeaderView getVisibleHeader() {
[all …]
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java45 public class NotificationHeaderView extends ViewGroup { class
84 public NotificationHeaderView(Context context) { in NotificationHeaderView() method in NotificationHeaderView
88 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs) { in NotificationHeaderView() method in NotificationHeaderView
92 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in NotificationHeaderView() method in NotificationHeaderView
96 …public NotificationHeaderView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleR… in NotificationHeaderView() method in NotificationHeaderView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DExpandableNotificationRowTest.java40 import android.view.NotificationHeaderView;
209 NotificationHeaderView mockHeader = mock(NotificationHeaderView.class); in testShowAppOpsIcons_header()
/frameworks/base/core/java/android/app/
DNotification.java73 import android.view.NotificationHeaderView;
5410 colorable ? color : NotificationHeaderView.NO_COLOR);
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6189 Landroid/view/NotificationHeaderView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V