Searched refs:getKeyguardClockScaledExpansion (Results 1 – 3 of 3) sorted by relevance
60 assertThat(BouncerPanelExpansionCalculator.getKeyguardClockScaledExpansion(1f)) in testGetKeyguardClockScaledExpansion()63 .getKeyguardClockScaledExpansion(0.8f), 1f / 3f, 0.01f) in testGetKeyguardClockScaledExpansion()64 assertThat(BouncerPanelExpansionCalculator.getKeyguardClockScaledExpansion(0.7f)) in testGetKeyguardClockScaledExpansion()
46 fun getKeyguardClockScaledExpansion(fraction: Float): Float { in getKeyguardClockScaledExpansion() method
197 .getKeyguardClockScaledExpansion(panelExpansion); in setup()