Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DBouncerPanelExpansionCalculatorTest.kt60 assertThat(BouncerPanelExpansionCalculator.getKeyguardClockScaledExpansion(1f)) in testGetKeyguardClockScaledExpansion()
63 .getKeyguardClockScaledExpansion(0.8f), 1f / 3f, 0.01f) in testGetKeyguardClockScaledExpansion()
64 assertThat(BouncerPanelExpansionCalculator.getKeyguardClockScaledExpansion(0.7f)) in testGetKeyguardClockScaledExpansion()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DBouncerPanelExpansionCalculator.kt46 fun getKeyguardClockScaledExpansion(fraction: Float): Float { in getKeyguardClockScaledExpansion() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java197 .getKeyguardClockScaledExpansion(panelExpansion); in setup()