HomeSort by relevance Sort by last modified time
    Searched refs:NotificationHeaderView (Results 1 - 11 of 11) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationContentViewTest.java 35 import android.view.NotificationHeaderView;
91 NotificationHeaderView mockContracted = mock(NotificationHeaderView.class);
94 NotificationHeaderView mockExpanded = mock(NotificationHeaderView.class);
97 NotificationHeaderView mockHeadsUp = mock(NotificationHeaderView.class);
100 NotificationHeaderView mockAmbient = mock(NotificationHeaderView.class);
ExpandableNotificationRowTest.java 40 import android.view.NotificationHeaderView;
209 NotificationHeaderView mockHeader = mock(NotificationHeaderView.class);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainerTest.java 23 import android.view.NotificationHeaderView;
54 NotificationHeaderView lowPriorityHeaderView = childrenContainer.getLowPriorityHeaderView();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 22 import android.view.NotificationHeaderView;
52 } else if (v instanceof NotificationHeaderView) {
98 public NotificationHeaderView getNotificationHeader() {
NotificationHeaderViewWrapper.java 24 import android.view.NotificationHeaderView;
56 private NotificationHeaderView mNotificationHeader;
78 boolean isLowPriority = mView instanceof NotificationHeaderView;
205 public NotificationHeaderView getNotificationHeader() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationHeaderUtil.java 23 import android.view.NotificationHeaderView;
33 * A Util to manage {@link android.view.NotificationHeaderView} objects and their redundancies.
62 NotificationHeaderView header = (NotificationHeaderView) view;
72 if (originalColor != NotificationHeaderView.NO_COLOR) {
177 NotificationHeaderView header = (NotificationHeaderView) child.findViewById(
183 private void sanitizeHeader(NotificationHeaderView rowHeader) {
271 NotificationHeaderView header = row.getContractedNotificationHeader();
NotificationContentView.java 30 import android.view.NotificationHeaderView;
327 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader();
331 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader();
556 NotificationHeaderView header = getVisibleNotificationHeader();
    [all...]
ExpandableNotificationRow.java 51 import android.view.NotificationHeaderView;
502 NotificationHeaderView header = getVisibleNotificationHeader();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 27 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(),
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 45 public class NotificationHeaderView extends ViewGroup {
84 public NotificationHeaderView(Context context) {
88 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs) {
92 public NotificationHeaderView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
96 public NotificationHeaderView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
361 * Sets whether or not the expand button appears at the end of the NotificationHeaderView. If
  /frameworks/base/core/java/android/app/
Notification.java 73 import android.view.NotificationHeaderView;
    [all...]

Completed in 432 milliseconds