Searched refs:NotificationBackgroundView (Results 1 – 2 of 2) sorted by relevance
31 public class NotificationBackgroundView extends View { class37 public NotificationBackgroundView(Context context, AttributeSet attrs) { in NotificationBackgroundView() method in NotificationBackgroundView
117 private NotificationBackgroundView mBackgroundNormal;118 private NotificationBackgroundView mBackgroundDimmed;159 mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal); in onFinishInflate()160 mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed); in onFinishInflate()