Home
last modified time | relevance | path

Searched refs:getAnimatorControllerFromNotification (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt103 override fun getAnimatorControllerFromNotification( method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java349 ActivityTransitionAnimator.Controller getAnimatorControllerFromNotification( in getAnimatorControllerFromNotification() method
DLegacyActivityStarterInternalImpl.kt237 centralSurfaces?.getAnimatorControllerFromNotification(associatedView) in <lambda>()
DCentralSurfacesImpl.java3291 public ActivityTransitionAnimator.Controller getAnimatorControllerFromNotification( in getAnimatorControllerFromNotification() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt243 verify(centralSurfaces).getAnimatorControllerFromNotification(associatedView) in startPendingIntentDismissingKeyguard_associatedView_getAnimatorController()