Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java83 View sourceView, boolean occluded) { in getLaunchAnimation() argument
84 …if (!(sourceView instanceof ExpandableNotificationRow) || !mCallback.areLaunchAnimationsEnabled() … in getLaunchAnimation()
88 (ExpandableNotificationRow) sourceView); in getLaunchAnimation()