Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java45 public class NotificationBackgroundView extends View implements Dumpable { class
64 public NotificationBackgroundView(Context context, AttributeSet attrs) { in NotificationBackgroundView() method in NotificationBackgroundView
H A DActivatableNotificationView.java89 NotificationBackgroundView mBackgroundNormal;
605 if (child instanceof NotificationBackgroundView && isClippingNeeded()) { in childNeedsClipping()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewTest.kt59 R.id.backgroundNormal -> mock<NotificationBackgroundView>()