Home
last modified time | relevance | path

Searched refs:mPanelExpansion (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithmTest.java62 private float mPanelExpansion; field in KeyguardClockPositionAlgorithmTest
170 mPanelExpansion = 0.5f; in clockPositionWithPartialDragOnLockScreen()
185 mPanelExpansion = 0.f; in clockPositionWithFullDragOnLockScreen()
408 mPanelExpansion = 0.f; in notifPositionWithFullDragOnLockScreen()
420 mPanelExpansion = 0.f; in notifPositionWithLargeClockFullDragOnLockScreen()
608 mPanelExpansion = 1.f; in givenAOD()
613 mPanelExpansion = 1.f; in givenLockScreen()
625 mPanelExpansion, in positionClock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java89 private float mPanelExpansion; field in KeyguardClockPositionAlgorithm
179 mPanelExpansion = BouncerPanelExpansionCalculator in setup()
197 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()
199 result.userSwitchY = getUserSwitcherY(mPanelExpansion); in run()