Home
last modified time | relevance | path

Searched refs:getNotificationScrimAlpha (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
H A DSplitShadeInterpolator.kt33 override fun getNotificationScrimAlpha(fraction: Float): Float {
41 return getNotificationScrimAlpha(fraction)
52 return getNotificationScrimAlpha(fraction)
H A DLargeScreenShadeInterpolatorImpl.kt64 override fun getNotificationScrimAlpha(fraction: Float) =
65 impl.getNotificationScrimAlpha(fraction)
H A DLargeScreenShadeInterpolator.kt26 fun getNotificationScrimAlpha(fraction: Float): Float regex
H A DLargeScreenPortraitShadeInterpolator.kt31 override fun getNotificationScrimAlpha(fraction: Float): Float {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/transition/
H A DLargeScreenShadeInterpolatorImplTest.kt54 actual = { fraction -> impl.getNotificationScrimAlpha(fraction) },
55 expected = { fraction -> splitShadeInterpolator.getNotificationScrimAlpha(fraction) }
63 actual = { fraction -> impl.getNotificationScrimAlpha(fraction) },
64 expected = { fraction -> portraitShadeInterpolator.getNotificationScrimAlpha(fraction) }
H A DLinearLargeScreenShadeInterpolator.kt21 override fun getNotificationScrimAlpha(fraction: Float) = fraction
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DShadeInterpolation.kt13 fun getNotificationScrimAlpha(fraction: Float): Float { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt196 ShadeInterpolation.getNotificationScrimAlpha(
200 val qsExpandedRatio = ShadeInterpolation.getNotificationScrimAlpha(qsPanelExpansion) *
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java1493 float expectedAlpha = ShadeInterpolation.getNotificationScrimAlpha(expansion); in expansionNotificationAlpha_shadeLocked_bouncerNotActive_usesShadeInterpolator()
1497 expectedAlpha = ShadeInterpolation.getNotificationScrimAlpha(expansion); in expansionNotificationAlpha_shadeLocked_bouncerNotActive_usesShadeInterpolator()
1516 float alpha = 1 - ShadeInterpolation.getNotificationScrimAlpha(expansion); in notificationAlpha_unnocclusionAnimating_bouncerNotActive_usesKeyguardNotifAlpha()
1548 float alpha = 1 - ShadeInterpolation.getNotificationScrimAlpha(expansion); in notificationAlpha_inKeyguardState_bouncerNotActive_usesInvertedShadeInterpolator()
1552 alpha = 1 - ShadeInterpolation.getNotificationScrimAlpha(expansion); in notificationAlpha_inKeyguardState_bouncerNotActive_usesInvertedShadeInterpolator()
1556 alpha = 1 - ShadeInterpolation.getNotificationScrimAlpha(expansion); in notificationAlpha_inKeyguardState_bouncerNotActive_usesInvertedShadeInterpolator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java779 expansionFraction = ShadeInterpolation.getNotificationScrimAlpha(expansionFraction); in setQsPosition()
905 mLargeScreenShadeInterpolator.getNotificationScrimAlpha( in applyState()
1199 return ShadeInterpolation.getNotificationScrimAlpha(mPanelExpansionFraction); in getInterpolatedFraction()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt240 .setNotificationShadeZoom(eq(ShadeInterpolation.getNotificationScrimAlpha(0.25f)))