Searched refs:scaleEnd (Results 1 – 1 of 1) sorted by relevance
117 float scaleEnd = clockY - mKeyguardStatusHeight * scaleMultiplier; in getClockScale() local118 float distanceToScaleEnd = notificationPadding - scaleEnd; in getClockScale()119 float progress = distanceToScaleEnd / (startPadding - scaleEnd); in getClockScale()