Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java216 result.userSwitchY = getUserSwitcherY(mPanelExpansion); in run()
351 float userSwitchY = MathUtils.lerp(userSwitchYBouncer, userSwitchYRegular, shadeExpansion); in getUserSwitcherY() local
353 return (int) (userSwitchY + mOverStretchAmount); in getUserSwitcherY()
399 public int userSwitchY; field in KeyguardClockPositionAlgorithm.Result
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1723 mClockPositionResult.userSwitchY, in updateClockAppearance()
1729 mClockPositionResult.userSwitchY, in updateClockAppearance()