Home
last modified time | relevance | path

Searched refs:ShadeInterpolation (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DSplitShadeHeaderControllerTest.kt8 import com.android.systemui.animation.ShadeInterpolation
94 verify(view).setAlpha(ShadeInterpolation.getContentAlpha(0.5f))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSplitShadeHeaderController.kt22 import com.android.systemui.animation.ShadeInterpolation
84 statusBar.alpha = ShadeInterpolation.getContentAlpha(value)
H A DScrimController.java50 import com.android.systemui.animation.ShadeInterpolation;
588 expansionFraction = ShadeInterpolation.getNotificationScrimAlpha(expansionFraction); in setQsPosition()
929 return ShadeInterpolation.getNotificationScrimAlpha(mPanelExpansionFraction); in getInterpolatedFraction()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DShadeInterpolation.kt5 object ShadeInterpolation { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt35 import com.android.systemui.animation.ShadeInterpolation
185 ShadeInterpolation.getNotificationScrimAlpha(
189 val qsExpandedRatio = ShadeInterpolation.getNotificationScrimAlpha(qsPanelExpansion) *
H A DNotificationShelf.java35 import com.android.systemui.animation.ShadeInterpolation;
173 viewState.alpha = ShadeInterpolation.getContentAlpha(expansion); in updateState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt27 import com.android.systemui.animation.ShadeInterpolation
225 eq(ShadeInterpolation.getNotificationScrimAlpha(0.25f)))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java42 import com.android.systemui.animation.ShadeInterpolation;
584 float alpha = ShadeInterpolation.getContentAlpha(progress); in setAlphaAnimationProgress()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java31 import com.android.systemui.animation.ShadeInterpolation;
429 viewState.alpha = ShadeInterpolation.getContentAlpha(expansion); in updateChild()