Searched refs:getClockY (Results 1 – 1 of 1) sorted by relevance
197 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()200 result.clockYFullyDozing = getClockY( in run()213 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()215 return getClockY(1.0f, mDarkAmount) + mKeyguardStatusHeight; in getStackScrollerPaddingExpanded()264 private int getClockY(float panelExpansion, float darkAmount) { in getClockY() method in KeyguardClockPositionAlgorithm332 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha()