Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java266 mListContainer.setChildLocationsChangedListener(this::onChildLocationsChanged); in startNotificationLogging()
273 onChildLocationsChanged(); in startNotificationLogging()
421 void onChildLocationsChanged() { in onChildLocationsChanged() method in NotificationLogger
445 void onChildLocationsChanged(); in onChildLocationsChanged() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java158 mLogger.onChildLocationsChanged(); in testOnChildLocationsChangedReportsVisibilityChanged()
168 mLogger.onChildLocationsChanged(); in testOnChildLocationsChangedReportsVisibilityChanged()
180 mLogger.onChildLocationsChanged(); in testStoppingNotificationLoggingReportsCurrentNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4349 mListener.onChildLocationsChanged(); in applyCurrentState()