Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java130 private final NotificationLaunchAnimatorControllerProvider mNotificationAnimationProvider; field in StatusBarNotificationActivityStarter
201 mNotificationAnimationProvider = notificationAnimationProvider; in StatusBarNotificationActivityStarter()
445 mNotificationAnimationProvider.getAnimatorController(row, null), in startNotificationIntent()
486 mNotificationAnimationProvider.getAnimatorController(row), in startNotificationGutsIntent()
H A DCentralSurfacesImpl.java626 private NotificationLaunchAnimatorControllerProvider mNotificationAnimationProvider; field in CentralSurfacesImpl
1552 mNotificationAnimationProvider = new NotificationLaunchAnimatorControllerProvider( in setUpPresenter()
3728 return mNotificationAnimationProvider.getAnimatorController(associatedView); in getAnimatorControllerFromNotification()