Home
last modified time | relevance | path

Searched refs:NotificationBackgroundView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java39 public class NotificationBackgroundView extends View { class
61 public NotificationBackgroundView(Context context, AttributeSet attrs) { in NotificationBackgroundView() method in NotificationBackgroundView
DActivatableNotificationView.java119 protected NotificationBackgroundView mBackgroundNormal;
120 private NotificationBackgroundView mBackgroundDimmed;
937 if (child instanceof NotificationBackgroundView && isClippingNeeded()) { in childNeedsClipping()