/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 172 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewFrom() 185 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewFrom() 193 NotificationUtils.interpolate(transformationStartScaleX, in transformViewFrom() 200 NotificationUtils.interpolate(transformationStartScaleY, in transformViewFrom() 308 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewTo() 325 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewTo() 334 NotificationUtils.interpolate(transformationStartScaleX, in transformViewTo() 341 NotificationUtils.interpolate(transformationStartScaleY, in transformViewTo()
|
D | NotificationUtils.java | 30 public class NotificationUtils { class
|
D | NotificationIconDozeHelper.java | 82 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
|
D | HybridGroupManager.java | 84 numberView.setTextColor(NotificationUtils.interpolateColors( in updateOverFlowNumberColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 30 import com.android.systemui.statusbar.notification.NotificationUtils; 311 iconTransformDistance *= NotificationUtils.interpolate(1.f, 1.5f, expandAmount); 329 interpolatedAmount = NotificationUtils.interpolate( 425 float iconYTranslation = NotificationUtils.interpolate( 438 float newSize = NotificationUtils.interpolate(notificationIconSize, shelfIconSize, 461 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor, 531 int width = (int) NotificationUtils.interpolate(start + mCollapsedIcons.getWidth(), 543 float padding = NotificationUtils.interpolate(collapsedPadding, 547 float paddingStart = NotificationUtils.interpolate(start,
|
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 | 54 import com.android.systemui.statusbar.notification.NotificationUtils; 127 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor, 179 final float imageBounds = NotificationUtils.interpolate( in updateIconScale() 409 radius = NotificationUtils.interpolate(mDotRadius, getWidth() / 4, fadeOutAmount); in onDraw() 518 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDarkAmount); in updateDecorColor() 547 setImageTintList(ColorStateList.valueOf(NotificationUtils.interpolateColors( in updateIconColor()
|
D | ActivatableNotificationView.java | 41 import com.android.systemui.statusbar.notification.NotificationUtils; 508 mBackgroundNormal.setDrawableAlpha((int) NotificationUtils.interpolate(255, in setOverrideTintColor() 537 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint() 906 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
|
D | NotificationContentView.java | 40 import com.android.systemui.statusbar.notification.NotificationUtils; 634 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
|
D | ExpandableNotificationRow.java | 68 import com.android.systemui.statusbar.notification.NotificationUtils; 364 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardClockPositionAlgorithm.java | 25 import com.android.systemui.statusbar.notification.NotificationUtils; 125 result.stackScrollerPadding = (int) NotificationUtils.interpolate( in run() 159 return (int) NotificationUtils.interpolate(clockYRegular, clockYDark, mDarkAmount); in getClockY()
|
D | NotificationIconAreaController.java | 22 import com.android.systemui.statusbar.notification.NotificationUtils; 275 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil); in applyNotificationIconsTint()
|
D | NotificationPanelView.java | 63 import com.android.systemui.statusbar.notification.NotificationUtils; 1617 float translation = NotificationUtils.interpolate(-mQsMinExpansionHeight, 0, in getHeaderTranslation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationChildrenContainer.java | 39 import com.android.systemui.statusbar.notification.NotificationUtils; 488 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight, 495 intrinsicHeight += NotificationUtils.interpolate( 511 intrinsicHeight += NotificationUtils.interpolate(mCollapsedBottompadding, 0.0f, 545 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight, 552 yPosition += NotificationUtils.interpolate( 609 mGroupOverFlowState.yTranslation += NotificationUtils.getRelativeYOffset( 692 alpha = NotificationUtils.interpolate(0, 0.5f, 766 alpha = NotificationUtils.interpolate(0, 0.5f, 1027 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
|
D | StackScrollAlgorithm.java | 30 import com.android.systemui.statusbar.notification.NotificationUtils; 265 newValue = NotificationUtils.interpolate( in initAlgorithmState() 270 newValue = NotificationUtils.interpolate( in initAlgorithmState() 308 return NotificationUtils.interpolate( in getPaddingForValue() 313 return NotificationUtils.interpolate( in getPaddingForValue()
|
D | NotificationStackScrollLayout.java | 82 import com.android.systemui.statusbar.notification.NotificationUtils; 753 translationY = NotificationUtils.interpolate(getExpandTranslationStart(), 0, in setExpandedHeight() 1964 padding = (int) NotificationUtils.interpolate( in updateContentHeight() 1968 previousPaddingRequest = (int) NotificationUtils.interpolate( in updateContentHeight() 1973 int ownPadding = (int) NotificationUtils.interpolate( in updateContentHeight() 1978 padding = (int) NotificationUtils.interpolate( in updateContentHeight() 2701 padding = (int) NotificationUtils.interpolate( in updateScrollStateForRemovedChild() 2706 padding = (int) NotificationUtils.interpolate( in updateScrollStateForRemovedChild() 2751 padding = (int) NotificationUtils.interpolate( in getPositionInLinearLayout() 2755 previousPaddingRequest = (int) NotificationUtils.interpolate( in getPositionInLinearLayout() [all …]
|