Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java38 public final class NotificationClicker implements View.OnClickListener { class
54 private NotificationClicker( in NotificationClicker() method in NotificationClicker
140 public NotificationClicker build( in build()
144 return new NotificationClicker( in build()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java38 import com.android.systemui.statusbar.notification.NotificationClicker;
74 private NotificationClicker mNotificationClicker;
114 public void setNotificationClicker(NotificationClicker clicker) { in setNotificationClicker()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt29 import com.android.systemui.statusbar.notification.NotificationClicker
68 private val clickerBuilder: NotificationClicker.Builder,