Home
last modified time | relevance | path

Searched refs:showBouncerProgress (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DBouncerPanelExpansionCalculatorTest.kt32 assertThat(BouncerPanelExpansionCalculator.showBouncerProgress(1f)) in testGetHostViewScaledExpansion()
34 assertThat(BouncerPanelExpansionCalculator.showBouncerProgress(0.9f)) in testGetHostViewScaledExpansion()
36 assertThat(BouncerPanelExpansionCalculator.showBouncerProgress(0.59f)) in testGetHostViewScaledExpansion()
38 assertThat(BouncerPanelExpansionCalculator.showBouncerProgress(0f)) in testGetHostViewScaledExpansion()
41 .showBouncerProgress(0.8f), 2f / 3f, 0.01f) in testGetHostViewScaledExpansion()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DBouncerPanelExpansionCalculator.kt26 fun showBouncerProgress(fraction: Float): Float { in showBouncerProgress() method
DKeyguardSecurityContainerController.java1250 float scaledFraction = BouncerPanelExpansionCalculator.showBouncerProgress(fraction); in setExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java1141 .showBouncerProgress(mPanelExpansionFraction); in calculateBackStateForState()