Searched refs:getClockY (Results 1 – 1 of 1) sorted by relevance
189 final int y = getClockY(mPanelExpansion, mDarkAmount); in run()192 result.clockYFullyDozing = getClockY( in run()205 return getClockY(1.0f, mDarkAmount) + mUserSwitchHeight; in getStackScrollerPaddingExpanded()207 return getClockY(1.0f, mDarkAmount) + mKeyguardStatusHeight; in getStackScrollerPaddingExpanded()243 private int getClockY(float panelExpansion, float darkAmount) { in getClockY() method in KeyguardClockPositionAlgorithm309 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha()