Searched refs:NotificationBackgroundView (Results 1 – 2 of 2) sorted by relevance
39 public class NotificationBackgroundView extends View { class61 public NotificationBackgroundView(Context context, AttributeSet attrs) { in NotificationBackgroundView() method in NotificationBackgroundView
115 NotificationBackgroundView mBackgroundNormal;116 private NotificationBackgroundView mBackgroundDimmed;864 if (child instanceof NotificationBackgroundView && isClippingNeeded()) { in childNeedsClipping()