Home
last modified time | relevance | path

Searched refs:clicker (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInteractionTracker.kt15 private val clicker: NotificationClickNotifier, constant in com.android.systemui.statusbar.NotificationInteractionTracker
21 clicker.addNotificationInteractionListener(this)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java113 public void setNotificationClicker(NotificationClicker clicker) { in setNotificationClicker() argument
114 mNotificationClicker = clicker; in setNotificationClicker()