Searched refs:NotificationBackgroundView (Results 1 – 2 of 2) sorted by relevance
33 public class NotificationBackgroundView extends View { class39 public NotificationBackgroundView(Context context, AttributeSet attrs) { in NotificationBackgroundView() method in NotificationBackgroundView
122 private NotificationBackgroundView mBackgroundNormal;123 private NotificationBackgroundView mBackgroundDimmed;169 mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal); in onFinishInflate()170 mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed); in onFinishInflate()