Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java429 .thenReturn(mNotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in calculateBottomCornerRadius_scrimScaleMin()
437 float cutoffScale = 1 - mNotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE / ratio; in calculateBottomCornerRadius_scrimScaleCutoff()
DNotificationPanelViewControllerTest.java108 NotificationPanelViewController.SHADE_BACK_ANIM_MIN_SCALE); in testBackGesture_max_scrimAtMinScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java303 public static final float SHADE_BACK_ANIM_MIN_SCALE = 0.9f; field in NotificationPanelViewController
2502 float scale = MathUtils.lerp(1.0f, SHADE_BACK_ANIM_MIN_SCALE, fraction); in applyBackScaling()