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.java93 RemoteAnimationAdapter launchAnimation = mLaunchAnimator.getLaunchAnimation(mRow, in testReturnsNullIfNotEnabled()
102 RemoteAnimationAdapter launchAnimation = mLaunchAnimator.getLaunchAnimation(mRow, in testNotWorkingWhenOccluded()
110 RemoteAnimationAdapter launchAnimation = mLaunchAnimator.getLaunchAnimation(mRow, in testTimeoutCalled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java417 RemoteAnimationAdapter adapter = mActivityLaunchAnimator.getLaunchAnimation(row, in startNotificationIntent()
447 mActivityLaunchAnimator.getLaunchAnimation( in startNotificationGutsIntent()
DStatusBar.java4224 mActivityLaunchAnimator.getLaunchAnimation(associatedView, isOccluded()))); in startPendingIntentDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java92 public RemoteAnimationAdapter getLaunchAnimation( in getLaunchAnimation() method in ActivityLaunchAnimator