Home
last modified time | relevance | path

Searched refs:z2 (Results 1 – 3 of 3) sorted by relevance

/packages/wallpapers/Basic/res/raw/
Ddistort.rs308 float z2 = 0.0f;
342 x2, y1, z2, u2, 1.0f,
364 x2, y1, z2, u2, 1.0f,
/packages/apps/Gallery/src/com/android/camera/
DCropImage.java766 float z2 = thisHeight / height * .6F; in centerBasedOnHighlightView() local
768 float zoom = Math.min(z1, z2); in centerBasedOnHighlightView()
/packages/apps/Camera/src/com/android/camera/
DCropImage.java764 float z2 = thisHeight / height * .6F; in centerBasedOnHighlightView() local
766 float zoom = Math.min(z1, z2); in centerBasedOnHighlightView()