Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java58 private final NotificationListContainer mNotificationContainer; field in ActivityLaunchAnimator
75 mNotificationContainer = container; in ActivityLaunchAnimator()
250 mNotificationContainer.setExpandingNotification(running ? mSourceNotification : null); in setExpandAnimationRunning()
261 mNotificationContainer.applyExpandAnimationParams(params); in applyParamsToNotificationList()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimatorTest.java59 private NotificationListContainer mNotificationContainer field in ActivityLaunchAnimatorTest
71 mNotificationContainer); in setUp()