Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java172 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()
DNotificationUtils.java30 public class NotificationUtils { class
DNotificationIconDozeHelper.java82 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
DHybridGroupManager.java84 numberView.setTextColor(NotificationUtils.interpolateColors( in updateOverFlowNumberColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java30 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,
DFlingAnimationUtils.java26 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()
DStatusBarIconView.java54 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()
DActivatableNotificationView.java41 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()
DNotificationContentView.java40 import com.android.systemui.statusbar.notification.NotificationUtils;
634 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
DExpandableNotificationRow.java68 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/
DKeyguardClockPositionAlgorithm.java25 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()
DNotificationIconAreaController.java22 import com.android.systemui.statusbar.notification.NotificationUtils;
275 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil); in applyNotificationIconsTint()
DNotificationPanelView.java63 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/
DNotificationChildrenContainer.java39 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,
DStackScrollAlgorithm.java30 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()
DNotificationStackScrollLayout.java82 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 …]