Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationUtils.kt24 get() = this?.let { NotificationUtils.logKey(it) }
28 get() = this?.key?.let { NotificationUtils.logKey(it) }
31 fun logKey(key: String?): String? = NotificationUtils.logKey(key)
H A DTransformState.java220 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewFrom()
233 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewFrom()
241 NotificationUtils.interpolate(transformationStartScaleX, in transformViewFrom()
248 NotificationUtils.interpolate(transformationStartScaleY, in transformViewFrom()
384 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewTo()
401 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewTo()
409 NotificationUtils.interpolate(transformationStartScaleX, in transformViewTo()
416 NotificationUtils.interpolate(transformationStartScaleY, in transformViewTo()
H A DMessagingImageTransformState.java84 (int) NotificationUtils.interpolate(startActualWidth, in transformViewFrom()
89 (int) NotificationUtils.interpolate(startActualHeight, in transformViewFrom()
H A DNotificationIconDozeHelper.java84 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
H A DNotificationUtils.java34 public class NotificationUtils { class
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCallTemplateViewWrapper.kt25 import com.android.systemui.statusbar.notification.NotificationUtils
38 NotificationUtils.getFontScaledHeight(ctx, R.dimen.notification_max_height)
H A DNotificationMessagingTemplateViewWrapper.java32 import com.android.systemui.statusbar.notification.NotificationUtils;
55 mMinHeightWithActions = NotificationUtils.getFontScaledHeight(ctx, in NotificationMessagingTemplateViewWrapper()
H A DNotificationConversationTemplateViewWrapper.kt30 import com.android.systemui.statusbar.notification.NotificationUtils
44 private val minHeightWithActions: Int = NotificationUtils.getFontScaledHeight(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewTest.kt28 import com.android.systemui.statusbar.notification.NotificationUtils
81 .isEqualTo(NotificationUtils.interpolateColors(Color.BLUE, Color.RED, 0.5f))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeter.kt19 import com.android.systemui.statusbar.notification.NotificationUtils
48 NotificationUtils.logKey(entry.sbn.key),
65 NotificationUtils.logKey(entry.sbn.key),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java50 import com.android.systemui.statusbar.notification.NotificationUtils;
584 intrinsicHeight += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
591 intrinsicHeight += NotificationUtils.interpolate(
607 intrinsicHeight += NotificationUtils.interpolate(mCollapsedBottomPadding, 0.0f,
641 yPosition += NotificationUtils.interpolate(mChildPadding, mDividerHeight,
648 yPosition += NotificationUtils.interpolate(
711 + NotificationUtils.getRelativeYOffset(
816 alpha = NotificationUtils.interpolate(0, mDividerAlpha,
951 alpha = NotificationUtils.interpolate(0, mDividerAlpha,
1200 child.setActualHeight((int) NotificationUtils.interpolate(singleLineHeight,
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/
H A DNotificationUtils.kt29 object NotificationUtils { regex
H A DOpenAppFromNotificationWarm.kt60 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromNotificationCold.kt67 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromLockscreenNotificationWarm.kt65 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromLockscreenNotificationCold.kt72 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromLockscreenNotificationWithOverlayApp.kt84 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java42 import com.android.systemui.statusbar.notification.NotificationUtils;
305 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint()
619 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
H A DExpandableNotificationRow.java94 import com.android.systemui.statusbar.notification.NotificationUtils;
646 boolean colorize = !isPreL || NotificationUtils.isGrayscale(expandedIcon, in updateShelfIconColor()
1767 mMaxSmallHeightBeforeN = NotificationUtils.getFontScaledHeight(mContext,
1769 mMaxSmallHeightBeforeP = NotificationUtils.getFontScaledHeight(mContext,
1771 mMaxSmallHeightBeforeS = NotificationUtils.getFontScaledHeight(mContext,
1773 mMaxSmallHeight = NotificationUtils.getFontScaledHeight(mContext,
1775 mMaxSmallHeightLarge = NotificationUtils.getFontScaledHeight(mContext,
1777 mMaxExpandedHeight = NotificationUtils.getFontScaledHeight(mContext,
1779 mMaxHeadsUpHeightBeforeN = NotificationUtils.getFontScaledHeight(mContext,
1781 mMaxHeadsUpHeightBeforeP = NotificationUtils.getFontScaledHeight(mContext,
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java62 import com.android.systemui.statusbar.notification.NotificationUtils;
172 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
571 radius = NotificationUtils.interpolate(mDotRadius, (float) end, fadeOutAmount); in onDraw()
695 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDozeAmount); in updateDecorColor()
733 int color = NotificationUtils.interpolateColors( in updateIconColor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeterTest.kt31 import com.android.systemui.statusbar.notification.NotificationUtils
302 .isEqualTo(NotificationUtils.logKey("0|test_pkg|0|test|0"))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListDumper.java19 import static com.android.systemui.statusbar.notification.NotificationUtils.logKey;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java21 import static com.android.systemui.statusbar.notification.NotificationUtils.interpolate;
H A DLegacyNotificationIconAreaControllerImpl.java53 import com.android.systemui.statusbar.notification.NotificationUtils;
501 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mContrastColorUtil); in updateTintForIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt48 import com.android.systemui.statusbar.notification.NotificationUtils
584 val colorize = !isPreL || NotificationUtils.isGrayscale(v, contrastColorUtil)

12