Searched refs:mLaunchAnimationParams (Results 1 – 1 of 1) sorted by relevance
513 private ExpandAnimationParameters mLaunchAnimationParams; field in NotificationStackScrollLayout3004 mLaunchAnimationParams = params; in applyExpandAnimationParams()5516 mLaunchingNotificationNeedsToBeClipped = mLaunchAnimationParams != null in setLaunchingNotification()5517 && (mLaunchAnimationParams.getStartRoundedTopClipping() > 0 in setLaunchingNotification()5518 || mLaunchAnimationParams.getParentStartRoundedTopClipping() > 0); in setLaunchingNotification()5549 int left = Math.min(mLaunchAnimationParams.getLeft(), mRoundedRectClippingLeft);5550 int right = Math.max(mLaunchAnimationParams.getRight(), mRoundedRectClippingRight);5553 mLaunchAnimationParams.getProgress(0,5556 mLaunchAnimationParams.getTop(), expandProgress),5558 float topRadius = mLaunchAnimationParams.getTopCornerRadius();[all …]