Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java351 float userSwitchY = MathUtils.lerp(userSwitchYBouncer, userSwitchYRegular, shadeExpansion); in getUserSwitcherY() local
399 public int userSwitchY; field in KeyguardClockPositionAlgorithm.Result