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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java 31 public class NotificationBackgroundView extends View {
37 public NotificationBackgroundView(Context context, AttributeSet attrs) {
ActivatableNotificationView.java 120 private NotificationBackgroundView mBackgroundNormal;
121 private NotificationBackgroundView mBackgroundDimmed;
194 mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal);
196 mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed);
    [all...]

Completed in 56 milliseconds