Searched refs:clockYDark (Results 1 – 1 of 1) sorted by relevance
218 float clockYDark = (mHasCustomClock ? getPreferredClockY() : getMaxClockY()) in getClockY() local220 clockYDark = MathUtils.max(0, clockYDark); in getClockY()228 clockYDark = MathUtils.lerp(clockYBouncer, clockYDark, shadeExpansion); in getClockY()231 return (int) (MathUtils.lerp(clockY, clockYDark, darkAmount) + mEmptyDragAmount); in getClockY()