/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 207 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewFrom() 220 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewFrom() 228 NotificationUtils.interpolate(transformationStartScaleX, in transformViewFrom() 235 NotificationUtils.interpolate(transformationStartScaleY, in transformViewFrom() 351 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewTo() 368 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewTo() 377 NotificationUtils.interpolate(transformationStartScaleX, in transformViewTo() 384 NotificationUtils.interpolate(transformationStartScaleY, in transformViewTo()
|
D | MessagingImageTransformState.java | 85 (int) NotificationUtils.interpolate(startActualWidth, in transformViewFrom() 90 (int) NotificationUtils.interpolate(startActualHeight, in transformViewFrom()
|
D | NotificationMessagingTemplateViewWrapper.java | 45 mMinHeightWithActions = NotificationUtils.getFontScaledHeight(ctx, in NotificationMessagingTemplateViewWrapper()
|
D | NotificationUtils.java | 33 public class NotificationUtils { class
|
D | NotificationIconDozeHelper.java | 82 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
|
D | HybridGroupManager.java | 87 numberView.setTextColor(NotificationUtils.interpolateColors( in updateOverFlowNumberColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 36 import com.android.systemui.statusbar.notification.NotificationUtils; 481 iconTransformDistance *= NotificationUtils.interpolate(1.f, 1.5f, expandAmount); 532 interpolatedAmount = NotificationUtils.interpolate( 641 float iconYTranslation = NotificationUtils.interpolate( 654 float newSize = NotificationUtils.interpolate(notificationIconSize, shelfIconSize, 682 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor, 757 int width = (int) NotificationUtils.interpolate( in setOpenedAmount() 772 float padding = NotificationUtils.interpolate(collapsedPadding, in setOpenedAmount() 776 float paddingStart = NotificationUtils.interpolate(start, in setOpenedAmount()
|
D | FlingAnimationUtils.java | 26 import com.android.systemui.statusbar.notification.NotificationUtils; 83 mLinearOutSlowInX2 = NotificationUtils.interpolate(LINEAR_OUT_SLOW_IN_X2, in FlingAnimationUtils() 170 float startGradient = NotificationUtils.interpolate(LINEAR_OUT_SLOW_IN_START_GRADIENT, in getProperties()
|
D | StatusBarIconView.java | 57 import com.android.systemui.statusbar.notification.NotificationUtils; 143 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor, 194 final float imageBounds = NotificationUtils.interpolate( in updateIconScaleForNotifications() 435 radius = NotificationUtils.interpolate(mDotRadius, getWidth() / 4, fadeOutAmount); in onDraw() 544 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDarkAmount); in updateDecorColor() 577 int color = NotificationUtils.interpolateColors( in updateIconColor()
|
D | ExpandableNotificationRow.java | 82 import com.android.systemui.statusbar.notification.NotificationUtils; 498 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor() 1486 mNotificationMinHeightLegacy = NotificationUtils.getFontScaledHeight(mContext, 1488 mNotificationMinHeightBeforeP = NotificationUtils.getFontScaledHeight(mContext, 1490 mNotificationMinHeight = NotificationUtils.getFontScaledHeight(mContext, 1492 mNotificationMinHeightLarge = NotificationUtils.getFontScaledHeight(mContext, 1494 mNotificationMaxHeight = NotificationUtils.getFontScaledHeight(mContext, 1496 mNotificationAmbientHeight = NotificationUtils.getFontScaledHeight(mContext, 1498 mMaxHeadsUpHeightLegacy = NotificationUtils.getFontScaledHeight(mContext, 1500 mMaxHeadsUpHeightBeforeP = NotificationUtils.getFontScaledHeight(mContext, [all …]
|
D | ActivatableNotificationView.java | 41 import com.android.systemui.statusbar.notification.NotificationUtils; 545 mBackgroundNormal.setDrawableAlpha((int) NotificationUtils.interpolate(255, in setOverrideTintColor() 574 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint() 997 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
|
D | NotificationContentView.java | 45 import com.android.systemui.statusbar.notification.NotificationUtils; 697 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationChildrenContainer.java | 40 import com.android.systemui.statusbar.notification.NotificationUtils; 528 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight, 535 intrinsicHeight += NotificationUtils.interpolate( 551 intrinsicHeight += NotificationUtils.interpolate(mCollapsedBottompadding, 0.0f, 587 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight, 594 yPosition += NotificationUtils.interpolate( 653 mGroupOverFlowState.yTranslation += NotificationUtils.getRelativeYOffset( 742 alpha = NotificationUtils.interpolate(0, 0.5f, 821 alpha = NotificationUtils.interpolate(0, 0.5f, 1084 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
|
D | StackScrollAlgorithm.java | 30 import com.android.systemui.statusbar.notification.NotificationUtils; 290 newValue = NotificationUtils.interpolate( in initAlgorithmState() 295 newValue = NotificationUtils.interpolate( in initAlgorithmState() 341 return NotificationUtils.interpolate( in getPaddingForValue() 346 return NotificationUtils.interpolate( in getPaddingForValue()
|
D | NotificationStackScrollLayout.java | 98 import com.android.systemui.statusbar.notification.NotificationUtils; 903 stackHeight = (int) NotificationUtils.interpolate(stackStartPosition, in setExpandedHeight() 912 translationY = NotificationUtils.interpolate(getExpandTranslationStart(), 0, in setExpandedHeight() 2181 padding = (int) NotificationUtils.interpolate( 2185 previousPaddingRequest = (int) NotificationUtils.interpolate( 2190 int ownPadding = (int) NotificationUtils.interpolate( 2195 padding = (int) NotificationUtils.interpolate( 2913 padding = (int) NotificationUtils.interpolate( 2918 padding = (int) NotificationUtils.interpolate( 2963 padding = (int) NotificationUtils.interpolate( [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 22 import com.android.systemui.statusbar.notification.NotificationUtils; 315 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil); in updateTintForIcon()
|
D | KeyguardClockPositionAlgorithm.java | 19 import static com.android.systemui.statusbar.notification.NotificationUtils.interpolate;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 36 import com.android.systemui.statusbar.notification.NotificationUtils; 106 mHeightUpperLimit = NotificationUtils.getFontScaledHeight(mContext, in SmartReplyView()
|