Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java83 protected final OnChildLocationsChangedListener mNotificationLocationsChangedListener = field in NotificationLogger
257 mListContainer.setChildLocationsChangedListener(mNotificationLocationsChangedListener); in startNotificationLogging()
264 mNotificationLocationsChangedListener.onChildLocationsChanged(); in startNotificationLogging()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java183 return mNotificationLocationsChangedListener; in getChildLocationsChangedListenerForTest()