Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java214 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()
217 result.clockYFullyDozing = getClockY( in run()
230 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()
232 return getClockY(1.0f, mDarkAmount) + mKeyguardStatusHeight; in getStackScrollerPaddingExpanded()
281 private int getClockY(float panelExpansion, float darkAmount) { in getClockY() method in KeyguardClockPositionAlgorithm
365 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha()