Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java145 private final NotificationLaunchAnimatorControllerProvider mNotificationAnimationProvider; field in StatusBarNotificationActivityStarter
216 mNotificationAnimationProvider = notificationAnimationProvider; in StatusBarNotificationActivityStarter()
493 mNotificationAnimationProvider.getAnimatorController(row, null), in startNotificationIntent()
536 mNotificationAnimationProvider.getAnimatorController(row), in startNotificationGutsIntent()
DCentralSurfacesImpl.java580 private final NotificationLaunchAnimatorControllerProvider mNotificationAnimationProvider; field in CentralSurfacesImpl
768 mNotificationAnimationProvider = notifTransitionAnimatorControllerProvider; in CentralSurfacesImpl()
3293 return mNotificationAnimationProvider.getAnimatorController(associatedView); in getAnimatorControllerFromNotification()