Searched refs:showBouncerProgress (Results 1 – 4 of 4) sorted by relevance
32 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()
26 fun showBouncerProgress(fraction: Float): Float { in showBouncerProgress() method
1250 float scaledFraction = BouncerPanelExpansionCalculator.showBouncerProgress(fraction); in setExpansion()
1141 .showBouncerProgress(mPanelExpansionFraction); in calculateBackStateForState()