Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.java34 import android.view.NotificationHeaderView;
82 NotificationHeaderView mockContracted = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
85 NotificationHeaderView mockExpanded = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
88 NotificationHeaderView mockHeadsUp = mock(NotificationHeaderView.class); in testShowAppOpsIcons()
DExpandableNotificationRowTest.java45 import android.view.NotificationHeaderView;
244 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/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(),
838 public NotificationHeaderView getHeaderView() {
842 public NotificationHeaderView getLowPriorityHeaderView() {
1193 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1199 NotificationHeaderView header
1223 public NotificationHeaderView getVisibleHeader() {
[all …]
/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/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java31 import android.view.NotificationHeaderView;
305 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
309 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
533 NotificationHeaderView header = getVisibleNotificationHeader(); in focusExpandButtonIfNecessary()
1443 public NotificationHeaderView getNotificationHeader() {
1444 NotificationHeaderView header = null;
1482 public NotificationHeaderView getContractedNotificationHeader() {
1489 public NotificationHeaderView getVisibleNotificationHeader() {
1583 NotificationHeaderView header = mContractedWrapper.getNotificationHeader();
1589 NotificationHeaderView header = mHeadsUpWrapper.getNotificationHeader();
[all …]
DExpandableNotificationRow.java57 import android.view.NotificationHeaderView;
601 NotificationHeaderView header = getVisibleNotificationHeader(); in updateShelfIconColor()
1052 public NotificationHeaderView getNotificationHeader() {
1063 public NotificationHeaderView getVisibleNotificationHeader() {
1076 public NotificationHeaderView getContractedNotificationHeader() {
1476 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2474 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2926 NotificationHeaderView header = getVisibleNotificationHeader();
/frameworks/base/core/java/com/android/internal/widget/
DMediaNotificationView.java22 import android.view.NotificationHeaderView;
43 private NotificationHeaderView mHeader;
/frameworks/base/core/java/android/app/
DNotification.java83 import android.view.NotificationHeaderView;
5717 colorable ? color : NotificationHeaderView.NO_COLOR);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75924 Landroid/view/NotificationHeaderView$HeaderTouchListener;->addRectAroundView(Landroid/view/View;)La…
75925 Landroid/view/NotificationHeaderView$HeaderTouchListener;->addWidthRect()V
75926 Landroid/view/NotificationHeaderView$HeaderTouchListener;->bindTouchRects()V
75927 Landroid/view/NotificationHeaderView$HeaderTouchListener;->getRectAroundView(Landroid/view/View;)La…
75928 Landroid/view/NotificationHeaderView$HeaderTouchListener;->isInside(FF)Z
75929 Landroid/view/NotificationHeaderView$HeaderTouchListener;->mAppOpsRect:Landroid/graphics/Rect;
75930 Landroid/view/NotificationHeaderView$HeaderTouchListener;->mDownX:F
75931 Landroid/view/NotificationHeaderView$HeaderTouchListener;->mDownY:F
75932 Landroid/view/NotificationHeaderView$HeaderTouchListener;->mExpandButtonRect:Landroid/graphics/Rect;
75933 Landroid/view/NotificationHeaderView$HeaderTouchListener;->mTouchRects:Ljava/util/ArrayList;
[all …]