Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java90 protected final OnChildLocationsChangedListener mNotificationLocationsChangedListener = field in NotificationLogger
275 mListContainer.setChildLocationsChangedListener(mNotificationLocationsChangedListener); in startNotificationLogging()
282 mNotificationLocationsChangedListener.onChildLocationsChanged(); in startNotificationLogging()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java260 return mNotificationLocationsChangedListener; in getChildLocationsChangedListenerForTest()