Searched refs:getClockY (Results 1 – 1 of 1) sorted by relevance
214 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 KeyguardClockPositionAlgorithm365 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha()