Home | History | Annotate | Download | only in keyguard

Lines Matching refs:focalLength

477         private float focalLength;
480 focalLength = foc;
484 return (1.0f - focalLength / (focalLength + input)) /
485 (1.0f - focalLength / (focalLength + 1.0f));