Home
last modified time | relevance | path

Searched refs:SHADE_BACK_ANIM_MIN_SCALE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerTest.java386 .thenReturn(mNotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in calculateBottomCornerRadius_scrimScaleMin()
394 float cutoffScale = 1 - mNotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE / ratio; in calculateBottomCornerRadius_scrimScaleCutoff()
H A DNotificationPanelViewControllerTest.java107 NotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in testBackGesture_max_scrimAtMinScale()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java296 public static final float SHADE_BACK_ANIM_MIN_SCALE = 0.9f; field in NotificationPanelViewController
2371 float scale = MathUtils.lerp(1.0f, SHADE_BACK_ANIM_MIN_SCALE, fraction); in applyBackScaling()