Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java514 private ExpandAnimationParameters mLaunchAnimationParams; field in NotificationStackScrollLayout
2972 mLaunchAnimationParams = params; in applyExpandAnimationParams()
5433 mLaunchingNotificationNeedsToBeClipped = mLaunchAnimationParams != null in setLaunchingNotification()
5434 && (mLaunchAnimationParams.getStartRoundedTopClipping() > 0 in setLaunchingNotification()
5435 || mLaunchAnimationParams.getParentStartRoundedTopClipping() > 0); in setLaunchingNotification()
5466 int left = Math.min(mLaunchAnimationParams.getLeft(), mRoundedRectClippingLeft);
5467 int right = Math.max(mLaunchAnimationParams.getRight(), mRoundedRectClippingRight);
5468 int bottom = Math.max(mLaunchAnimationParams.getBottom(), mRoundedRectClippingBottom);
5470 mLaunchAnimationParams.getProgress(0,
5473 mLaunchAnimationParams.getTop(), expandProgress),
[all …]