Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithmTest.java68 private float mPanelExpansion; field in KeyguardClockPositionAlgorithmTest
179 mPanelExpansion = 0.5f; in clockPositionWithPartialDragOnLockScreen()
194 mPanelExpansion = 0.f; in clockPositionWithFullDragOnLockScreen()
443 mPanelExpansion = 0.f; in notifPositionWithFullDragOnLockScreen()
455 mPanelExpansion = 0.f; in notifPositionWithLargeClockFullDragOnLockScreen()
643 mPanelExpansion = 1.f; in givenAOD()
648 mPanelExpansion = 1.f; in givenLockScreen()
660 mPanelExpansion, in positionClock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java99 private float mPanelExpansion; field in KeyguardClockPositionAlgorithm
196 mPanelExpansion = BouncerPanelExpansionCalculator in setup()
214 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()
216 result.userSwitchY = getUserSwitcherY(mPanelExpansion); in run()