Home
last modified time | relevance | path

Searched refs:getLaunchAnimation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimatorTest.java78 RemoteAnimationAdapter launchAnimation = mLaunchAnimator.getLaunchAnimation(mRow, in testReturnsNullIfNotEnabled()
87 RemoteAnimationAdapter launchAnimation = mLaunchAnimator.getLaunchAnimation(mRow, in testNotWorkingWhenOccluded()
95 RemoteAnimationAdapter launchAnimation = mLaunchAnimator.getLaunchAnimation(mRow, in testTimeoutCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java367 RemoteAnimationAdapter adapter = mActivityLaunchAnimator.getLaunchAnimation(row, in startNotificationIntent()
394 mActivityLaunchAnimator.getLaunchAnimation( in startNotificationGutsIntent()
DStatusBar.java4357 mActivityLaunchAnimator.getLaunchAnimation(associatedView, in startPendingIntentDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java82 public RemoteAnimationAdapter getLaunchAnimation( in getLaunchAnimation() method in ActivityLaunchAnimator