Searched defs:focalLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java477 private float focalLength; field in class:KeyguardWidgetPager.ZInterpolator
480 focalLength = foc;
484 return (1.0f - focalLength / (focalLength + input)) /
485 (1.0f - focalLength / (focalLength + 1.0f));

Completed in 46 milliseconds